keep
keep copied to clipboard
A Meta CLI toolkit : Personal shell command keeper and snippets manager
The keep command does not appear to be changing CDPATH even though the exact same command run without keep seems to work: ``` (base) user:~$ echo $CDPATH /home/mike (base) user:~$...
A schema number helps in migrating the old database to a new schema when new features are added in the library. As of now there is no schema number assigned,...
Demo: https://www.youtube.com/watch?v=eXJPEQlpnZQ @icyflame's suggestion: ``` A couple of things about Himanshu's demo: 1. You can use arguments in the middle using Bash functions. It's very useful for things like ImageMagick,...
Getting `UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)` after trying to search command with grep: ` ╰─± python slack_bot.py 2>&1 | tee /tmp/slack.log `
How can I use commands from `~/.zsh_history` in `keep`? something like, `keep ssh from history` -- gives me option to choose from all the commands that have `ssh` in them...
After executing a command using `keep`, the command history of the shell should also be updated.
Not sure if this is the only roadblock to windows compatibility, but I think the `%D` strftime format code isn't compatible with windows? I attempted to run this on python...
Don't know if it is an issue or just an Arch issue, but this dependency is no longer in AUR repository. I guess this proyect is not manteined anyways.
Can we have something to store a set of commands `keep new set` or a paragraph as `keep new notes` !
It would be great to have this to get everything a Linux guy needs as sometimes it's not just a single command which does the job! It's a set of...
Closes https://github.com/OrkoHunter/keep/issues/96 ## Summary - add new `notes` and `set` save helpers in utils - convert `keep new` to a group with `notes` and `set` subcommands - mention new commands...