|
|
vor 3 Tagen | |
|---|---|---|
| cmd | vor 1 Woche | |
| internal | vor 3 Tagen | |
| .envrc | vor 1 Monat | |
| .gitignore | vor 1 Monat | |
| LICENSE | vor 1 Monat | |
| Makefile | vor 1 Monat | |
| README.md | vor 6 Tagen | |
| flake.lock | vor 1 Woche | |
| flake.nix | vor 1 Monat | |
| go.mod | vor 3 Tagen | |
| go.sum | vor 3 Tagen |
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