From bbb5f50b19402f6ccad1ff155bfb5ebb8a91d6a8 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 23 Sep 2023 17:52:12 +0200 Subject: [PATCH] Added Mods! --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 355a5fe..04f2e1e 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1155** +* Apps/tools covered: **1156** * Number of categories: **69**. # Index -* [AI / ChatGPT](#ai) (10), [Anki, decks and flashcards](#flashcard) (6) +* [AI / ChatGPT](#ai) (11), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (18), [Commands cheatsheet and snippets](#cheatsheet) (15), [Conversion](#conversion) (14) * [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (39), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (34), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12) @@ -74,6 +74,7 @@ Interfaces and front-ends to GPT engines and other artificial intelligence enabl * [gpterm](https://github.com/MakisChristou/gpterm) - Yet another command-line chat GPT frontend written in Rust. * [HAL 2023](https://github.com/Brutuski/hal2023-cli) - Inspired by the infamous HAL9000, it is a simple script to chat with OpenAI's ChatGPT. * [Instrukt](https://github.com/blob42/Instrukt) - A integrated AI environment in the terminal. Build, test and instruct agents. +* [Mods!](https://github.com/charmbracelet/mods) - AI for the command line, built for pipelines. ## Anki, decks and flashcards diff --git a/data/apps.csv b/data/apps.csv index 3862d3c..ff8d7e3 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1154,3 +1154,4 @@ games,Terminal Roulette,,https://github.com/levkush/TerminalRoulette,Your own ro cheatsheet,fzf-help,,https://github.com/BartSte/fzf-help,An fzf extension that allows you to select command line options of a given command; the options are retrieved from the command its `--help` documentation. ai,Instrukt,,https://github.com/blob42/Instrukt,"A integrated AI environment in the terminal. Build, test and instruct agents." transfer,newsboat_video_downloader,,https://github.com/Jocomol/newsboat_video_downloader,Downloads content from youtube and have them sorted into different folders depending on the channel. +ai,Mods!,,https://github.com/charmbracelet/mods,"AI for the command line, built for pipelines."