From 203d47aa311353a441bdb85dee0dd9de3c8f4147 Mon Sep 17 00:00:00 2001 From: tailsmails Date: Sun, 15 Feb 2026 18:31:13 +0330 Subject: [PATCH 1/8] Add new project links to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a444ab5..0a6d454 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ 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. +- [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup) +- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...) +- [amdim](https://github.com/tailsmails/amdim) - Make your screen dimmer than 0% +- [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots ### Editors From cb0b404b90e0f85dea980a5e90c3af6ed1595585 Mon Sep 17 00:00:00 2001 From: tailsmails Date: Sun, 15 Feb 2026 19:34:59 +0330 Subject: [PATCH 2/8] Reorder --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a6d454..947f100 100644 --- a/README.md +++ b/README.md @@ -73,15 +73,19 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. ### Command-line +- [amdim](https://github.com/tailsmails/amdim) - Make your screen dimmer than 0% - [crepl](https://github.com/l1mey112/crepl) - Compile and execute C code on the fly as you type it. - [fdup](https://github.com/gechandesu/fdup) - Find and remove duplicate files. - [github-releases](https://github.com/Dracks/repo-download-asset) - Cli tool to keep track of applications released as GitHub Release (or assets in workflow) and download them. - [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news. - [klonol](https://github.com/hungrybluedev/klonol) - CLI tool to help you "clone all" Git repositories belonging to you. Works with GitHub and Gitea. - [lsv](https://github.com/mike-ward/lsv) - `ls` file lister in the spirit of exa, eza, lsd, pls, natls, ls-go and others. +- [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup) +- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...) - [portctl](https://github.com/apoprotsky/portctl) - CLI tool to manage Docker Swarm resources using Portainer API. - [runner](https://github.com/Naheel-Azawy/runner) - A tool that automates running/compiling code written in various programming languages. - [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks. +- [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. - [vcli](https://github.com/changhz/vcli) - A CLI tool to generate folder structure according to the [guideline](https://blog.vlang.io/the-complete-beginners-guide-to-cli-apps-in-v/) - [verve](https://github.com/MohammadMD1383/verve) - Simple and fast static file server. @@ -96,10 +100,6 @@ 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. -- [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup) -- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...) -- [amdim](https://github.com/tailsmails/amdim) - Make your screen dimmer than 0% -- [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots ### Editors From c4ca6eb7a6b9d465f71a9220c8a540b92a9e5f46 Mon Sep 17 00:00:00 2001 From: tailsmails Date: Sun, 15 Feb 2026 22:55:16 +0330 Subject: [PATCH 3/8] Fix punctuation in README command-line tools list --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 947f100..ee9d9c6 100644 --- a/README.md +++ b/README.md @@ -73,19 +73,19 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. ### Command-line -- [amdim](https://github.com/tailsmails/amdim) - Make your screen dimmer than 0% +- [amdim](https://github.com/tailsmails/amdim) - Make your screen dimmer than 0%. - [crepl](https://github.com/l1mey112/crepl) - Compile and execute C code on the fly as you type it. - [fdup](https://github.com/gechandesu/fdup) - Find and remove duplicate files. - [github-releases](https://github.com/Dracks/repo-download-asset) - Cli tool to keep track of applications released as GitHub Release (or assets in workflow) and download them. - [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news. - [klonol](https://github.com/hungrybluedev/klonol) - CLI tool to help you "clone all" Git repositories belonging to you. Works with GitHub and Gitea. - [lsv](https://github.com/mike-ward/lsv) - `ls` file lister in the spirit of exa, eza, lsd, pls, natls, ls-go and others. -- [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup) -- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...) +- [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup). +- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...). - [portctl](https://github.com/apoprotsky/portctl) - CLI tool to manage Docker Swarm resources using Portainer API. - [runner](https://github.com/Naheel-Azawy/runner) - A tool that automates running/compiling code written in various programming languages. - [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks. -- [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots +- [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. - [vcli](https://github.com/changhz/vcli) - A CLI tool to generate folder structure according to the [guideline](https://blog.vlang.io/the-complete-beginners-guide-to-cli-apps-in-v/) - [verve](https://github.com/MohammadMD1383/verve) - Simple and fast static file server. From 39115e59e7c8992811783275959dace3a7826b01 Mon Sep 17 00:00:00 2001 From: tailsmails Date: Sat, 21 Feb 2026 14:50:38 +0330 Subject: [PATCH 4/8] Fix typo in mushroomtek description then add timingless project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4391c14..0e2929e 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,12 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [klonol](https://github.com/hungrybluedev/klonol) - CLI tool to help you "clone all" Git repositories belonging to you. Works with GitHub and Gitea. - [lsv](https://github.com/mike-ward/lsv) - `ls` file lister in the spirit of exa, eza, lsd, pls, natls, ls-go and others. - [mimicfs](https://github.com/tailsmails/mimicfs) - An FS that encrypts your app data and keeps them on RAM (with a backup). -- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-imsi catcher/Anti-Triangulation...). +- [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-IMSI catcher/Anti-Triangulation...). - [portctl](https://github.com/apoprotsky/portctl) - CLI tool to manage Docker Swarm resources using Portainer API. - [runner](https://github.com/Naheel-Azawy/runner) - A tool that automates running/compiling code written in various programming languages. - [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks. - [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots. +- [timingless](https://github.com/tailsmails/timingless) - A SOCKS5 proxy that sits between your applications and Tor, enforcing constant bandwidth to defeat traffic timing analysis. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. - [vcli](https://github.com/changhz/vcli) - A CLI tool to generate folder structure according to the [guideline](https://blog.vlang.io/the-complete-beginners-guide-to-cli-apps-in-v/) - [verve](https://github.com/MohammadMD1383/verve) - Simple and fast static file server. From f28ffe4894951a7abdf6b57f8c85fd70aabb707d Mon Sep 17 00:00:00 2001 From: tailsmails Date: Tue, 24 Feb 2026 17:57:16 +0330 Subject: [PATCH 5/8] add vanadium to the project list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2929e..6d6d347 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [vhs](https://github.com/KevinDaSilvaS/vhs) - Haskell prelude list functions(zip, zipwith, head, etc) implemented in V. - [VInstall](https://github.com/malisipi/VInstall) - A cross-platform installer creator. - [votp](https://github.com/OdaiGH/votp) - TOTP and HOTP implementation in v. - +- [vanadium](https://github.com/tailsmails/vanadium) - Ada-level runtime safety for the V programming language. ### Web From a22169ddec6325da32598e0e632e18d53be0d8b4 Mon Sep 17 00:00:00 2001 From: tailsmails Date: Tue, 24 Feb 2026 19:17:54 +0330 Subject: [PATCH 6/8] reorder for 'symlinker' and 'vanadium' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d6d347..ac43119 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [mushroomtek](https://github.com/tailsmails/mushroomtek) - Don't worry about the grid, you are just a radius (Anti-IMSI catcher/Anti-Triangulation...). - [portctl](https://github.com/apoprotsky/portctl) - CLI tool to manage Docker Swarm resources using Portainer API. - [runner](https://github.com/Naheel-Azawy/runner) - A tool that automates running/compiling code written in various programming languages. -- [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks. - [stripshot](https://github.com/tailsmails/stripshot) - Strips device/OS fingerprints from screenshots. +- [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks. - [timingless](https://github.com/tailsmails/timingless) - A SOCKS5 proxy that sits between your applications and Tor, enforcing constant bandwidth to defeat traffic timing analysis. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. - [vcli](https://github.com/changhz/vcli) - A CLI tool to generate folder structure according to the [guideline](https://blog.vlang.io/the-complete-beginners-guide-to-cli-apps-in-v/) @@ -342,11 +342,11 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. - [range](https://github.com/Delta456/range) - Functionality of Python's range() in V. - [ssh-config](https://github.com/walkingdevel/ssh-config) - A V library for parsing SSH config files. - [vaker](https://github.com/ChAoSUnItY/vaker) - A light-weight compile-time-generated data faker written in V. +- [vanadium](https://github.com/tailsmails/vanadium) - Ada-level runtime safety for the V programming language. - [vdotenv](https://github.com/zztkm/vdotenv) - Support for .env files which loads environment variables. - [vhs](https://github.com/KevinDaSilvaS/vhs) - Haskell prelude list functions(zip, zipwith, head, etc) implemented in V. - [VInstall](https://github.com/malisipi/VInstall) - A cross-platform installer creator. - [votp](https://github.com/OdaiGH/votp) - TOTP and HOTP implementation in v. -- [vanadium](https://github.com/tailsmails/vanadium) - Ada-level runtime safety for the V programming language. ### Web From d5536956271f516998994b8af48a17a7852d48f7 Mon Sep 17 00:00:00 2001 From: tailsmails <253711812+tailsmails@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:55:15 +0330 Subject: [PATCH 7/8] Add vdlib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac43119..b8fcbdc 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. ### Telegram +- [vdlib](https://github.com/tailsmails/vdlib) - A V language wrapper for TDLib (Telegram Database Library). - [vgram](https://github.com/dariotarantini/vgram) - Telegram bot library. ### Text processing From 795eb08b563661650cbd30560624876485e64d7f Mon Sep 17 00:00:00 2001 From: tailsmails <253711812+tailsmails@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:50:06 +0330 Subject: [PATCH 8/8] Replace vdlib with velegram in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fcbdc..48dac42 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ SDL2 and SDL3 based applications importing `vlang/sdl`. ### Telegram -- [vdlib](https://github.com/tailsmails/vdlib) - A V language wrapper for TDLib (Telegram Database Library). +- [velegram](https://github.com/tailsmails/velegram) - A V language wrapper for TDLib (Telegram Database Library). - [vgram](https://github.com/dariotarantini/vgram) - Telegram bot library. ### Text processing