Keine Beschreibung

Johan Rong d9c1ce8593 i dunno vor 3 Tagen
cmd 1211d85ec0 Go format: go fmt vor 1 Woche
internal d9c1ce8593 i dunno vor 3 Tagen
.envrc 373f3ea597 init vor 1 Monat
.gitignore 7b37bd0bf9 Add saving vor 1 Monat
LICENSE dbc10a28ae Add README.md and LICENSE vor 1 Monat
Makefile 18c9c090e3 more work on layout sysatem vor 1 Monat
README.md 031f4c65f0 fix: readme (#3) vor 6 Tagen
flake.lock 590649084c Update flake: nix flake update vor 1 Woche
flake.nix 7cfb720e3a init vor 1 Monat
go.mod d9c1ce8593 i dunno vor 3 Tagen
go.sum d9c1ce8593 i dunno vor 3 Tagen

README.md

Moose

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

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