|
|
3 hari lalu | |
|---|---|---|
| cmd | 1 Minggu lalu | |
| internal | 3 hari lalu | |
| .envrc | 1 bulan lalu | |
| .gitignore | 1 bulan lalu | |
| LICENSE | 1 bulan lalu | |
| Makefile | 1 bulan lalu | |
| README.md | 6 hari lalu | |
| flake.lock | 1 Minggu lalu | |
| flake.nix | 1 bulan lalu | |
| go.mod | 3 hari lalu | |
| go.sum | 3 hari lalu |
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