From c6b870edbbad7da851d59a8664d08d1e9e9d454c Mon Sep 17 00:00:00 2001 From: Peter Willis <31324861+peterwwillis@users.noreply.github.com> Date: Wed, 30 Jun 2021 01:36:24 -0400 Subject: [PATCH 1/2] Add clenv This adds the POSIX shell tool `clenv` - which sets up environment files and executes programs using them (optionally downloading the programs first using plugins called "extensions"). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f4c9db..06fcd3f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [browsh](https://github.com/browsh-org/browsh) - The modern text-based browser * [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager * [byobu](https://www.byobu.org) - Text-based window manager and terminal multiplexer +* [clenv](https://github.com/peterwwillis/clenv) - A tool to download, install, and run specific versions of programs in specific environments * [cod](https://github.com/dim-an/cod) — A completion daemon for shell that learns when you invoke `--help` commands * [CloudClip](https://github.com/skywind3000/CloudClip) - Your own clipboard in the cloud, copy and paste text with gist between different systems * [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the terminal From d0442860a6d0295d21392933416426960f593679 Mon Sep 17 00:00:00 2001 From: Peter Willis <31324861+peterwwillis@users.noreply.github.com> Date: Sun, 4 Jul 2021 02:20:07 -0400 Subject: [PATCH 2/2] Change project name Did not realize a similar project has the same name; great minds must think alike! Renaming project to "cliv" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06fcd3f..3887188 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [browsh](https://github.com/browsh-org/browsh) - The modern text-based browser * [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager * [byobu](https://www.byobu.org) - Text-based window manager and terminal multiplexer -* [clenv](https://github.com/peterwwillis/clenv) - A tool to download, install, and run specific versions of programs in specific environments +* [cliv](https://github.com/peterwwillis/cliv) - A tool to download, install, and run versions of any program in unique environments * [cod](https://github.com/dim-an/cod) — A completion daemon for shell that learns when you invoke `--help` commands * [CloudClip](https://github.com/skywind3000/CloudClip) - Your own clipboard in the cloud, copy and paste text with gist between different systems * [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the terminal