Skip to content

A File Organizer Which lets u Organize files By Their Extension Or Name.

License

Notifications You must be signed in to change notification settings

Masoom-Wahid/filio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filio

A Background file Organizer , which lets u to organize your data the way you want

currently only suppots Unix based systems


How To Setup?

curl -L https://github.com/Masoom-Wahid/filio/releases/download/v1.1/install.sh | sh

How to run the program ?

filio enable

for more help on commands run

filio help

How to edit the filio.json file

You can open it in your fav editor , for ex in vscode

filio cwd | xargs code

filio uses json to keep track of which dirs to lookout for u can find example here or

"test" : {
    "input" : "path/to/dir",
    "output" : "path/to/dir",
    "extension" : "pdf",
    "name":  "ch1,ch2",
    "action" : "mov",
    "prefix" : "exam"
}

this essentialy means that whenever a file changes in the dir 'input' and if that file has .pdf extension and has pdf substr

mov that file into 'output' dir with the prefix of 'exam' , although prefix is optional and u can even not write it and will be fine , for more example see here

About

A File Organizer Which lets u Organize files By Their Extension Or Name.

Resources

License

Stars

Watchers

Forks

Packages

No packages published