Bez popisu

Johan Rong 0b4bf26595 Merge branch 'master' of github.com:johron/moose před 20 hodinami
cmd 1211d85ec0 Go format: go fmt před 1 týdnem
internal 0b4bf26595 Merge branch 'master' of github.com:johron/moose před 20 hodinami
.envrc 373f3ea597 init před 1 měsícem
.gitignore 7b37bd0bf9 Add saving před 1 měsícem
LICENSE dbc10a28ae Add README.md and LICENSE před 1 měsícem
Makefile 18c9c090e3 more work on layout sysatem před 1 měsícem
README.md 9da54ba407 Update README with in-dev screenshot před 2 dny
flake.lock 590649084c Update flake: nix flake update před 1 týdnem
flake.nix 7cfb720e3a init před 1 měsícem
go.mod e5f93228b8 reg před 20 hodinami
go.sum e5f93228b8 reg před 20 hodinami

README.md

Moose

Terminal-based text editor written in Go, inspired by Emacs, Vim and VS Code.

In-dev screenshot

image

Features (+Wanted features)

  • Modal editing
  • Advanced layout with splitting and workspaces
  • Undo and redo (currently no grouping, single changes only atm.)
  • Lua-based extensions
  • Command palette for commands, find (basically unimplemented), replace (unimplemented)
  • Quick and easy keyboard- and command-oriented text manipulation

Requirements

Building

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

Build targets

  • make build: debug binary build/moose-debug
  • make release: release binary build/moose
  • make run: run debug version through go run
  • make clean: remove build/ directory