Added ArTTY

pull/26/head
Tullio Facchinetti 10 months ago
parent 911711fcd7
commit ca20c52b09

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1086**
* Apps/tools covered: **1087**
* 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) (17), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (13)
* [File and file system handling](#file-handling) (19), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (9), [File finding (alternatives to find)](#find) (6), [File listing (alternatives to ls)](#ls) (7), [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) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (30)
* [Games](#games) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (31)
* [History management](#history) (4)
* [Multimedia](#multimedia) (14)
* [Networking](#networking) (32), [Note taking](#note-taking) (20)
@ -684,6 +684,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.
* [ArTTY](https://github.com/mjwhitta/artty) - Pixel art with optional system info, similar to neofetch.
* [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.

@ -1085,3 +1085,4 @@ text-processing,mdformat,,https://github.com/executablebooks/mdformat,Mdformat i
music,ytui-music,,https://github.com/sudipghimire533/ytui-music,Youtube client in terminal for music (lightweight Youtube client).
networking,ttfb,,https://github.com/phip1611/ttfb,ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests.
programming,mk,,https://github.com/pycontribs/mk,mk is a CLI tool that aims to ease contribution to any open-source project by hiding repository implementation details from the casual contributor.
graphics,ArTTY,,https://github.com/mjwhitta/artty,"Pixel art with optional system info, similar to neofetch."

1 category name homepage git description
1085 music ytui-music https://github.com/sudipghimire533/ytui-music Youtube client in terminal for music (lightweight Youtube client).
1086 networking ttfb https://github.com/phip1611/ttfb ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests.
1087 programming mk https://github.com/pycontribs/mk mk is a CLI tool that aims to ease contribution to any open-source project by hiding repository implementation details from the casual contributor.
1088 graphics ArTTY https://github.com/mjwhitta/artty Pixel art with optional system info, similar to neofetch.
Loading…
Cancel
Save