Skip to content

Commit 8eec1a7

Browse files
committed
refine Command-line Tools
1 parent ca8c161 commit 8eec1a7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,24 +272,21 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
272272
*Useful CLI-based tools for productivity.*
273273

274274
* Productivity Tools
275-
* [copier](https://github.com/pykong/copier) - A library and command-line utility for rendering projects templates.
276-
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
275+
* [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates.
276+
* [cookiecutter](https://github.com/cookiecutter/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
277277
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
278278
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
279-
* [Invoke](https://github.com/pyinvoke/invoke#readme) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
279+
* [Invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
280280
* [PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output.
281-
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
282281
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
283-
* [tmuxp](https://github.com/tony/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
282+
* [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
284283
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
285284
* CLI Enhancements
286-
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
285+
* [httpie](https://github.com/httpie/cli) - A command line HTTP client, a user-friendly cURL replacement.
287286
* [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting.
288-
* [kube-shell](https://github.com/cloudnativelabs/kube-shell) - An integrated shell for working with the Kubernetes CLI.
289287
* [litecli](https://github.com/dbcli/litecli) - SQLite CLI with autocompletion and syntax highlighting.
290288
* [mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting.
291289
* [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI with autocompletion and syntax highlighting.
292-
* [saws](https://github.com/donnemartin/saws) - A Supercharged [aws-cli](https://github.com/aws/aws-cli).
293290

294291
## Compatibility
295292

0 commit comments

Comments
 (0)