mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
refine Command-line Tools
This commit is contained in:
parent
ca8c1617e7
commit
8eec1a75f3
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -272,24 +272,21 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
*Useful CLI-based tools for productivity.*
|
||||
|
||||
* Productivity Tools
|
||||
* [copier](https://github.com/pykong/copier) - A library and command-line utility for rendering projects templates.
|
||||
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
|
||||
* [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates.
|
||||
* [cookiecutter](https://github.com/cookiecutter/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
|
||||
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
|
||||
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
|
||||
* [Invoke](https://github.com/pyinvoke/invoke#readme) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
|
||||
* [Invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
|
||||
* [PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output.
|
||||
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
|
||||
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
|
||||
* [tmuxp](https://github.com/tony/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
|
||||
* [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
|
||||
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
|
||||
* CLI Enhancements
|
||||
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
||||
* [httpie](https://github.com/httpie/cli) - A command line HTTP client, a user-friendly cURL replacement.
|
||||
* [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting.
|
||||
* [kube-shell](https://github.com/cloudnativelabs/kube-shell) - An integrated shell for working with the Kubernetes CLI.
|
||||
* [litecli](https://github.com/dbcli/litecli) - SQLite CLI with autocompletion and syntax highlighting.
|
||||
* [mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting.
|
||||
* [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI with autocompletion and syntax highlighting.
|
||||
* [saws](https://github.com/donnemartin/saws) - A Supercharged [aws-cli](https://github.com/aws/aws-cli).
|
||||
|
||||
## Compatibility
|
||||
|
||||
|
|
Loading…
Reference in a new issue