LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Are file comments possible?
#2
(10-05-2020, 01:54 PM)Tyrannocaster link Wrote: Is it possible using Linux to do the equivalent of what you can do on a Mac with file comments? That is, a separate comment about the file that you add to it later but which is separate from it, yet stays attached to it and can be edited. They are really useful for labeling things or making notes about whatever. This question may not make sense to people who haven't used it on a Mac, in which case I suppose it's probably not possible to do with Linux.

What file type are you talking about? A text file? zip file? .deb file? pdf? .odt?  Depending on the file type there are different tools and techniques to do that. For .zip files there's
Code:
zipnote
You can use it like this:
Code:
zipnote some_file.zip > comments.txt
edit comments.txt file and add your comments, then
Code:
zipnote -w some_file.zip < comments.txt
to write them onto some_file.zip read the man page for more info
Code:
man zipnote

Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Are file comments possible? - by Tyrannocaster - 10-05-2020, 01:54 PM
Re: Are file comments possible? - by Moltke - 10-05-2020, 05:49 PM
Re: Are file comments possible? - by Moltke - 10-06-2020, 06:40 PM
Re: Are file comments possible? - by trinidad - 10-08-2020, 02:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)