0.9.96 • Published 3 years ago

@an-gg/hmm v0.9.96

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

hmm.js

Setup & Build

npm i
npx tsc

Run:

node ./lib/main.js

Debug:

Window 1 (nvim): node ./lib/main.js editor Window 2 (bg): node ./lib/main.js background Window 3 (logfile): tail -f ./logs/main.js.txt

WARNING: only one instance at a time is supported. fixing that...

Usage

hmm [FILENAME]

Start editing a file in database.

hmm -n [FILENAME]

Create a new file named FILENAME

hmm -ls

List all file names in database.