From f5e70b796ad628f8bf8e9cc98c1cf3a7a6439e47 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 23:09:50 +0200 Subject: [PATCH] Add llm-term --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0a9d65..4f48a92 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: **1181** +* Apps/tools covered: **1182** * Number of categories: **70**. # Index -* [AI / ChatGPT](#ai) (12), [Anki, decks and flashcards](#flashcard) (6) +* [AI / ChatGPT](#ai) (13), [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) (8), [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. +* [llm-term](https://github.com/juftin/llm-term) - Chat with OpenAI's GPT models directly from the command line. * [Mods!](https://github.com/charmbracelet/mods) - AI for the command line, built for pipelines. * [safespace](https://github.com/danlou/safespace) - Your local AI counselor. LLM app that runs offline from a single binary. diff --git a/data/apps.csv b/data/apps.csv index 4794b56..23f7868 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1180,3 +1180,4 @@ screen-recorder,terminal-recorder,,https://github.com/cortezcristian/terminal-re screen-recorder,goscript,,https://github.com/elisescu/goscript,"Goscript is a tool that records the terminal session (well, any command you run it with) and saves the output in a self contained html file that can be run in the browser, to playback the session." programming,argbash,,https://github.com/matejak/argbash,Bash argument parsing code generator. file-renamer,Bren,https://www.byteptr.com/bren/,https://github.com/nrosvall/bren,"Bren is a command line tool for GNU/Linux (and many others). It has support for GNU Guile scripting. Bren is simple, fast and it's written in C." +ai,llm-term,,https://github.com/juftin/llm-term,Chat with OpenAI's GPT models directly from the command line.