diff --git a/README.md b/README.md index df6d7ea..4d6c49d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1341** +* Apps/tools covered: **1342** * Number of categories: **76**. # Index @@ -29,7 +29,7 @@ Some links are available to [related resources](#resources). * [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (30), [Shells](#shells) (14), [Sound and music](#music) (46), [System monitoring](#monitor) (27), [System tools](#system) (23) * [Terminals](#terminal) (14), [Text processing](#text-processing) (32), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) * [Utilities](#utility) (34) -* [Versioning](#versioning) (7), [Video](#video) (11), [Viewers](#viewers) (20) +* [Versioning](#versioning) (7), [Video](#video) (11), [Viewers](#viewers) (21) * [Web browser](#browser) (18), [Web development](#webdev) (28), [Writing](#writing) (9) ## AI / ChatGPT @@ -1669,6 +1669,7 @@ File viewers for images and other formats (e.g., e-books). * [ccat](https://github.com/owenthereal/ccat) - A `cat` command with colorized output. * [haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor: A Hacker News command line interface (CLI). * [hexyl](https://github.com/sharkdp/hexyl) - Command-line hex viewer. +* [Lob TUI](https://github.com/pythops/lobtui) - TUI for lobste.rs website. * [medium-cli](https://github.com/djadmin/medium-cli) - Medium for Hackers - Read [medium.com](https://medium.com/) stories in the terminal. * [mplayer](http://www.mplayerhq.hu/design7/news.html) - One of the most popular video/audio players around, plays most audio and video formats (using ASCII characters) in the shell, provides a GUI for graphical visualization. * [mpv](https://mpv.io/) - A cross-platform media player with many features such as frame timing, MKV chapters and subtitles. It is a responsive video player with minimal layout customizable with themes. A good alternative media player to VLC since it can handle almost all the media formats as VLC, but using much less resources. diff --git a/data/apps.csv b/data/apps.csv index 048ca8e..5cdfa74 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1340,3 +1340,4 @@ ai,osh,,https://github.com/charyan/osh,Ollama Shell Helper (osh): English to Uni ai,clai,,https://github.com/iivvoo/clai,Command Line AI is a command line integration for openai. It's setup to help you learn new shell commands and construct more complex commands. organizers,pbook,,https://github.com/proh14/pbook,A simple phonebook manager for TUI lovers. transfer,smartscp,,https://github.com/lengyijun/smartscp,"A replacement of scp, but auto skip git-ignored files; it's just a wrapper of sshfs and xcp." +viewers,Lob TUI,,https://github.com/pythops/lobtui,TUI for lobste.rs website.