GithubHelp home page GithubHelp logo

nilsmartel / mover Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 625 KB

Bring Structure to your files and organize them into folders

Rust 51.32% Makefile 48.68%
rust fs filesystem organizing productivity productivity-booster

mover's Introduction

mover

Organize files with common names and group them into forlders

Example:

lets say you have the following Files in some folder:

file 1.txt  file 2.txt  file 3.txt

if you cd into this directory and call mover file a folder "file" will be created and all files starting with "file" will be placed there, while also removing that prefix from their respective names.

the result might look like this

> ls 
file 1.txt     
file 2.txt 
file 3.txt
> mover file
> tree
.
└── file
    ├── 1.txt
    ├── 2.txt
    └── 3.txt

1 directory, 3 files
>

there are some programming tasks left open

TODO

  • Proper Error Handling
  • Refactoring
  • Use better Argument parsing + zsh completions
  • Ability to choose other other starting point than "."
  • Make available using cargo install

mover's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.