Super move (smv)
Super move is a terminal UI that allows you to save a lot of time when moving files between two folders
NOTE: When the mkdir function is used, it will create a directory with the 777 permissions and it let the umask
remove the unwanted ones.
Installation
Install smv manually
Download and build
git clone [email protected]:ObstinateM/smv.git
cd smv
go build -o smv main.go
OR Download the smv binaries from the release
Then add to your .bashrc
alias smv="path/to/the/build/smv"
Contributing
Contributions are always welcome!
Just open a PR!