2022-07-28 09:53:45 +00:00
|
|
|
# Awesome list of CLI/TUI programs
|
2017-06-21 00:10:03 +00:00
|
|
|
|
2022-07-28 09:52:22 +00:00
|
|
|
This repository contains a list of (mainly) CLI/TUI apps with links and a short description.
|
2022-08-22 08:45:26 +00:00
|
|
|
To the best of my knowledge, this is the largest collection of CLI/TUI tools available in the form of awesome list.
|
2017-06-21 00:10:03 +00:00
|
|
|
|
2022-08-22 08:45:26 +00:00
|
|
|
The peculiarity of this repository is that the source of information is structured into CSV files with a simple structure.
|
|
|
|
See the `data/` directory.
|
2017-06-21 00:10:03 +00:00
|
|
|
|
2022-08-22 08:45:26 +00:00
|
|
|
This `README` file is generated from the CSV files.
|
2021-01-29 23:01:10 +00:00
|
|
|
To build `README.md` run (`python3` is required for building):
|
2017-06-21 00:10:03 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
make
|
|
|
|
```
|
2021-06-22 14:57:18 +00:00
|
|
|
|
|
|
|
# How to contribute
|
|
|
|
|
|
|
|
If you have any suggestion or want your project listed here, drop me an email at `toolleeo@gmail.com`.
|
|
|
|
|
2022-08-22 08:45:26 +00:00
|
|
|
If you want to contribute through a pull request, make sure to add new entries to the correct CSV file under the `data/` directory.
|