From 96f7f7250654fb8ce1c49eb64a491606768a74c2 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 22:27:02 +0200 Subject: [PATCH] Add agg --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d57507..ec39576 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1171** +* Apps/tools covered: **1172** * Number of categories: **69**. # Index @@ -54,7 +54,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Religion](#religion) (3) * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (10), [Sound and music](#music) (36), [System monitoring](#monitor) (41), [System tools](#system) (19) * [Terminals](#terminal) (12), [Text processing](#text-processing) (32), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) -* [Utilities](#utility) (30) +* [Utilities](#utility) (31) * [Versioning](#versioning) (6), [Viewers](#viewers) (36) * [Web browser](#browser) (17), [Web development](#webdev) (24), [Writing](#writing) (9) @@ -1380,6 +1380,7 @@ Games and utilities to measure and/or improve the typing ability. ## Utilities +* [agg](https://github.com/asciinema/agg) - agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder. * [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder. * [Autocomplete](https://github.com/withfig/autocomplete) - IDE-style autocomplete for your existing terminal & shell. * [bash-cache](https://github.com/dimo414/bash-cache) - A function memoisation / caching library for bash scripts and shells diff --git a/data/apps.csv b/data/apps.csv index de2ee87..f330861 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1170,3 +1170,4 @@ text-processing,awk,,https://github.com/onetrueawk/awk,"A historical, general-pu git,git-booster-cli,,https://github.com/akgondber/git-booster-cli/,Improve your git workflow with customizable and runnable blocks. funny,daktilo,,https://github.com/orhun/daktilo,Turn your keyboard into a typewriter adding sounds at each keystroke. file-handling,Fast Files,,https://github.com/mintycube/fast-files,"ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`." +utility,agg,,https://github.com/asciinema/agg,agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.