ADD: ascii-matrix

pull/36/head
Tullio Facchinetti 5 months ago
parent f67ccb7267
commit 37bea11c47

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1298**
* Apps/tools covered: **1299**
* Number of categories: **75**.
# Index
@ -18,7 +18,7 @@ Some links are available to [related resources](#resources).
* [Calculators](#calc) (11), [Chat and instant messaging](#chat) (27), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (11)
* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (21), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (14)
* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (30), [Fuzzy finders](#fuzzy-finder) (12)
* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (31), [Fuzzy finders](#fuzzy-finder) (12)
* [Games](#games) (48), [Git and accessories](#git) (47), [Graphics](#graphics) (36)
* [History management](#history) (4)
* [Markdown](#markdown) (11)
@ -655,6 +655,7 @@ Utilities to manage system fonts and to generate text using ASCII-art-like chara
Miscellaneous of tools that provide some funny/aesthetical functionality (animations, funny quotes, original message visualization, etc.).
* [ascii-matrix](https://gitlab.com/christosangel/ascii-matrix) - This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window.
* [ascii-movie](https://github.com/gabe565/ascii-movie) - Allows to play the ASCII art Star War movie locally or it can open a connection to play it over SSH or telnet.
* [asciicquarium](http://www.robobunny.com/projects/asciiquarium/html/) - Enjoy the mysteries of the sea from the safety of your own terminal!
* [Binary Clock](https://github.com/tom-on-the-internet/binary-clock) - Displays a clock where numbers are represented with blue and gray dots with binary encoding.

@ -1297,3 +1297,4 @@ webdev,django-tui,,https://github.com/anze3db/django-tui,Inspect and run Django
calc,HIP35,,https://github.com/leonmavr/HIP35,HP-35 RPN calculator emulator in C++17 with a terminal user interface.
security,pdvzip,,https://github.com/CleasbyCode/pdvzip,"CLI tool to embed a ZIP file within a PNG image to create a tweetable and ""executable"" PNG-ZIP polyglot file. Post & share your PNG-ZIP image on compatible sites."
launcher,Sway-Talisman,,https://github.com/sebastiancarlos/sway-talisman,"Terminal application launcher in scratchpad, minimalist and native."
funny,ascii-matrix,,https://gitlab.com/christosangel/ascii-matrix,"This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window."

1 category name homepage git description
1297 calc HIP35 https://github.com/leonmavr/HIP35 HP-35 RPN calculator emulator in C++17 with a terminal user interface.
1298 security pdvzip https://github.com/CleasbyCode/pdvzip CLI tool to embed a ZIP file within a PNG image to create a tweetable and "executable" PNG-ZIP polyglot file. Post & share your PNG-ZIP image on compatible sites.
1299 launcher Sway-Talisman https://github.com/sebastiancarlos/sway-talisman Terminal application launcher in scratchpad, minimalist and native.
1300 funny ascii-matrix https://gitlab.com/christosangel/ascii-matrix This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window.
Loading…
Cancel
Save