Tag your file and folders to make them easier to find.
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.
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