An open API service indexing awesome lists of open source software.

https://github.com/maria-rcks/t1code

T3Code, but in your terminal
https://github.com/maria-rcks/t1code

codex coding llm opentui t3code tui

Last synced: about 1 month ago
JSON representation

T3Code, but in your terminal

Awesome Lists containing this project

README

          

# t1code

[![License](https://img.shields.io/badge/license-MIT-111111?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/%40maria__rcks%2Ft1code?color=111111&label=npm&style=flat-square)](https://www.npmjs.com/package/@maria_rcks/t1code)
[![GitHub](https://img.shields.io/badge/github-maria--rcks%2Ft1code-111111?style=flat-square&logo=github)](https://github.com/maria-rcks/t1code)

t1code terminal UI screenshot

_T3Code, but in your terminal._

Run instantly:

```bash
bunx @maria_rcks/t1code
```

Install globally:

```bash
bun add -g @maria_rcks/t1code
```

Develop from source:

```bash
git clone https://github.com/maria-rcks/t1code.git
cd t1code
bun install
bun dev:tui
```

Based on T3 Code by [@t3dotgg](https://github.com/t3dotgg) and [@juliusmarminge](https://github.com/juliusmarminge).