refine Command-line Tools

This commit is contained in:
Vinta Chen 2024-02-22 23:14:14 +08:00
parent ca8c1617e7
commit 8eec1a75f3
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630
1 changed files with 5 additions and 8 deletions

View File

@ -272,24 +272,21 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Useful CLI-based tools for productivity.* *Useful CLI-based tools for productivity.*
* Productivity Tools * Productivity Tools
* [copier](https://github.com/pykong/copier) - A library and command-line utility for rendering projects templates. * [copier](https://github.com/copier-org/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). * [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. * [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. * [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. * [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. * [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. * [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
* CLI Enhancements * 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. * [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. * [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. * [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. * [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 ## Compatibility