Himanshu Mishra

Results 122 comments of Himanshu Mishra

A fair alternative can be using reverse search by `Control + R` and passing it to `keep`.

There should be only one way to add commands, and let that be `keep new`

@Parth-Vader While taking input for a new command, how about displaying a list of options to select from? The options will be based from the shell history and would be...

@bsussman Thanks for all your suggestions ! Those are really useful. [Here](https://gist.github.com/OrkoHunter/40adc8f73458e13e2a2182b0fd0caac7) is the server source code.

@paci4416 Few days ago, I wished for the exact same thing while extracting an archive. Thanks very much for the input! I can't work on it soon, but will do...

@olaoluwa-98 Can you try ``` keep update ``` to confirm that you have the latest version? `keep rm "some string in command/description"` now allows you to choose and remove. Generous...

Hi @ioogithub ! `-n` was shipped in the latest release. Does it solve your problem i.e. remove confirmation? Do you think the default should be to not have confirmation? I...

Good point! The `-n` is newly added and can be improved. It should stop confirmation when selecting from list as well. +1 from me, if you want to create a...

Hey @Sanix-Darker ! Thanks for reporting. Yes, this seems like a bug based on how keep is implemented right now. `keep run` uses Python's [`os.system`](https://github.com/OrkoHunter/keep/blob/2538f318ffef61ac104bed0638f5cb460fac5e74/keep/commands/cmd_run.py#L51) method to execute a new...