Menu

Tree [fb71db] master /
 History

HTTPS access


File Date Author Commit
 sample 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 LICENSE 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 README 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 command_dictionary.pkl 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 dictionary.pkl 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 generate_tag_vs_files.py 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 main.py 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 prepare_commands.py 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs
 tag_vs_files_dictionary.pkl 2013-10-28 harshhemani harshhemani [fb71db] Merge https://github.com/harshhemani/tagfs

Read Me

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:
			tagfs> help
			
			tagfs> look [tag or space separated tags]
								Searches for files which match the given tag 
								or space separated tags
			tagfs> add [tag] [file or folder]
								Indexes files/folders with the given tag
			tagfs> quit
			or
			tagfs> q
								Exits the program loop
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Near Future Plans:
		1. Add an un-tag module
		2. Add an Union and Intersection based set search
		3. Add MAKE based installer for the modules
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++