From 2fc3eccc88510b76150d377701bbce0a0c3bd35f Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 17 Feb 2024 23:52:59 +0100 Subject: [PATCH] Add: dive --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc7153..d4099f7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1359** +* Apps/tools covered: **1360** * Number of categories: **76**. # Index @@ -16,7 +16,7 @@ Some links are available to [related resources](#resources). * [AI / ChatGPT](#ai) (18), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (11), [Chat and instant messaging](#chat) (28), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13) -* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (23), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [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) (23), [Data transfer](#transfer) (40), [DevOps](#devops) (13), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [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) (6), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13) * [Games](#games) (49), [Git and accessories](#git) (47), [Graphics](#graphics) (37) @@ -384,6 +384,7 @@ Applications for supporting DevOps tasks, such as containers or cloud systems ma * [decompose](https://github.com/s0rg/decompose) - Reverse-engineering tool for docker environments. * [Devbox](https://github.com/jetpack-io/devbox) - Devbox is a command-line tool that lets you easily create isolated shells and containers by defining the list of packages required by the environment. * [distrobox](https://github.com/89luca89/distrobox) - Use any Linux distribution inside your terminal as docker or podman containers. +* [dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image. * [docker](https://docs.docker.com/) - Self-sufficient runtime for containers. * [docker-shell](https://github.com/Trendyol/docker-shell) - A simple interactive prompt for Docker. * [Dockly](https://github.com/lirantal/dockly) - Immersive terminal interface for managing docker containers, services and images. diff --git a/data/apps.csv b/data/apps.csv index 29c47bf..3d33668 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1358,3 +1358,4 @@ viewers,brows,,https://github.com/rubysolo/brows,CLI GitHub release browser. programming,cgdb,,https://github.com/cgdb/cgdb,Console front-end to the GNU debugger. data-management-tabular,daff,,https://github.com/paulfitz/daff,"Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks." chat,devzat,,https://github.com/quackduck/devzat,Custom SSH server that takes you to a chat instead of a shell prompt. +devops,dive,,https://github.com/wagoodman/dive,A tool for exploring each layer in a docker image.