Organize your files neatly with one clean command
wget https://raw.githubusercontent.com/Pradeep-selva/filx/master/filx
chmod +x filx
export PATH="$HOME/<your-folder>:$PATH"
~/.bash_profile
or ~/.profile
(OR)
curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git Pradeep-selva/filx
(OR)
cargo install filx
Ex: To add the date modified to the start of file names for rust files containing "filx" in their name
filx prepend-date --content filx --type rs
Ex: To move all rust files end with "filx" to a folder named "filx" and take backup of it.
filx suffix --content filx --type rs --variant backup