Show HN: Linux tool to save and recall memories quickly

github.com

3 points by ryusufe 15 hours ago

i made this small Linux command tool which works by managing simple quick things you want to remember like a password/command/ideas, things that you might just need them noted somewhere.

it works by allowing you to make files that work like categories each file has his own list of memories, each memory has it's own keywords, which are used to search for that memory when you need it.

this project was made for 2 reasons, first was a personal need for a tool that remembers certain linux commands i use in like once a while, i know i could have just searched around for some tools that work this way, but i wanted to take this project as a way to learn shell scripting with no third party libraries, so it should be work natively on most linux distros.

i would like contributions and ever more if they contain comments.

fennec-posix 15 hours ago

Neat little thing, I like the simplicity and portability (all as shell scripts), well done!

  • ryusufe 14 hours ago

    Thank you for the words of encouragement