|
|
пре 3 дана | |
|---|---|---|
| cmd | пре 1 недеља | |
| internal | пре 3 дана | |
| .envrc | пре 1 месец | |
| .gitignore | пре 1 месец | |
| LICENSE | пре 1 месец | |
| Makefile | пре 1 месец | |
| README.md | пре 6 дана | |
| flake.lock | пре 1 недеља | |
| flake.nix | пре 1 месец | |
| go.mod | пре 3 дана | |
| go.sum | пре 3 дана |
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