Add llm-term

pull/29/head
Tullio Facchinetti 8 months ago
parent 00b9330b5c
commit f5e70b796a

@ -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.

@ -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.

1 category name homepage git description
1180 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.
1181 programming argbash https://github.com/matejak/argbash Bash argument parsing code generator.
1182 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.
1183 ai llm-term https://github.com/juftin/llm-term Chat with OpenAI's GPT models directly from the command line.
Loading…
Cancel
Save