Tag based file manager written in python (Currently a CLI)
License
harshhemani/tagfs
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
tagfs
=====
Tag based file manager written in python (Currently a CLI)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tagfs--Tag based file manager CLI
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Coded in python--2.7
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
How to use:
-----------
Step 1:
python prepare_commands.py
Step 2:
python generate_tag_vs_files.py
Step 3:
python main.py
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Commands:
1. tagfs# help
2. tagfs# U [tag or space separated tags]
UNION
Searches for files which match the given tag or space separated tags
3. tagfs> add [tag] [file or folder]
Indexes files/folders with the given tag
4. tagfs# quit
or
tagfs# q
Exits the program loop
5. tagfs# I [tags sepatated by spaces]
INTERSECTION
returns a list of files which have all specified tags
6. tagfs# stats
Shows-
total no. of tags
total no. of files
7. tagfs# ! [any command]
or
tagfs# sys [any command]
Executes a given command to system shell
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Near Future Plans:
1. Add intelligent tags for files
2. Use less space for storing tag_vs_files.pkl
3. Add more features
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
About
Tag based file manager written in python (Currently a CLI)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published