diff --git a/README.md b/README.md index 8887284..aaed375 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Some links to [related resources](#resources). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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). ## 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 world’s fastest framework for building websites. diff --git a/data/categories.csv b/data/categories.csv index 499c377..32bcde3 100644 --- a/data/categories.csv +++ b/data/categories.csv @@ -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."