|
|
hace 3 días | |
|---|---|---|
| cmd | hace 1 semana | |
| internal | hace 3 días | |
| .envrc | hace 1 mes | |
| .gitignore | hace 1 mes | |
| LICENSE | hace 1 mes | |
| Makefile | hace 1 mes | |
| README.md | hace 6 días | |
| flake.lock | hace 1 semana | |
| flake.nix | hace 1 mes | |
| go.mod | hace 3 días | |
| go.sum | hace 3 días |
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