You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| README.md | 1 month ago | |
| remember.py | 1 month ago | |
README.md
Remember Commands with Python
remember.py
Make Symbolic Link
sudo ln -s $(pwd)/remember.py /usr/local/bin/rem
Add entry
rem add "ls -la" -p "List all files with details" -k "linux,files,list"
-p = purpose -k = keywords
List entries
rem list
Search
rem search -t KEYWORK or PURPOSE or COMMAND
Edit entry
rem edit -i 1 -c "ls -lah" -k "linux,files,detailed"
-i = ID# -c = command
Delete entry
rem delete -i 1