Memoire is a TUI program to help you archive commands (or any text).
You can search archived commands by keywords in command, annotation and/or tags. The archived commands are editable and deletable. Archived commands are saved in json format for easy sharing.
memoire
memoire [-s|--search] <keyword_1> <keyword_2> ...
memoire [-c|--command] <keyword_1> <keyword_2> ...
memoire [-a|--annotation] <keyword_1> <keyword_2> ...
memoire [-t|--tags] <keyword_1> <keyword_2> ...
memoire -c <keyword_1> -t <keyword_2> ...
-i
:
memoire [-i|--intersection] -c <keyword_1> -t <keyword_2> <keyword_3> ...
Ctrl-c
: Quit program at any time.Up
/ Down
: To move between options or panels.Enter
: To select option.Ctrl-a
: To add new record.Left
/ Right
: To move cursor in input_mode.This program use rust-clipboard which requires x11 on Linux.
How to retrieve record id from CLI?
¯\(ツ)/¯
Why are you handling errors like an amateur?
But I am an amateur...
Memoire is under Apache 2.0 License.