Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 664 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 664 Bytes

tagf - Tagging file and folders

Tag your file and folders to make them easier to find.

Description

tagf creates file in folder to store tags of files. It doesn't affect to your files in any way, your files remain unchanged. tagf also provides API which makes it integratable with Dekstop applications.

Usage

You can tag a file by specifying the file name and the list of tags with -t flag. Tags should seperated by comma symbol:
tagf my-pictuce.jpeg -t home,drinking,2019,30,birthday

You can also set same tag(s) to multiple files in a single command:
tagf ProxyHandler.java ProxyMethodInvocation.java -t java,proxy,proxy-method