From 80e65b8246744bc542e7bb94ac16ceef2a26cbf7 Mon Sep 17 00:00:00 2001 From: "Gianpaulo M. Soares" Date: Wed, 13 Sep 2023 00:15:38 +0000 Subject: [PATCH 01/16] Add ctop --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b342b9..a49deb3 100644 --- a/readme.md +++ b/readme.md @@ -217,6 +217,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [lazydocker](https://github.com/jesseduffield/lazydocker) - Simple docker/docker-compose interface. - [docker-shell](https://github.com/Trendyol/docker-shell) - Simple interactive docker interface. - [docker-pushrm](https://github.com/christian-korneck/docker-pushrm) - Push a readme to container registries. +- [ctop](https://github.com/bcicen/ctop) - Top like interface for container metrics. ### Release From 6a30c1e29479e6c1a3d80132d1e9ed2f6c29687e Mon Sep 17 00:00:00 2001 From: qadzek <84473512+qadzek@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:08:25 +0100 Subject: [PATCH 02/16] Add sshuttle --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b342b9..0721cfe 100644 --- a/readme.md +++ b/readme.md @@ -358,6 +358,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [acmetool](https://github.com/hlandau/acmetool) - Automatic certificate acquisition for ACME (Let's Encrypt). - [certificate-ripper](https://github.com/Hakky54/certificate-ripper) - Extract server certificates. - [neoss](https://github.com/PabloLec/neoss) - User-friendly and detailed socket statistics. +- [sshuttle](https://github.com/sshuttle/sshuttle) - Transparent proxy server that works as a poor man's VPN. ### Theming and Customization From 5e150f4a0cc85ef9a1b71fb0899ef50be306a603 Mon Sep 17 00:00:00 2001 From: Onur YALAZI Date: Wed, 31 Jan 2024 11:26:51 +0000 Subject: [PATCH 03/16] Added dua-cli --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b342b9..c8fa12a 100644 --- a/readme.md +++ b/readme.md @@ -506,6 +506,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [rename-cli](https://github.com/jhotmann/node-rename-cli) - Rename files quickly. - [renameutils](https://www.nongnu.org/renameutils/) - Mass renaming in your editor. - [diskonaut](https://github.com/imsnif/diskonaut) - Disk space navigator. +- [dua-cli](https://github.com/Byron/dua-cli) - Disk usage analizer. View disk space usage and delete unwanted data, fast. ### Files From 4ee99b3252b52507057323e3266b2b3de7189487 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sun, 24 Mar 2024 09:55:14 +0100 Subject: [PATCH 04/16] Remove deprections --- check-for-deprecation.sh | 2 +- readme.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/check-for-deprecation.sh b/check-for-deprecation.sh index 2c7c2f5..5fc929d 100755 --- a/check-for-deprecation.sh +++ b/check-for-deprecation.sh @@ -1,6 +1,6 @@ #! /bin/bash -J=4 +J=6 OUT_FILE=deprecated.txt if [ "$1" = "--help" ] || [ "$1" = "-h" ] || [ "$1" = "help" ]; then diff --git a/readme.md b/readme.md index 5b342b9..4e0e0c9 100644 --- a/readme.md +++ b/readme.md @@ -215,7 +215,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [lstags](https://github.com/ivanilves/lstags) - Synchronize images across registries. - [dockly](https://github.com/lirantal/dockly) - Interactively manage containers. - [lazydocker](https://github.com/jesseduffield/lazydocker) - Simple docker/docker-compose interface. -- [docker-shell](https://github.com/Trendyol/docker-shell) - Simple interactive docker interface. - [docker-pushrm](https://github.com/christian-korneck/docker-pushrm) - Push a readme to container registries. ### Release @@ -518,7 +517,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [webtorrent-cli](https://github.com/feross/webtorrent-cli) – Streaming torrent client. - [entr](https://github.com/eradman/entr) - Run an arbitrary command when files change. - [organize-cli](https://github.com/ManrajGrover/organize-cli) - Organize your files automatically. -- [organize-rt](https://gitlab.com/FixFromDarkness/organize-rt) - organize-cli in Rust with more customization. +- [organize-rt](https://gitlab.com/foxido/organize-rt) - organize-cli in Rust with more customization. - [RecoverPy](https://github.com/PabloLec/RecoverPy) - Recover overwritten or deleted files. ### File Sync/Sharing @@ -531,7 +530,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [portal](https://github.com/ZinoKader/portal) - Send files between computers. - [shbin](https://github.com/Shiphero/shbin/) - Turn a Github repo into a pastebin. - [sharing](https://github.com/parvardegr/sharing) - Send and receive files on your mobile device. -- [ncp](https://github.com/kha7iq/ncp) - Transfer files and folders, to and from NFS servers. +- [ncp](https://github.com/kha7iq/ncp) - Transfer files and folders, to and from NFS servers. ### Directory Listing From 962e63993219c78620e1904ce482a58ee5dee784 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Wed, 24 Apr 2024 10:59:39 +0400 Subject: [PATCH 05/16] Switch to working geeknote fork (#613) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4e0e0c9..f382616 100644 --- a/readme.md +++ b/readme.md @@ -282,7 +282,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Note Taking and Lists - [idea](https://github.com/IonicaBizau/idea) - A lightweight tool for keeping ideas in a safe place quick and easy. -- [geeknote](https://github.com/jeffkowalski/geeknote) - Evernote client. +- [geeknote](https://github.com/vitaly-zdanevich/geeknote) - Evernote client. - [Taskwarrior](https://taskwarrior.org/) - Manage your TODO list. - [Terminal velocity](https://vhp.github.io/terminal_velocity/) - A fast note-taking app. - [eureka](https://github.com/simeg/eureka) - Input and store your ideas. From 2edcae7f30b8f2b0681ec48417cb009788c898da Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 19 Sep 2024 09:25:29 +0200 Subject: [PATCH 06/16] Remove deprecated projects, replace neofetch with fastfetch --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f382616..327a09b 100644 --- a/readme.md +++ b/readme.md @@ -288,7 +288,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [eureka](https://github.com/simeg/eureka) - Input and store your ideas. - [sncli](https://github.com/insanum/sncli) - Simplenote client. - [td-cli](https://github.com/darrikonn/td-cli) - A TODO manager to organize and manage your TODO's across multiple projects. -- [taskell](https://github.com/smallhadroncollider/taskell) - Interactive kanban board/task manager. - [taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards & notes for the command-line habitat. - [dnote](https://github.com/dnote/dnote) - A interactive, multi-device notebook. - [nb](https://github.com/xwmx/nb) - A note‑taking, bookmarking, archiving, and knowledge base application. @@ -364,7 +363,6 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [wallpaper-cli](https://github.com/sindresorhus/wallpaper-cli) - Get or set the desktop wallpaper. - [themer](https://github.com/mjswensen/themer) - Generate personalized themes for your editor, terminal, wallpaper, Slack, and more. - [JackPaper](https://github.com/jackel27/jackpaper) - Set images from Unsplash as wallpaper. -- [pywal](https://github.com/dylanaraps/pywal) - Generate and change color-schemes, then apply them system-wide to all of your favourite programs. - [QuickWall](https://github.com/deepjyoti30/QuickWall) - Directly set wallpapers from Unsplash. - [oh-my-posh](https://ohmyposh.dev) - Prompt theme engine. @@ -379,7 +377,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv ### System Interaction Utilities -- [neofetch](https://github.com/dylanaraps/neofetch) - System information tool. +- [fastfetch](https://github.com/fastfetch-cli/fastfetch) - System information tool. - [battery-level-cli](https://github.com/gillstrom/battery-level-cli) - Get current battery level. - [brightness-cli](https://github.com/kevva/brightness-cli) - Change screen brightness ([windows](https://github.com/sondreb/win-brightness)). - [yank](https://github.com/mptre/yank) - Yank terminal output to clipboard. @@ -492,7 +490,6 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [Vifm](https://vifm.info/) - VI influnced file manager. - [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration. - [lf](https://github.com/gokcehan/lf) - Fast, extensively customizable file manager. -- [fff](https://github.com/dylanaraps/fff) - Fast, simple file manager. - [clifm](https://github.com/leo-arch/clifm) - The command line file manager. - [far2l](https://github.com/elfmz/far2l) - Orthodox file manager. From 5b2c123d780460eaf5ac6aba7e8bab6c8000aa36 Mon Sep 17 00:00:00 2001 From: gmt4 <791491+gmt4@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:34:09 +0200 Subject: [PATCH 07/16] Add mpvc (#634) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 327a09b..4d564e1 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [swaglyrics-for-spotify](https://github.com/SwagLyrics/SwagLyrics-For-Spotify) - Spotify lyrics. - [dzr](https://github.com/yne/dzr) - deezer.com player. - [radio-active](https://github.com/deep5050/radio-active) - Internet radio player with 40k+ stations. +- [mpvc](https://github.com/gmt4/mpvc) - Music player interfacing mpv. ### Social Media From 6e0735ae9c39c8902f7a5be2ac7896ecd2af822e Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 23 Sep 2024 06:42:04 +0200 Subject: [PATCH 08/16] Remove broken or abandoned social media clients --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 4d564e1..4464273 100644 --- a/readme.md +++ b/readme.md @@ -113,8 +113,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Social Media -- [facebook-cli](https://github.com/specious/facebook-cli) - Facebook command line interface. -- [Rainbowstream](https://github.com/DTVD/rainbowstream) - A smart and nice Twitter client on the terminal. - [tuir](https://gitlab.com/ajak/tuir) - Reddit TUI. - [WeeChat](https://weechat.org/) - Fast, light and extensible chat client. - [irssi](https://github.com/irssi/irssi) - IRC chat client. From dde3f4d7ae878ceb589fed923e1f14c057bdd87d Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 23 Sep 2024 06:47:59 +0200 Subject: [PATCH 09/16] Remove more non-working projects, group leftover socials into Chat --- readme.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 4464273..47f8d82 100644 --- a/readme.md +++ b/readme.md @@ -89,8 +89,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Entertainment -- [football-cli](https://github.com/ManrajGrover/football-cli) - Get live scores, fixtures, standings of almost every football competition/league. -- [pockyt](https://github.com/arvindch/pockyt) - Read, Manage, and Automate your [Pocket](https://getpocket.com) collection. - [newsboat](https://github.com/newsboat/newsboat) - An extendable RSS feed reader for text terminals. ### Music @@ -111,13 +109,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [radio-active](https://github.com/deep5050/radio-active) - Internet radio player with 40k+ stations. - [mpvc](https://github.com/gmt4/mpvc) - Music player interfacing mpv. -### Social Media - -- [tuir](https://gitlab.com/ajak/tuir) - Reddit TUI. -- [WeeChat](https://weechat.org/) - Fast, light and extensible chat client. -- [irssi](https://github.com/irssi/irssi) - IRC chat client. -- [kirc](https://github.com/mcpcpc/kirc) - Tiny IRC client. - ### Video - [youtube-dl](https://github.com/ytdl-org/youtube-dl) - Download videos from YouTube.com and many other video sites. @@ -145,6 +136,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [SpeedRead](https://github.com/sunsations/speed_read) - Spritz-alike speedreader. - [medium-cli](https://github.com/djadmin/medium-cli) - Read [medium.com](https://medium.com/) stories. +### Chat + +- [WeeChat](https://weechat.org/) - Fast, light and extensible chat client. +- [irssi](https://github.com/irssi/irssi) - IRC chat client. +- [kirc](https://github.com/mcpcpc/kirc) - Tiny IRC client. + ## Development - [legit](https://github.com/captainsafia/legit) - Generate Open Source licences as files or file headers. From 525fcabcf806abcd993ddd222df63ccdf036a412 Mon Sep 17 00:00:00 2001 From: confusedalex Date: Fri, 25 Oct 2024 17:42:32 +0200 Subject: [PATCH 10/16] Add yazi (#611) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 47f8d82..ecd9ccd 100644 --- a/readme.md +++ b/readme.md @@ -488,6 +488,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [lf](https://github.com/gokcehan/lf) - Fast, extensively customizable file manager. - [clifm](https://github.com/leo-arch/clifm) - The command line file manager. - [far2l](https://github.com/elfmz/far2l) - Orthodox file manager. +- [yazi](https://github.com/sxyazi/yazi) - Blazing fast file manager. ### Deleting, Copying, and Renaming From 300fd35213e2035d796e78b13883fec8bfd3d7c2 Mon Sep 17 00:00:00 2001 From: Ayooluwa Isaiah Date: Sun, 3 Nov 2024 18:45:34 +0100 Subject: [PATCH 11/16] Add f2 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ecd9ccd..0778d2c 100644 --- a/readme.md +++ b/readme.md @@ -513,6 +513,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [organize-cli](https://github.com/ManrajGrover/organize-cli) - Organize your files automatically. - [organize-rt](https://gitlab.com/foxido/organize-rt) - organize-cli in Rust with more customization. - [RecoverPy](https://github.com/PabloLec/RecoverPy) - Recover overwritten or deleted files. +- [f2](https://github.com/ayoisaiah/f2) - A cross-platform tool for fast, safe, and flexible batch renaming. ### File Sync/Sharing From e0158d2ef1231b1398f60a06d20d816a58a090c7 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Thu, 14 Nov 2024 04:01:19 -0600 Subject: [PATCH 12/16] Fix typos in descriptions and links (#637) --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ecd9ccd..7450d7b 100644 --- a/readme.md +++ b/readme.md @@ -127,7 +127,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Dwarf Fortress](http://www.bay12games.com/dwarves/) - Roguelike construction and management simulation. - [Cataclysm-DDA](https://cataclysmdda.org) - Turn-based survival game set in a post-apocalyptic world. -- [pokete](https://github.com/lxgr-linux/pokete) - Pokemon-like. +- [Pokete](https://github.com/lxgr-linux/Pokete) - Pokemon-like. ### Books @@ -402,7 +402,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv ### Math - [mdlt](https://github.com/metadelta/mdlt) - Do quick math right from the command line. -- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. +- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trivial math expressions. Unit conversions, symbolic calculations and more. ### Weather @@ -483,7 +483,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [ranger](https://github.com/ranger/ranger) - A console file manager with VI key bindings. - [midnight-commander](https://github.com/MidnightCommander/mc) - A feature rich visual file manager. -- [Vifm](https://vifm.info/) - VI influnced file manager. +- [Vifm](https://vifm.info/) - VI influenced file manager. - [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration. - [lf](https://github.com/gokcehan/lf) - Fast, extensively customizable file manager. - [clifm](https://github.com/leo-arch/clifm) - The command line file manager. @@ -557,7 +557,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [broot](https://github.com/Canop/broot) - Fuzzy finder similar to fzf, but with space usage visualization. - [rare](https://github.com/zix99/rare) - Real-time regex aggregation and analysis. - [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in rust, similar to fzf. -- [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structrual search, linting and rewriting. +- [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structural search, linting and rewriting. ## Version Control From 1d982825eacd0d86c265a62fe991c73deeb1a3fd Mon Sep 17 00:00:00 2001 From: poetaman <71736629+poetaman@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:08:42 -0800 Subject: [PATCH 13/16] Add arttime (#524) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7450d7b..d8d8efa 100644 --- a/readme.md +++ b/readme.md @@ -274,6 +274,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Watson](https://github.com/TailorDev/Watson) - Generate reports for clients and manage your time. - [utt](https://github.com/larose/utt) - Simple time tracking tool. - [Bartib](https://github.com/nikolassv/bartib) - Easy to use time tracking tool. +- [arttime](https://github.com/reportaman/arttime) - Featureful timer with native desktop notifications and curated ASCII art. ### Note Taking and Lists From 2d272e96669753017cd2ef781dd08f7dc871fe48 Mon Sep 17 00:00:00 2001 From: Nicolai Weitkemper Date: Mon, 25 Nov 2024 15:44:58 +0100 Subject: [PATCH 14/16] Add terminaltexteffects --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d8d8efa..c53be1d 100644 --- a/readme.md +++ b/readme.md @@ -639,6 +639,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [ponysay](https://github.com/erkin/ponysay) - Pony rewrite of cowsay. - [yosay](https://github.com/yeoman/yosay) - Like cowsay, but for yeoman. - [lolcat](https://github.com/busyloop/lolcat) - Outputs text in rainbow colors. +- [terminaltexteffects](https://github.com/ChrisBuilds/terminaltexteffects) - Plays elaborate animations of text input. - [text-meme](https://github.com/beatfreaker/text-meme-cli) - Generate text memes. - [dankcli](https://github.com/sggts04/dankcli) - Add text to meme image templates. - [ricksay](https://github.com/roma-guru/ricksay) - Quotes from Rick and Morty. From 0607f51791cc0f772972e2caaa7aaefe10a44680 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:56:55 +0100 Subject: [PATCH 15/16] Add `television` to the `Search` category --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d8d8efa..ae47adf 100644 --- a/readme.md +++ b/readme.md @@ -559,6 +559,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [rare](https://github.com/zix99/rare) - Real-time regex aggregation and analysis. - [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in rust, similar to fzf. - [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structural search, linting and rewriting. +- [television](https://github.com/alexpasmantier/television) - A very fast general purpose fuzzy finder. ## Version Control From 511ae7ca7d416555434089ef11dc44d7f479101d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Lund?= Date: Fri, 18 Jul 2025 09:52:33 +0200 Subject: [PATCH 16/16] Add s5cmd --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d8d8efa..33fdda9 100644 --- a/readme.md +++ b/readme.md @@ -205,6 +205,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ipfs-deploy](https://github.com/agentofuser/ipfs-deploy) - Deploy static websites to [IPFS](https://github.com/ipfs/ipfs#overviewhttps://github.com/ipfs/ipfs#overview). - [Discharge](https://github.com/brandonweiss/discharge) - Deploy static websites to Amazon S3. - [updatecli](https://github.com/updatecli/updatecli) - A declarative dependency management tool. +- [s5cmd](https://github.com/peak/s5cmd) - Blazing fast S3 and local filesystem execution tool. ### Docker