pull/37/head
Tullio Facchinetti 3 months ago
parent 759adebf88
commit 6eb364f071

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1384**
* Apps/tools covered: **1385**
* Number of categories: **76**.
# Index
@ -17,7 +17,7 @@ Some links are available to [related resources](#resources).
* [Backup](#backup) (16)
* [Calculators](#calc) (11), [Chat and instant messaging](#chat) (28), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13)
* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (24), [Data transfer](#transfer) (40), [DevOps](#devops) (14), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (15)
* [Editors](#editors) (26), [Email](#email) (15)
* [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (11), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13)
* [Games](#games) (49), [Git and accessories](#git) (50), [Graphics](#graphics) (37)
* [History management](#history) (4)
@ -471,6 +471,7 @@ Text editors.
* [nano](https://www.nano-editor.org/) - Easy to use, lightweigth text editor; no complex keybindings to remember.
* [neovim](https://neovim.io/) - A work in progress attempt to improve [vim](http://www.vim.org/), dropping older/unused OS compatibility, improving the codebase readability, modularity and maintainability; it has chances to become the next choice of vim users.
* [o](https://github.com/xyproto/orbiton) - Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, viewing man pages and for quick edit-compile cycles when programming.
* [ox](https://github.com/curlpipe/ox) - An independent Rust text editor.
* [pickaxe](https://github.com/mdom/pickaxe) - The redmine wiki editor.
* [slap](https://github.com/slap-editor/slap) - Text editor inspired by [Sublime Text](https://www.sublimetext.com/) written in NodeJS, extedable in Javascript.
* [Tilde](https://os.ghalkes.nl/tilde/) - Tilde is a text editor that provides an intuitive interface for people accustomed to GUI environments, usual shortcuts for common operation, a traditional menu bar, etc.

@ -1383,3 +1383,4 @@ email,meli,,https://github.com/meli/meli,Terminal mail client.
system,nemu,,https://github.com/nemuTUI/nemu,Ncurses UI for QEMU.
networking,liboping,,https://github.com/octo/liboping,Protocol independent ANSI-C ping library and command line utility.
file-handling,ouch,,https://github.com/ouch-org/ouch,Painless compression and decompression in the terminal.
editors,ox,,https://github.com/curlpipe/ox,An independent Rust text editor.

1 category name homepage git description
1383 system nemu https://github.com/nemuTUI/nemu Ncurses UI for QEMU.
1384 networking liboping https://github.com/octo/liboping Protocol independent ANSI-C ping library and command line utility.
1385 file-handling ouch https://github.com/ouch-org/ouch Painless compression and decompression in the terminal.
1386 editors ox https://github.com/curlpipe/ox An independent Rust text editor.
Loading…
Cancel
Save