Added 6 more apps.

pull/1/head
Tullio Facchinetti 3 years ago
parent 61c3251707
commit b00d9b4934

@ -13,11 +13,11 @@ make
# Summary
To date, **296** apps/tools covered, divided in **32** categories.
To date, **302** apps/tools covered, divided in **32** categories.
# Index
[Backup](#backup) (8) | [Chat and instant messaging](#chat) (5) | [Conversion](#conversion) (4) | [Data management](#data-management) (8) | [Data transfer](#transfer) (19) | [Editors](#editors) (13) | [Email](#email) (7) | [File and file system handling](#file-handling) (20) | [File manager](#file-manager) (7) | [File systems](#file-system) (2) | [Font management](#font) (2) | [Funny tools](#funny) (9) | [Games](#games) (15) | [Graphics](#graphics) (6) | [Networking](#networking) (7) | [Office tools](#office) (10) | [Organizers and calendars](#organizers) (17) | [Productivity](#productivity) (9) | [Programming](#programming) (3) | [Security and encryption](#security) (12) | [Shells](#shells) (3) | [Sound and music](#music) (13) | [System monitoring](#monitor) (18) | [System tools](#system) (7) | [Terminals](#terminal) (5) | [Text processing](#text-processing) (13) | [Text search](#text-search) (5) | [Utilities](#utility) (19) | [Versioning](#versioning) (8) | [Viewers](#viewers) (11) | [Web browser](#browser) (6) | [Web development](#webdev) (5)
[Backup](#backup) (8) | [Chat and instant messaging](#chat) (5) | [Conversion](#conversion) (4) | [Data management](#data-management) (8) | [Data transfer](#transfer) (19) | [Editors](#editors) (13) | [Email](#email) (7) | [File and file system handling](#file-handling) (22) | [File manager](#file-manager) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (9) | [Games](#games) (15) | [Graphics](#graphics) (6) | [Networking](#networking) (7) | [Office tools](#office) (10) | [Organizers and calendars](#organizers) (19) | [Productivity](#productivity) (9) | [Programming](#programming) (3) | [Security and encryption](#security) (12) | [Shells](#shells) (3) | [Sound and music](#music) (13) | [System monitoring](#monitor) (18) | [System tools](#system) (7) | [Terminals](#terminal) (5) | [Text processing](#text-processing) (13) | [Text search](#text-search) (5) | [Utilities](#utility) (20) | [Versioning](#versioning) (8) | [Viewers](#viewers) (11) | [Web browser](#browser) (6) | [Web development](#webdev) (5)
Some links to [related resources](#resources).
@ -118,6 +118,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [duf](https://github.com/muesli/duf) - Disk Usage/Free Utility
* [dutree](https://github.com/nachoparker/dutree) - A tool to analyze file system usage written in Rust.
* [exa](https://the.exa.website/) - Replacement for 'ls' written in Rust, with colors and several additional "views".
* [F2](https://github.com/ayoisaiah/f2) - Cross-platform command-line tool for batch renaming files and directories quickly and safely
* [fasd](https://github.com/clvv/fasd) - A Commandline Tool That Offers Quick Access to Files and Directories. It offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.
* [gcp](https://github.com/petronny/gcp) - `gcp` (Goffis cp) is an advanced file copier tool, heavily inspired from the traditional `cp` command utility, but with some additional features: Displays the copy progress indicator, with estimated time, current file speed; logs of all actions; resume of interrupted copy processes.
* [gdu](https://github.com/dundee/gdu) - Pretty fast disk usage analyzer written in Go. Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.
@ -129,6 +130,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [tree](http://mama.indstate.edu/users/ice/tree/) - "Recursive directory listing command that produces a depth indented listing of files".
* [twf](https://github.com/wvanlint/twf) - Standalone tree view file explorer.
* [vizex](https://github.com/bexxmodd/vizex) - Visualize the disk space usage for every partition and media on the user's machine
* [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf
* [zoxide](https://github.com/ajeetdsouza/zoxide) - A faster way to navigate your filesystem.
## <a name="file-manager"></a>File manager
@ -145,6 +147,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [sshfs](https://github.com/libfuse/sshfs) - Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine.
* [TMSU](http://tmsu.org/) - A tool for tagging files; it provides a simple command line tool for applying tags and a virtual filesystem so that you can get a tag-based view of your files from within any other program.
* [wutag](https://github.com/wojciechkepka/wutag) - CLI Tool for tagging and organizing files by tags
## <a name="font"></a>Font management
@ -215,8 +218,10 @@ If you have any suggestion or want your project listed here, drop me an email at
## <a name="organizers"></a>Organizers and calendars
* [dstask](https://github.com/naggie/dstask) - Single binary terminal-based TODO manager with git-based sync + markdown notes per task
* [gcalcli](https://github.com/insanum/gcalcli) - CLI to access Google Calendars; allows to do the main tasks: create, delete, and list events.
* [goobook](https://gitlab.com/goobook/goobook) - The purpose of GooBook is to make it possible to use your Google Contacts from the command-line and from MUAs such as Mutt. It can be used from Mutt the same way as abook.
* [grit](https://github.com/climech/grit) - A multitree-based personal task manager
* [iKog](https://sites.google.com/site/henspace/ikog/) - A fully-featured task manager incapsulated within a Python script (just carry around the script to retain all the TODOs). When the script is run, a Python shell is opened, where task-related commands can be entered (ADD, LIST, etc.); a pity that commands are uppercase, which requires the annoying use of the Shift key.
* [kb](https://github.com/gnebbia/kb) - A minimalist knowledge base manager.
* [khal](https://github.com/pimutils/khal) - CLI and terminal calendar program, able to synchronize with CalDAV servers through [vdirsyncer](https://github.com/pimutils/vdirsyncer).
@ -357,6 +362,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder.
* [dasht](http://sunaku.github.io/dasht/man/man0/README.html) - Search API docs offline, in your terminal or browser.
* [dateutils](http://www.fresse.org/dateutils/) - Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
* [eg](https://github.com/srsudar/eg) - Useful examples at the command line
* [element](https://github.com/gennaro-tedesco/element) - Periodic table on the command line
* [googler](https://github.com/jarun/googler) - Google Search, Google Site Search, Google News from the terminal.
* [kmdr-cli](https://github.com/ediardo/kmdr-cli#supported-programs) - The CLI tool for explaining commands from your terminal

@ -295,3 +295,9 @@ transfer,qr-filetransfer,https://github.com/sdushantha/qr-filetransfer,Transfer
utility,element,https://github.com/gennaro-tedesco/element,Periodic table on the command line
viewers,termv,https://github.com/Roshan-R/termv,A terminal iptv player written in bash
utility,rofi,https://github.com/davatorium/rofi,"A window switcher, application launcher and dmenu replacement"
file-handling,F2,https://github.com/ayoisaiah/f2,Cross-platform command-line tool for batch renaming files and directories quickly and safely
organizers,grit,https://github.com/climech/grit,A multitree-based personal task manager
organizers,dstask,https://github.com/naggie/dstask,Single binary terminal-based TODO manager with git-based sync + markdown notes per task
file-system,wutag,https://github.com/wojciechkepka/wutag,CLI Tool for tagging and organizing files by tags
file-handling,xplr,https://github.com/sayanarijit/xplr,"A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf"
utility,eg,https://github.com/srsudar/eg,Useful examples at the command line

1 category name url description
295 utility element https://github.com/gennaro-tedesco/element Periodic table on the command line
296 viewers termv https://github.com/Roshan-R/termv A terminal iptv player written in bash
297 utility rofi https://github.com/davatorium/rofi A window switcher, application launcher and dmenu replacement
298 file-handling F2 https://github.com/ayoisaiah/f2 Cross-platform command-line tool for batch renaming files and directories quickly and safely
299 organizers grit https://github.com/climech/grit A multitree-based personal task manager
300 organizers dstask https://github.com/naggie/dstask Single binary terminal-based TODO manager with git-based sync + markdown notes per task
301 file-system wutag https://github.com/wojciechkepka/wutag CLI Tool for tagging and organizing files by tags
302 file-handling xplr https://github.com/sayanarijit/xplr A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf
303 utility eg https://github.com/srsudar/eg Useful examples at the command line
Loading…
Cancel
Save