A simple CLI utility to chat with LLMs.
Find a file
2026-04-28 17:17:21 -04:00
src refactor: rename project from aicl to lmc 2026-04-28 17:17:21 -04:00
tts feat: enhance TTS CLI with sox combining and wait flag 2026-04-28 16:56:21 -04:00
.gitignore style: markdown render improvements 2026-04-20 20:21:36 -04:00
AGENTS.md refactor: rename project from aicl to lmc 2026-04-28 17:17:21 -04:00
biome.json chore: add biome and fix to pass 2026-04-15 15:20:18 -04:00
bun.lock refactor: replace cli-highlight with shiki 2026-04-20 02:06:17 -04:00
index.ts refactor: rename project from aicl to lmc 2026-04-28 17:17:21 -04:00
package.json refactor: rename project from aicl to lmc 2026-04-28 17:17:21 -04:00
README.md refactor: rename project from aicl to lmc 2026-04-28 17:17:21 -04:00
testRender.ts refactor: replace comark with custom Bun.markdown 2026-04-19 16:40:12 -04:00
tsconfig.json init: git and bun 2026-04-15 00:17:57 -04:00
tts.ts feat: enhance TTS CLI with sox combining and wait flag 2026-04-28 16:56:21 -04:00

lmc

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.