commandlinefu-cli
commandlinefu-cli copied to clipboard
A little CLI command to work with the commandlinefu.com website
Is any of the other meta information from the site relevant to the command line?
on first launch, maybe it's a good idea to show some tutorial text that explains in a few simple sentences how to use the command. the tutorial text can disappear...
I think there should be a blinking cursor / caret to help the user understand that he can start typing away. Right now it isn't perfectly clear upon starting the...
Should we cache API results? This could make the command snappier and help lower the load on the API server. The obvious use case is when the user just finished...
the command should run just by itself (`fu`), or by invoking it as `fu SOME_SEARCH_QUERY` (in which case it will already pre populate the search input on the bottom, and...
If you stress the thing around too much, it just freezes completely.
Workflow should be more or less the following: 1. Press ENTER 2. See command in your favorite `$EDITOR` (nano/vim/emacs, depending on what the environment is set to) 3. This one...
It seems that there is some problem with `blessed` that prevents windows from rendering the CLI interface right. Since you're on a WIN machine, this could be right up your...