|
|
|
|
|
by prima-facie
2218 days ago
|
|
There are a few things you can do. 1. Get a better shell with good auto-completion. I find bash to be lacking in this regard. I use fish but others like zsh. 2. Use a helper command like `tldr`[1]. It's not perfect and certainly not a replacement for a proper manual page, but it helps when in the middle of work. [1]: https://github.com/tldr-pages/tldr-python-client |
|