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.
Install smv manually
Download and build
git clone git@github.com:ObstinateM/smv.git
cd smv
go build -o smv main.go
OR Download the smv binaries from the release and place it into /usr/local/bin/
Contributions are always welcome!
Just open a PR!