Reminde is a tool that helps you to remember commands that you use frequently, it's like a bookmark for your commands. You can add, remove, search commands that you have saved.
To benefit from the copy to clipboard functionality, you will need to have installed one of the following "clipboard manager" on Linux.
xsel, xclip, wl-clipboard or Termux:API add-on for termux-clipboard-get/set
Use the binary from the releases page or build it yourself.
Remmindme is a command line tool, you can use it by typing rmm
followed by the command you want.
For every command you can use the help flag to get more information about the command.
$ rmm --help
Type rmm add
and follow the prompts to add a command.
❯ rmm add
✔ Command: k get pods -n cilium-system -l app.kubernetes.io/name=cilium-agent --no-headers | awk '{print $1}' | xargs -I {} kubectl delete pod {} -n cilium-system█
Description: delete all cilium agent pods
Tags: k8s,cilium
Note added successfully
$ rmm list
$ rmm list -t k8s
$ rmm rm <id>
$ rmm rm -t k8s