totion-cli
v0.1.0
Published
A beautiful and minimal terminal note-taking TUI.
Maintainers
Readme
Totion 🧠
A beautiful and minimal Terminal User Interface (TUI) application built with Bubble Tea.
Installation
npm (recommended)
Install globally from npm:
npm install -g totion-cliThen run:
totionGo install (alternative)
If you prefer building from source with Go:
go install github.com/ANSHSINGH020404/TOTION@latestUsage
Run the CLI from your terminal:
totionFeatures
- Modern TUI: Built using Charm's incredible Lip Gloss and Bubble Tea libraries.
- Cross-Platform: Works on Windows, macOS, and Linux.
Development
To run the project locally during development:
go run main.goTo build a standalone executable:
go build -o totion .Publish to npm
This repository includes a Node.js launcher (bin/totion.cjs) that runs the correct prebuilt binary from build/.
Before publishing:
Update version in
package.json.Login to npm:
npm loginPublish:
npm publish --access public
License
This project is licensed under the MIT License - see the LICENSE file for details.
