Loading request...
User requests a simple command-line journal/log app that saves comments with date/time in a .csv format, allowing for easy export and tracking of entries.
Hello, I want to know if there is any simple journal/log app for the command line, what I want to do is write a comment and have it saved with the date/time when i wrote it. Example: log "today i had a coffee" Saved as: 12/03/2026 11:35: today i had a coffe I would like to have the text saved in .csv so i can export it but that is also optional.