|
|
il y a 3 jours | |
|---|---|---|
| cmd | il y a 1 semaine | |
| internal | il y a 3 jours | |
| .envrc | il y a 1 mois | |
| .gitignore | il y a 1 mois | |
| LICENSE | il y a 1 mois | |
| Makefile | il y a 1 mois | |
| README.md | il y a 6 jours | |
| flake.lock | il y a 1 semaine | |
| flake.nix | il y a 1 mois | |
| go.mod | il y a 3 jours | |
| go.sum | il y a 3 jours |
Terminal-based text editor written in Go, inspired by Emacs, Vim and VS Code.
Clone repo and build:
git clone https://github.com/johron/moose.git
cd moose
# Activate flake if nix
make release
Debug build: build/moose-debug
Release build: build/moose
make build: debug binary build/moose-debugmake release: release binary build/moosemake run: run debug version through go runmake clean: remove build/ directory