1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-12 08:42:20 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
webdev4422
8a4c3161dc Add tere
[tere](https://github.com/mgunyho/tere) - A faster alternative to cd + ls
2023-05-29 16:09:00 -04:00
webdev4422
e1beb71879
Add broot (#479)
Co-authored-by: Caleb Xu <calebcenter@live.com>
2023-05-29 16:07:53 -04:00
Caleb Xu
6ad06c5703
Fix lychee exit code check 2023-05-29 16:06:03 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check lychee exit code - name: Check lychee exit code
run: exit ${{ steps.lychee.outputs.exit_code }} run: exit ${lychee_exit_code}

View File

@ -72,6 +72,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [boilr](https://github.com/tmrts/boilr) - A blazingly fast CLI tool for creating projects from boilerplate templates. * [boilr](https://github.com/tmrts/boilr) - A blazingly fast CLI tool for creating projects from boilerplate templates.
* [boom](https://github.com/holman/boom) - Store links and snippets in the command line * [boom](https://github.com/holman/boom) - Store links and snippets in the command line
* [borg](https://github.com/ok-borg/borg) - A terminal based search engine for bash commands * [borg](https://github.com/ok-borg/borg) - A terminal based search engine for bash commands
* [broot](https://github.com/Canop/broot) - A better way to navigate directories
* [browsh](https://github.com/browsh-org/browsh) - The modern text-based browser * [browsh](https://github.com/browsh-org/browsh) - The modern text-based browser
* [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager * [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager
* [byobu](https://www.byobu.org) - Text-based window manager and terminal multiplexer * [byobu](https://www.byobu.org) - Text-based window manager and terminal multiplexer
@ -136,6 +137,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [surfraw](https://gitlab.com/surfraw/Surfraw) - browse specific site and search the web from your terminal without browser. * [surfraw](https://gitlab.com/surfraw/Surfraw) - browse specific site and search the web from your terminal without browser.
* [task-manager](https://github.com/lingtalfi/task-manager) - Execute all your scripts with just two or three keystrokes. * [task-manager](https://github.com/lingtalfi/task-manager) - Execute all your scripts with just two or three keystrokes.
* [td-cli](https://github.com/darrikonn/td-cli) - A todo command line manager to organize and manage your todos across multiple projects. * [td-cli](https://github.com/darrikonn/td-cli) - A todo command line manager to organize and manage your todos across multiple projects.
* [tere](https://github.com/mgunyho/tere) - A faster alternative to cd + ls
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command * [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
* [tldr](https://github.com/raylee/tldr-sh-client) - A fully-functional bash client for tldr, simplified and community-driven man pages * [tldr](https://github.com/raylee/tldr-sh-client) - A fully-functional bash client for tldr, simplified and community-driven man pages
* [tmux](https://tmux.github.io/) - Amazing terminal multiplexer * [tmux](https://tmux.github.io/) - Amazing terminal multiplexer