commandlinefu-cli
commandlinefu-cli copied to clipboard
Pressing ENTER on one of the commands in the list should open a preffered `$EDITOR`
Workflow should be more or less the following:
- Press ENTER
- See command in your favorite
$EDITOR(nano/vim/emacs, depending on what the environment is set to) - This one is a bit less clear to me right now. Either a save & quit should execute the command, or upon saving and quitting the command should be in the clipboard / typed in to be used immediately? I guess the 3rd step should require some investigation as to what's possible in bash.