Compare commits

...

4 Commits

Author SHA1 Message Date
guillaumerocq d3c0d432e1
Merge 5de92eca2f into cb355ae98c 2024-02-20 00:03:04 -05:00
Andrea Fontana cb355ae98c Add tshare 2024-02-20 00:02:59 -05:00
Edwin Kofler c9d02a5f48 Update `autoenv` entry 2024-02-20 00:02:13 -05:00
Guillaume ROCQ 5de92eca2f
Add: ugrep support
ugrep is a fast grep interactive or batch searcher
2024-02-12 09:36:27 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [ag](https://github.com/ggreer/the_silver_searcher) - Super fast string search through a directory hierarchy
* [aliases](https://github.com/sebglazebrook/aliases) - Contextual, dynamic, organized aliases for bash
* [arttime](https://github.com/reportaman/arttime) - Beauty of text art meets functionality of clock, timer, pomodoro++ time manager
* [autoenv](https://github.com/inishchith/autoenv) - Directory-based environments
* [autoenv](https://github.com/hyperupcall/autoenv) - Directory-based environments.
* [await](https://github.com/slavaGanzin/await) - single binary that run list of commands in parallel and waits for their termination
* [bartib](https://github.com/nikolassv/bartib) - A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
* [bashhub](https://github.com/rcaloras/bashhub-client) - :cloud: Bash history in the cloud. Indexed and searchable.
@ -144,6 +144,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [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
* [tmux](https://tmux.github.io/) - Amazing terminal multiplexer
* [ugrep](https://github.com/Genivia/ugrep) - a fast grep-a-like drop-in finder (interactive with TUI or batch use)
* [undollar](https://github.com/xtyrrell/undollar) - undollar bites the dollar sign off the tip of the command you just pasted into your terminal
* [usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases.
* [v](https://github.com/rupa/v) - z for vim.
@ -288,6 +289,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [ngincat](https://github.com/jaburns/ngincat) - Tiny Bash HTTP server using netcat
* [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines
* [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control
* [tshare](https://github.com/trikko/tshare) - File sharing from commandline.
* [vesper](https://github.com/chris-rock/vesper) - 🍸Vesper is a HTTP framework for Bash/Unix Shell
* [xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests
* [yt-dlp](https://github.com/yt-dlp/yt-dlp) - Command-line program to download videos from YouTube.com and other video sites