Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 3123  / 2 Years ago, sat, january 1, 2022, 9:57:09

I have a big amount of files on my laptop, and just the names are not enough for me to remember what each one does.



Basically, is there any way to add a description to each file without having to open them one by one?
I have one or two source codes being added up daily, so this would be extremely helpful.



EDIT
I made a mistake by not being explicit enough, I will try to clear it up:



I have multiple code files each for a different problem, and usually in different languages and in multiple versions. My folders hierarchy is pretty neat, but it is a hassle for the CLI.



A tagging method, with a search capability would be very helpful.


More From » files

 Answers
6

Emblems in Nautilus


Right click a file/folder and go to its properties. You can add remove emblems and even change the icon itself. That should help you differentiate between files and give you a way to tag files.




A better alternative, which I found via one thing well is tmsu :


tmsu



tmsu is an application that allows you to organise your files by associating them with tags. It provides a tool for managing these tags and a virtual file- system to allow tag based access to your files.



Tagging


tmsu tag summer.mp3 music big-jazz mp3 #tmsu [files] [tag]
tmsu tag --tags "music mp3" *.mp3 #filenames at last
tmsu merge umsic music #merge two tags

Listing


tmsu tags #lists tags
tmsu files mp3 -classical -rock #remove some tags

tmsu also creates a virtual file system, which uses symlinks to files. Directories inside this mount will refer to the tags themselves.


Installation


Download the latest version from bitbucket and extract it somewhere. Copy the bin/tmsu file to a folder that is in your path (such as /bin/ or ~/bin).


[#36801] Sunday, January 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bsorbedeldy

Total Points: 315
Total Questions: 110
Total Answers: 108

Location: Reunion
Member since Mon, Dec 28, 2020
3 Years ago
;