2025-04-03 13:18:56 +02:00
2025-03-30 01:48:35 +01:00
2025-03-28 06:56:36 +01:00
2025-04-03 05:26:11 +02:00
2025-04-03 05:26:11 +02:00
2025-03-28 06:56:36 +01:00
2025-03-22 03:15:49 +01:00
2025-03-30 01:09:06 +01:00
2025-03-22 03:15:49 +01:00
2025-04-03 05:26:11 +02:00
2025-03-30 14:34:25 +02:00
2025-03-30 01:09:06 +01:00
2025-04-03 13:18:56 +02:00
2025-03-30 00:13:42 +01:00
2025-03-28 06:56:36 +01:00
2025-04-03 05:26:11 +02:00
2025-04-02 15:37:59 +02:00
2025-03-28 06:56:36 +01:00
2025-03-30 00:13:42 +01:00
2025-04-03 13:18:56 +02:00
2025-03-28 06:56:36 +01:00
2025-04-03 02:18:41 +02:00
2025-04-03 13:18:56 +02:00
2025-01-04 08:44:34 +01:00
2025-04-03 05:26:11 +02:00
2025-04-03 13:18:56 +02:00
2025-01-04 08:20:50 +01:00
2025-03-22 03:15:49 +01:00
2025-04-03 05:38:30 +02:00
2025-03-28 06:56:36 +01:00
2025-04-03 02:18:41 +02:00

R Vibe Tool

R is a CLI vibe tool for Linux with nice markdown output. It has agent support. Put your instructions into ~/.rcontext.txtto describe how it should behave. Tip: include the saving of files as instruction step. Use the index tool to initialize only source files and no environment / node_modules files to continue on an existing project! Good to instruct that first of your .rcontext.txt file.

By default it uses OpenAI GPT-3.5-turbo as the model. It will use my limited OpenAI key as example. That will thus only work temporary! Good news, Ollama and Claude are also supported

An example what I have vibed with is this.

How to get it working under OLLAMA

Ollama molodetz server is slow.

export R_MODEL="qwen2.5:3b"
export R_BASE_URL="https://ollama.molodetz.nl"
./r

How to get it working under ANTHROPIC CLAUDE

export R_MODEL="claude-3-5-haiku-20241022"
export R_BASE_URL="https://api.anthropic.com"
export R_KEY="sk-ant-"
./r
S
Description
CLI gpt with many features. Reviewing, refactoring, running (cgi) web server. Written in C but extensible by Python. It has nice markdown output for the terminal.
Readme
9.9 MiB
Languages
C 89.5%
Python 9.5%
Makefile 0.6%
Shell 0.2%
Dockerfile 0.2%