From aba60d05042ab190ed879ce3a8d80e14ac986989 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 4 Jan 2025 08:13:54 +0100 Subject: [PATCH] Readme. --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e470198..1c0c9c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,32 @@ # R ## Project description -R \ No newline at end of file +R is a great and fast command line interface for gpt. It's also optimized for integration into other tools like vim. You can use it interactive or in a script like this: +```bash +r where do ponies come from? +``` + +## Features + - navigate trough history using arrows. + - navigate trough history with recursive search using ctrl+r. + - inception with python for incomming and outgoing content. + - markdown and syntax highlighting. + - execute python commands with prefixing ! + - list files of current workdirectory using ls. + - type serve to start a webserver with directory listing. Easy for network transfers. + +## Default configuration + + - model temperature is 0.500000. + - model name is gpt-4o-mini. + - max tokens is 100. + +## In development + + - google search and actions with those results. + - reminders. + - predefined templates for reviewing / refactoring so you can personalize. + +## Screenshot(s) + +![screenshot](screenshot1.png) \ No newline at end of file