34 lines
1.6 KiB
Markdown
Raw Normal View History

2025-01-04 05:00:03 +00:00
# R
2025-01-04 15:21:07 +00:00
Note for the hackers: the openai api key in history of this repo is revoked. I am aware there's one. But for so far, thanks for checking it out. I feel very safe and stuff. Something about this site attracks certain people. Mostly with good intentions AFAIK.
2025-01-04 05:00:03 +00:00
## Project description
2025-01-04 16:00:11 +00:00
R is a great and fast command line interface for gpt. It's also optimized for integration into other tools like vim. It works with base context files so that your client has a certain personality or way of writing that you prefer always. I always want to to give examples using the C programming language without mentioning it for example. This archievable by making a file like [.rcontext.txt](.rcontext.txt). The `.rcontext.txt` in your local directory has priority over the one in your home directory what is also an option. You can use it interactive or in a script like this:
2025-01-04 07:13:54 +00:00
```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)