Filx

Your File Organization Tool

Organize your files neatly with one clean command


Demo

demo

Installation

wget https://raw.githubusercontent.com/Pradeep-selva/filx/master/filx

chmod +x filx

export PATH="$HOME/<your-folder>:$PATH"

(OR)

curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git Pradeep-selva/filx

(OR)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

cargo install filx

Usage

demo

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

Built Using

License

MIT © Pradeep-selva