Added BlockPaint

pull/26/head
Tullio Facchinetti 9 months ago
parent fc09be1010
commit b7a2d14226

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1039**
* Apps/tools covered: **1040**
* Number of categories: **65**.
# Index
@ -43,7 +43,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (15), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (16), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (23), [Email](#email) (13)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (8), [File finding (alternatives to find)](#find) (5), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
* [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (28)
* [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (29)
* [History management](#history) (4)
* [Multimedia](#multimedia) (13)
* [Networking](#networking) (28), [Note taking](#note-taking) (20)
@ -661,6 +661,7 @@ Fuzzy finders and generic option pickers.
* [Aewan](http://aewan.sourceforge.net/) - Aewan is a multi-layered ASCII graphics/animation editor. It produces stand-alone cat-able ASCII art files and an easy-to-parse format for integration into terminal applications.
* [Artem](https://github.com/FineFindus/artem) - Convert images from multiple formats (jpg, png, webp, etc.) to ASCII art, written in Rust.
* [BlockPaint](https://github.com/wooster0/blockpaint) - BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse.
* [chafa](https://github.com/hpjansson/chafa) - Terminal graphics for the 21st century.
* [cli-mandelbrot](https://github.com/danyshaanan/cli-mandelbrot) - A cli for traversing the Mandelbrot fractal.
* [D2](https://github.com/terrastruct/d2) - D2 is a modern diagram scripting language that turns text to diagrams.

@ -1038,3 +1038,4 @@ productivity,TUI apps,,https://github.com/learnbyexample/TUI-apps,"A repository
viewers,Oyomu,,https://github.com/EruEri/oyomu,A command line comic reader and collection manager.
monitor,procs,,https://github.com/dalance/procs,A modern replacement for ps written in Rust.
text-processing,Line Select,,https://github.com/urbanogilson/lineselect,"A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision."
graphics,BlockPaint,,https://github.com/wooster0/blockpaint,BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse.

1 category name homepage git description
1038 viewers Oyomu https://github.com/EruEri/oyomu A command line comic reader and collection manager.
1039 monitor procs https://github.com/dalance/procs A modern replacement for ps written in Rust.
1040 text-processing Line Select https://github.com/urbanogilson/lineselect A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision.
1041 graphics BlockPaint https://github.com/wooster0/blockpaint BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse.
Loading…
Cancel
Save