Added 7 new misc programs.

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

@ -13,11 +13,11 @@ make
# Summary
To date, **289** apps/tools covered, divided in **32** categories.
To date, **296** 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) (18) | [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) (9) | [Organizers and calendars](#organizers) (17) | [Productivity](#productivity) (9) | [Programming](#programming) (1) | [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) (17) | [Versioning](#versioning) (8) | [Viewers](#viewers) (10) | [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) (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)
Some links to [related resources](#resources).
@ -69,6 +69,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [lftp](https://lftp.yar.ru/) - "Sophisticated ftp/http client, and a file transfer program supporting a number of network protocols"; support for bookmarks and mirroring features.
* [Magic Wormhole](https://github.com/warner/magic-wormhole) - The program allows transfer arbitrary-sized files and directories (or short pieces of text) from one computer to another The two endpoints are identified by using identical human-readable codes.
* [OnionShare](https://onionshare.org/) - "An open source tool that lets you securely and anonymously share a file of any size."
* [qr-filetransfer](https://github.com/sdushantha/qr-filetransfer) - Transfer files over WiFi between your computer and your smartphone from the terminal
* [qrcp](https://www.linuxuprising.com/2020/07/qrcp-transfer-files-between-desktop-and.html) - Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code.
* [rsync](https://download.samba.org/pub/rsync/rsync.html) - Mirror directories across networked machines; handles diffs/changed files; works across SSH; plenty of parameters.
* [sitecopy](http://www.manyfish.co.uk/sitecopy/) - Synchronizes a local copy of a website with a remote copy on a server; does not use SSH/`scp` but FTP for file copy; useful when the remote server does not support secure copy.
@ -201,6 +202,7 @@ If you have any suggestion or want your project listed here, drop me an email at
## <a name="office"></a>Office tools
* [bib.awk](https://github.com/huijunchen9260/bib.awk) - Bibliography manager written in awk
* [conrad](https://github.com/vinayak-mehta/conrad) - Track conferences and meetups
* [sc-im](https://github.com/andmarti1424/sc-im) - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal. It is rich in functionalities, but the syntax of functions and other details are different from the common spreadsheets such as Excel and Calc, making difficult to "re-cycle" existing knowledge on these programs to work proficiently with sc-im. Neverthless, a nice piece of software."
* [scholarref](https://adamsgaard.dk/scholarref.html) - Tools to never deal with journal webpages again
@ -246,6 +248,8 @@ If you have any suggestion or want your project listed here, drop me an email at
## <a name="programming"></a>Programming
* [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python.
* [nbterm](https://github.com/davidbrochart/nbterm) - Jupyter Notebooks in the terminal
* [rr](https://rr-project.org/) - Debug the recording, deterministically, as many times as you want
## <a name="security"></a>Security and encryption
@ -353,6 +357,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.
* [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
* [lolcat](https://github.com/busyloop/lolcat) - Ruby Gem to colorize the output of the cat command.
@ -363,6 +368,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [pire](https://github.com/johannestaas/pire) - Python Interactive Regular Expressions.
* [pmenu](https://github.com/sgtpep/pmenu) - A dynamic terminal-based menu inspired by dmenu.
* [powerline](https://github.com/powerline/powerline) - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
* [rofi](https://github.com/davatorium/rofi) - A window switcher, application launcher and dmenu replacement
* [socli](https://github.com/gautamkrishnar/socli) - Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal
* [Starship](https://starship.rs/) - The cross-shell prompt for astronauts
* [termsaver](http://termsaver.brunobraga.net/) - termsaver to enjoy fancy ASCII screensavers like matrix, clock, starwars, and a couple of not-safe-for-work screens.
@ -389,6 +395,7 @@ If you have any suggestion or want your project listed here, drop me an email at
* [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.
* [mupdf](http://mupdf.com/) - Lightweight graphical PDF visualizer; strong key-based control; fast and accurate rendering.
* [Terminal Markdown Viewer](https://github.com/axiros/terminal_markdown_viewer) - Python based Markdown viewer for the terminal.
* [termv](https://github.com/Roshan-R/termv) - A terminal iptv player written in bash
* [zathura](https://pwmt.org/projects/zathura/) - Plugin based document file visualizer (PDF, DejaVu, PS); strongly key-based control.
## <a name="browser"></a>Web browser

@ -288,3 +288,10 @@ file-handling,vizex,https://github.com/bexxmodd/vizex,Visualize the disk space u
file-handling,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."
music,kord,https://github.com/synestematic/kord,A python framework that provides programmers with a simple api for the creation of music-based applications
graphics,imgcat,https://github.com/trashhalo/imgcat,Tool to output images in the terminal. Built with bubbletea
office,bib.awk,https://github.com/huijunchen9260/bib.awk,Bibliography manager written in awk
programming,rr,https://rr-project.org/,"Debug the recording, deterministically, as many times as you want"
programming,nbterm,https://github.com/davidbrochart/nbterm,Jupyter Notebooks in the terminal
transfer,qr-filetransfer,https://github.com/sdushantha/qr-filetransfer,Transfer files over WiFi between your computer and your smartphone from the terminal
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"

1 category name url description
288 file-handling 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.
289 music kord https://github.com/synestematic/kord A python framework that provides programmers with a simple api for the creation of music-based applications
290 graphics imgcat https://github.com/trashhalo/imgcat Tool to output images in the terminal. Built with bubbletea
291 office bib.awk https://github.com/huijunchen9260/bib.awk Bibliography manager written in awk
292 programming rr https://rr-project.org/ Debug the recording, deterministically, as many times as you want
293 programming nbterm https://github.com/davidbrochart/nbterm Jupyter Notebooks in the terminal
294 transfer qr-filetransfer https://github.com/sdushantha/qr-filetransfer Transfer files over WiFi between your computer and your smartphone from the terminal
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
Loading…
Cancel
Save