Space exploration enthusiast

Results 13 comments of Space exploration enthusiast

Oh, I have found out it works slowly only if connected to the network, it's snappy as usual when disconnected.

https://www.worldcat.org/search?qt=worldcat_org_all&q=reusable%20rocket

...explore the possibility of automating this away by some clever scripting...

Looks like the dev's on a vacation.

BTW, the winning feature of cfastread (besides being native code) is ANSI coloring of the key letter. This feature is conspicuously absent in other native console Spritz implementations (tried gospritz,...

To clarify my :-1: : `micro` is in a specific market niche as a competitor to `nano`, not to Atom/Sublime/NeoVim/Emacs. Making it a file manager will lead to scope creep...

Since then I've noted the great [`prompt_toolkit`](https://github.com/jonathanslenders/python-prompt-toolkit) which makes the whole endeavor much easier: ``` from __future__ import unicode_literals from prompt_toolkit.contrib.completers import PathCompleter from prompt_toolkit import prompt pc = PathCompleter(get_paths=None,...

Well, here goes a handy utility that does the trick in Python 3 (`read_pt -C 'ls $HOME/Papers'`) ``` #!/usr/bin/env python """ Autocompletion example that displays the autocompletions like readline does...