An AI-powered intelligent translation CLI tool with an interactive chat interface.
Current version: 0.1.0
- 🌍 Interactive Chat Interface: Beautiful terminal UI built with React + Ink
- 💬 Message History: View all your messages with timestamps
- 🎯 Simple Commands: Type 'exit' or 'quit' to leave
- 🔧 Modern Stack: Built with TypeScript and ESM modules
- Node.js v20 or higher
npm installnpm run devnpm run buildnpm start- Run the CLI using
npm run dev - Type your messages in the input box at the bottom
- Press Enter to submit
- View your message history in the main area
- Type 'exit' or 'quit' to close the application
This project uses:
- TypeScript for type safety
- React + Ink for terminal UI
- ESM modules for modern JavaScript
MIT