You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -272,24 +272,21 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
272
272
*Useful CLI-based tools for productivity.*
273
273
274
274
* 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).
277
277
*[doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
278
278
*[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.
280
280
*[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.
282
281
*[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.
284
283
*[try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
285
284
* 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.
287
286
*[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.
289
287
*[litecli](https://github.com/dbcli/litecli) - SQLite CLI with autocompletion and syntax highlighting.
290
288
*[mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting.
291
289
*[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).
0 commit comments