From c74c3908f6478c0877fefcd96beca36c6063b5a0 Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Tue, 3 Oct 2023 09:30:08 +0200 Subject: [PATCH] Added ok-bash as ok-sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04e8ca9..048978a 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [mcfly](https://github.com/cantino/mcfly) - Fly through your shell history. Great Scot! * [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, direnv, and autoenv) * [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration +* [ok-sh](https://github.com/secretGeek/ok-bash) - Do you work on many different projects? And in each project, are there commands you use that are specific to that project? You need a .ok file. * [parallel](https://www.gnu.org/software/parallel/) - Build and execute shell command lines from standard input in parallel * [pass](https://www.passwordstore.org/) - Manage passwords from the command line with GPG encryption and optional git integration. * [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as argument to a command.