Add termtable, alphabetize section and add aliases

This commit is contained in:
ylluminate 2021-05-28 20:28:32 -04:00 committed by GitHub
parent 434208d847
commit 30385cce47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -21,7 +21,7 @@
- [Project management](#project-management)
- [Serialization](#serialization)
- [Libraries](#libraries)
- [Command line interface](#command-line-interface)
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli-terminal-shell)
- [Text processing](#text-processing)
- [Graphics](#graphics-1)
- [Game development](#game-development)
@ -104,12 +104,15 @@
## Libraries
### Command line interface
### Command line interface (CLI) / Terminal / Shell
- [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. ( Archived )
- [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli.
- [boxx](https://github.com/thecodrr/boxx) - Create highly customizable terminal boxes that also look great! 📦
- [lol](https://github.com/0xLeif/lol) - V version of lolcat (text/character rainbowizer).
- [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli.
- [termtable](https://github.com/serkonda7/termtable) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal.
- [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. ( Archived )
### Text processing