A "non-replacement" for GNU mv.
Mover currently adds the ability to quickly rename files.
Example:
move ./this/is/a/nested/file.txt -r file.py
Output:
./this/is/a/nested/file.py
Clone the repo
git clone --depth=1 https://github.com/NeoSahadeo/mover
cd mover
Run as admin
./install.sh
Open install.sh
path
andmovepy
are related. The filemovepy
is inside ofpath
.move
is the symlink. This should go in you user binaries. You can move it just remember to add it to the system path.
Plans for features:
- Relative directory moving.
- Timing functions for moving.
-h
or --help
will display a help message.
-r
or --rename
will rename a file. Specify the source first
then the name you want.
-f
or --force
will force a file overwrite (needed if files or
folders already exist).