Crates.io | filx |
lib.rs | filx |
version | 0.1.2 |
source | src |
created_at | 2021-01-16 22:20:12.783166 |
updated_at | 2021-01-16 23:14:53.139102 |
description | A simple, fast file organization tool |
homepage | |
repository | https://github.com/Pradeep-selva/filx |
max_upload_size | |
id | 342953 |
size | 5,805,179 |
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)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
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