From 4d346d136d615c55bd856589b9e821b2238b7b5d Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 21 Nov 2023 12:55:14 +0100 Subject: [PATCH] Add: terminal-art --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 710084c..806e7d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1242** +* Apps/tools covered: **1243** * Number of categories: **75**. # Index @@ -19,7 +19,7 @@ Some links are available to [related resources](#resources). * [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (19), [Data transfer](#transfer) (39), [DevOps](#devops) (10), [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) (2), [Funny tools](#funny) (30), [Fuzzy finders](#fuzzy-finder) (10) -* [Games](#games) (46), [Git and accessories](#git) (42), [Graphics](#graphics) (33) +* [Games](#games) (46), [Git and accessories](#git) (42), [Graphics](#graphics) (34) * [History management](#history) (4) * [Markdown](#markdown) (11) * [Networking](#networking) (44), [Note taking](#note-taking) (21) @@ -827,6 +827,7 @@ Applications to process images, colors and ASCII art. * [svgcleaner](https://github.com/RazrFalcon/svgcleaner) - Clean up your SVG files from the unnecessary data. * [SVGO](https://github.com/svg/svgo) - SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files. * [TermImg](https://github.com/srlehn/termimg) - termimg tries to draw images into terminals. The rectangular drawing area is given in cell coordinates (not pixels). Origin is the upper left corner. +* [terminal-art](https://github.com/Eric-Lennartson/terminal-art) - Art made in the terminal: rotating cube. ## History management diff --git a/data/apps.csv b/data/apps.csv index a64ca81..d8b46ee 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1241,3 +1241,4 @@ networking,oha,,https://github.com/hatoo/oha,oha is a tiny program that sends so todo-manager,Redo.vc,https://redo.vc,https://github.com/sottey/redo.vc,"Redo.vc is a tool for command line fans that allows you to track your tasks. It is a full featured todo manager with tagging, projects, recurring tasks and much more, all stored in a JSON file so it is super portable and tooling new apps for the data format is super easy." todo-manager,wish,,https://github.com/levkush/wish,A delightful wish list manager to keep track of your dreams and desires! data-management,redis_tui,,https://github.com/mat2cc/redis_tui,Redis terminal browser application. +graphics,terminal-art,,https://github.com/Eric-Lennartson/terminal-art,Art made in the terminal: rotating cube.