add: some more decsriptions to categories

pull/6/head
Tullio Facchinetti 2 years ago
parent f5308d16c4
commit 8d640517aa

@ -48,6 +48,8 @@ Some links to [related resources](#resources).
## <a name="calc"></a>Calculators
Caclulators for numbers, dates, etc..
* [bcal](https://github.com/jarun/bcal) - Byte CALculator - A REPL CLI utility for storage expression evaluation, SI/IEC conversion, byte address calculation, base conversion and LBA/CHS calculation.
* [kalk](https://github.com/PaddiM8/kalk) - Command line calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers.
* [Nota](https://kary.us/nota/) - Terminal calculator with rich notation.
@ -67,6 +69,8 @@ Some links to [related resources](#resources).
## <a name="conversion"></a>Conversion
File format converters.
* [BaFi](https://mmalcek.github.io/bafi/) - Universal JSON, BSON, YAML, CSV, XML translator to ANY format using templates.
* [catdoc](http://www.wagner.pp.ru/~vitus/software/catdoc/) - Command line converter from Microsoft Word to plain text; output is sent to the standard output.
* [mdBook](https://github.com/rust-lang/mdBook) - Create book from markdown files.
@ -146,6 +150,8 @@ Some links to [related resources](#resources).
## <a name="cd"></a>Directory changers
Tools for improving the efficiency of directory traversal.
* [broot](https://dystroy.org/broot/) - A new way to navigate directory trees on linux, made in rust.
* [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.
* [fastdiract](https://github.com/dp12/fastdiract) - Lightning-fast cd and command execution.
@ -168,6 +174,8 @@ Some links to [related resources](#resources).
## <a name="editors"></a>Editors
Terminal text editors.
* [ash](https://github.com/akashnag/ash) - A simple and clean terminal-based text editor, that aims to be easy to use with modern key-bindings.
* [Diakonos](https://github.com/Pistos/diakonos) - A powerful editor with “standard” keybindings and several advanced features; written in Ruby.
* [Emacs](https://www.gnu.org/software/emacs/) - One of the godfathers of text editors; free long-standing software project; tons of extensions and funcionalities; the biggest drawback (my taste): it needs [E-Lisp](https://www.gnu.org/software/emacs/manual/eintr.html) for being programmed.
@ -192,6 +200,8 @@ Some links to [related resources](#resources).
## <a name="email"></a>Email
Email clients ([Mail User Agents](https://en.wikipedia.org/wiki/Email_client) - MUA), mail synchronization.
* [alot](https://github.com/pazz/alot) - MUA written in Python using the [NotMuch](https://notmuchmail.org/) backend; MailDir format support.
* [alpine](http://www.washington.edu/alpine/) - Mail client which aims at being "fast, easy to use email client that is suitable for both the inexperienced email user as well as for the most demanding of power users".
* [mbsync](http://isync.sourceforge.net/mbsync.html) - Mailboxes synchronization tool; allows to download email locally; MailDir format supported.
@ -206,6 +216,8 @@ Some links to [related resources](#resources).
## <a name="file-handling"></a>File and file system handling
File managers, tagging, bookmarking.
* [alder](https://github.com/aweary/alder) - Directory tree visualizer.
* [Brash](https://github.com/zakariagatter/brash) - CLI Trash Manager in Pure Bash.
* [classifier](https://github.com/bhrigu123/classifier) - Organize files in your current directory, by classifying them into folders of music, pdfs, images, etc.
@ -384,6 +396,8 @@ Some links to [related resources](#resources).
## <a name="networking"></a>Networking
Programs to deal with networks and communication.
* [bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool.
* [bluetuith](https://github.com/darkhz/bluetuith) - A TUI-based Bluetooth connection manager, which can interact with Bluetooth adapters and devices. It aims to be a replacement to most Bluetooth managers, like blueman.
* [bore](https://github.com/ekzhang/bore) - A simple CLI tool for making tunnels to localhost.
@ -421,6 +435,8 @@ Some links to [related resources](#resources).
## <a name="office"></a>Office tools
Spreadsheet and presentations.
* [conan](https://github.com/mirage/conan) - Find clue about the type of the file.
* [conrad](https://github.com/vinayak-mehta/conrad) - Track conferences and meetups.
* [Lotus 1-2-3 for Linux](https://github.com/taviso/123elf#lotus-1-2-3-for-linux) - A native port of Lotus 1-2-3 Release 3 to Linux.
@ -439,6 +455,8 @@ Some links to [related resources](#resources).
## <a name="organizers"></a>Organizers and calendars
Calendar managers.
* [addrb](https://github.com/mrusme/addrb) - A lightweight CLI / TUI address book that supports CardDAV.
* [buku](https://github.com/jarun/buku) - A powerful bookmark manager written in Python3 and SQLite3.
* [calcurse](https://calcurse.org/) - A calendar and scheduling application for the command line. It helps keep track of events, appointments and everyday tasks.
@ -527,6 +545,8 @@ Some links to [related resources](#resources).
## <a name="science"></a>Science
Tools for scientific research and science applications.
* [bib.awk](https://github.com/huijunchen9260/bib.awk) - Bibliography manager written in awk.
* [cobib](https://gitlab.com/mrossinek/cobib) - Simple, command-line based bibliography management tool.
* [element](https://github.com/gennaro-tedesco/element) - Periodic table on the command line.
@ -538,6 +558,8 @@ Some links to [related resources](#resources).
## <a name="security"></a>Security and encryption
Cryptography, ciphered archive managers, encrypted file-systems.
* [cipher](https://github.com/ash-shell/cipher) - An Ash module that makes it easy to perform aes-256-cbc encryption for files and directories.
* [cotp](https://github.com/replydev/cotp) - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
* [cream](https://git.z3bra.org/cream/files.html) - Encrypt and decrypt streams of data with only a master password. The key is derivated from the password + salt combo, and used to encrypt data byte per byte.
@ -808,6 +830,8 @@ Some links to [related resources](#resources).
## <a name="webdev"></a>Web development
Static site generators, load test tools..
* [ain](https://github.com/jonaslu/ain) - An HTTP API client for the terminal.
* [http-tanker](https://github.com/PierreKieffer/http-tanker) - Terminal application used for API testing; easily create, manage and execute http requests from the terminal.
* [Hugo](https://gohugo.io/) - The worlds fastest framework for building websites.

@ -1,15 +1,15 @@
label,name,description
backup,Backup,
calc,Calculators,
calc,Calculators,"Caclulators for numbers, dates, etc."
chat,Chat and instant messaging,
conversion,Conversion,
conversion,Conversion,File format converters
data-management,Data management,
transfer,Data transfer,
cd,Directory changers,
cd,Directory changers,Tools for improving the efficiency of directory traversal
disk-analyzer,Disk usage analyzers,
editors,Editors,
editors,Editors,Terminal text editors
email,Email,"Email clients ([Mail User Agents](https://en.wikipedia.org/wiki/Email_client) - MUA), mail synchronization"
file-handling,File and file system handling,"File managers, tagging, bookmarking, directory traversal"
file-handling,File and file system handling,"File managers, tagging, bookmarking"
file-manager,File manager,
file-renamer,File renamers,
file-system,File systems,
@ -28,7 +28,7 @@ password-manager,Password managers,
productivity,Productivity,
programming,Programming,
science,Science,Tools for scientific research and science applications
security,Security and encryption,"Cryptography, ciphered archive managers, encrypted file-systems, password managers"
security,Security and encryption,"Cryptography, ciphered archive managers, encrypted file-systems"
shells,Shells,
music,Sound and music,
monitor,System monitoring,
@ -41,4 +41,4 @@ utility,Utilities,
versioning,Versioning,
viewers,Viewers,
browser,Web browser,
webdev,Web development,"Static site generators ([staticgen.com](https://www.staticgen.com/) reports a comprehensive list of available options), load test tools."
webdev,Web development,"Static site generators, load test tools."

1 label name description
2 backup Backup
3 calc Calculators Caclulators for numbers, dates, etc.
4 chat Chat and instant messaging
5 conversion Conversion File format converters
6 data-management Data management
7 transfer Data transfer
8 cd Directory changers Tools for improving the efficiency of directory traversal
9 disk-analyzer Disk usage analyzers
10 editors Editors Terminal text editors
11 email Email Email clients ([Mail User Agents](https://en.wikipedia.org/wiki/Email_client) - MUA), mail synchronization
12 file-handling File and file system handling File managers, tagging, bookmarking, directory traversal File managers, tagging, bookmarking
13 file-manager File manager
14 file-renamer File renamers
15 file-system File systems
28 productivity Productivity
29 programming Programming
30 science Science Tools for scientific research and science applications
31 security Security and encryption Cryptography, ciphered archive managers, encrypted file-systems, password managers Cryptography, ciphered archive managers, encrypted file-systems
32 shells Shells
33 music Sound and music
34 monitor System monitoring
41 versioning Versioning
42 viewers Viewers
43 browser Web browser
44 webdev Web development Static site generators ([staticgen.com](https://www.staticgen.com/) reports a comprehensive list of available options), load test tools. Static site generators, load test tools.
Loading…
Cancel
Save