From e0a34fb15f92fd8db78868b2129ca0711d87d304 Mon Sep 17 00:00:00 2001 From: DavidSatimeWallin Date: Thu, 19 Feb 2026 14:14:33 +0100 Subject: [PATCH 1/5] added vlsh to the list of cli tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee9d9c6..c5b4921 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [termtable](https://github.com/serkonda7/termtable) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal. - [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. ( Archived ) - [vesseract](https://github.com/barrack-obama/vesseract) - V wrapper for Tesseract-OCR (optical character recognition). +- [vlsh](https://github.com/DavidSatimeWallin/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) ### Database clients From 421b50d9ea7f1135d8bbf7e7ea9beb236682913f Mon Sep 17 00:00:00 2001 From: DavidSatimeWallin Date: Thu, 19 Feb 2026 14:35:01 +0100 Subject: [PATCH 2/5] moved vlsh to the correct (?) place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b4921..19fd001 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [v-terminal-apps](https://github.com/cogrow4/V-Terminal-Apps) - A collection of high-quality terminal applications written in V, including job planner, calculator, notes, file browser, quiz game, budget tracker, P2P chat (WIP), and Pomodoro timer. - [vin](https://github.com/DeoDorqnt387/vin) - A Basic Command Line Interface for V. - [zilch](https://github.com/mike-ward/zilch) - An entertaining and amusing simulation of an installer. +- [vlsh](https://github.com/DavidSatimeWallin/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) ### Editors @@ -205,7 +206,6 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [termtable](https://github.com/serkonda7/termtable) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal. - [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. ( Archived ) - [vesseract](https://github.com/barrack-obama/vesseract) - V wrapper for Tesseract-OCR (optical character recognition). -- [vlsh](https://github.com/DavidSatimeWallin/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) ### Database clients From 9a91cd8cfc52dac18a23fdc2279d11b55d916010 Mon Sep 17 00:00:00 2001 From: DavidSatimeWallin Date: Thu, 19 Feb 2026 17:58:25 +0100 Subject: [PATCH 3/5] changed to the correct URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fd001..ba3d982 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [v-terminal-apps](https://github.com/cogrow4/V-Terminal-Apps) - A collection of high-quality terminal applications written in V, including job planner, calculator, notes, file browser, quiz game, budget tracker, P2P chat (WIP), and Pomodoro timer. - [vin](https://github.com/DeoDorqnt387/vin) - A Basic Command Line Interface for V. - [zilch](https://github.com/mike-ward/zilch) - An entertaining and amusing simulation of an installer. -- [vlsh](https://github.com/DavidSatimeWallin/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) +- [vlsh](https://vlsh.cc/) - *nix Shell written in V (pipes, plugins, mux mode, etc) ### Editors From 16bd1c68649a5bde21b162d5b1a7a6cce8bc9e80 Mon Sep 17 00:00:00 2001 From: DavidSatimeWallin Date: Thu, 19 Feb 2026 21:11:41 +0100 Subject: [PATCH 4/5] reverted to github url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3d982..ca9c5aa 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [v-terminal-apps](https://github.com/cogrow4/V-Terminal-Apps) - A collection of high-quality terminal applications written in V, including job planner, calculator, notes, file browser, quiz game, budget tracker, P2P chat (WIP), and Pomodoro timer. - [vin](https://github.com/DeoDorqnt387/vin) - A Basic Command Line Interface for V. - [zilch](https://github.com/mike-ward/zilch) - An entertaining and amusing simulation of an installer. -- [vlsh](https://vlsh.cc/) - *nix Shell written in V (pipes, plugins, mux mode, etc) +- [vlsh](https://github.com/vlshcc/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) ### Editors From 3727aa23812c307485eccf92072b76d8213e3bc3 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Fri, 20 Feb 2026 02:15:34 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9c5aa..4391c14 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [v-terminal-apps](https://github.com/cogrow4/V-Terminal-Apps) - A collection of high-quality terminal applications written in V, including job planner, calculator, notes, file browser, quiz game, budget tracker, P2P chat (WIP), and Pomodoro timer. - [vin](https://github.com/DeoDorqnt387/vin) - A Basic Command Line Interface for V. - [zilch](https://github.com/mike-ward/zilch) - An entertaining and amusing simulation of an installer. -- [vlsh](https://github.com/vlshcc/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc) +- [vlsh](https://github.com/vlshcc/vlsh) - *nix Shell written in V (pipes, plugins, mux mode, etc). ### Editors