Sin descripción

Johan Rong 590649084c Update flake: nix flake update hace 1 semana
cmd 922a73900a Add tab movement action, add color configuration hace 1 semana
internal 6ae3760244 Upgrade moose to Go 1.27 and refresh dependencies (#2) hace 1 semana
.envrc 373f3ea597 init hace 1 mes
.gitignore 7b37bd0bf9 Add saving hace 1 mes
LICENSE dbc10a28ae Add README.md and LICENSE hace 1 mes
Makefile 18c9c090e3 more work on layout sysatem hace 1 mes
README.md a256871f55 Write README.md hace 1 semana
flake.lock 590649084c Update flake: nix flake update hace 1 semana
flake.nix 7cfb720e3a init hace 1 mes
go.mod 6ae3760244 Upgrade moose to Go 1.27 and refresh dependencies (#2) hace 1 semana
go.sum 6ae3760244 Upgrade moose to Go 1.27 and refresh dependencies (#2) hace 1 semana

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