mirror of
https://github.com/toolleeo/cli-apps.git
synced 2024-11-19 03:25:36 +00:00
ADD: min
This commit is contained in:
parent
86ef27ecc9
commit
34d514c032
@ -21,11 +21,11 @@ If you want to contribute through a pull request, make sure to add new entries t
|
||||
|
||||
# Summary
|
||||
|
||||
To date, **554** apps/tools covered, divided in **41** categories.
|
||||
To date, **555** apps/tools covered, divided in **41** categories.
|
||||
|
||||
# Index
|
||||
|
||||
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (25) | [Data transfer](#transfer) (25) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (17) | [Email](#email) (8) | [File and file system handling](#file-handling) (32) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (13) | [Games](#games) (26) | [Git and accessories](#git) (16) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (2) | [Networking](#networking) (13) | [Note taking](#note-taking) (11) | [Office tools](#office) (16) | [Organizers and calendars](#organizers) (12) | [Password managers](#password-manager) (9) | [Productivity](#productivity) (17) | [Programming](#programming) (12) | [Security and encryption](#security) (8) | [Shells](#shells) (4) | [Sound and music](#music) (22) | [System monitoring](#monitor) (24) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (30) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (31) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (12) | [Web development](#webdev) (12)
|
||||
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (25) | [Data transfer](#transfer) (25) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (17) | [Email](#email) (8) | [File and file system handling](#file-handling) (32) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (13) | [Games](#games) (26) | [Git and accessories](#git) (16) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (2) | [Networking](#networking) (13) | [Note taking](#note-taking) (11) | [Office tools](#office) (16) | [Organizers and calendars](#organizers) (12) | [Password managers](#password-manager) (9) | [Productivity](#productivity) (17) | [Programming](#programming) (12) | [Security and encryption](#security) (8) | [Shells](#shells) (4) | [Sound and music](#music) (22) | [System monitoring](#monitor) (24) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (30) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (31) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (13) | [Web development](#webdev) (12)
|
||||
|
||||
Some links to [related resources](#resources).
|
||||
|
||||
@ -688,6 +688,7 @@ Some links to [related resources](#resources).
|
||||
* [Gremlin](https://github.com/actuday6418/gremlin) - Gemini browser for the terminal.
|
||||
* [Links](http://www.jikos.cz/~mikulas/links//) - A textual Web browser with tables and frames.
|
||||
* [Lynx](http://lynx.invisible-island.net/) - A highly configurable text-based web browser; one of the oldest CLI browser I'm aware of.
|
||||
* [min](https://github.com/a-h/min) - A Gemini browser with Vim style keyboard navigation, client certificate support and history and bookmarks saved in TSV files.
|
||||
* [s](https://github.com/zquestz/s) - Web search from the terminal. Just opens in your browser.
|
||||
* [w3m](http://w3m.sourceforge.net/) - A text-based web browser as well as a pager like `less`; it can be used as a text formatting tool which typesets HTML into plain text.
|
||||
|
||||
|
@ -553,3 +553,4 @@ system,Devbox,https://github.com/jetpack-io/devbox,Devbox is a command-line tool
|
||||
git,gh-stars,https://github.com/aymanbagabas/gh-stars,A GitHub CLI extension to show repository stargazers.
|
||||
browser,asuka,https://git.sr.ht/~julienxx/asuka,A Gemini Project client written in Rust with NCurses.
|
||||
browser,Gremlin,https://github.com/actuday6418/gremlin,Gemini browser for the terminal.
|
||||
browser,min,https://github.com/a-h/min,"A Gemini browser with Vim style keyboard navigation, client certificate support and history and bookmarks saved in TSV files."
|
||||
|
|
Loading…
Reference in New Issue
Block a user