Add: redis_tui

pull/32/head
Tullio Facchinetti 6 months ago
parent 00eb99f5d4
commit 357eb4b4f2

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1241**
* Apps/tools covered: **1242**
* Number of categories: **75**.
# Index
@ -16,7 +16,7 @@ Some links are available to [related resources](#resources).
* [AI / ChatGPT](#ai) (13), [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (16)
* [Calculators](#calc) (10), [Chat and instant messaging](#chat) (26), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (19), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (11)
* [Data management](#data-management) (16), [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)
* [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)
@ -238,6 +238,7 @@ Tools to manage data files.
* [play](https://github.com/paololazzari/play) - TUI playground for your favorite programs, such as grep, sed and awk.
* [ramda-cli](https://github.com/raine/ramda-cli) - A tool for processing data with functional pipelines.
* [Redis Viewer](https://github.com/SaltFishPr/redis-viewer) - A tool to view redis data in terminal.
* [redis_tui](https://github.com/mat2cc/redis_tui) - Redis terminal browser application.
* [ROAPI](https://github.com/roapi/roapi) - ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code.
* [sampler](https://github.com/sqshq/sampler) - Sampler is a tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
* [WOPR](https://github.com/yaronn/wopr) - A simple markup language for creating rich terminal reports, presentations and infographic.

@ -1240,3 +1240,4 @@ networking,dog,,https://github.com/ogham/dog,"dog is a command-line DNS client.
networking,oha,,https://github.com/hatoo/oha,oha is a tiny program that sends some load to a web application and show realtime tui.
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.

1 category name homepage git description
1240 networking oha https://github.com/hatoo/oha oha is a tiny program that sends some load to a web application and show realtime tui.
1241 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.
1242 todo-manager wish https://github.com/levkush/wish A delightful wish list manager to keep track of your dreams and desires!
1243 data-management redis_tui https://github.com/mat2cc/redis_tui Redis terminal browser application.
Loading…
Cancel
Save