暫無描述

Johan Rong 1211d85ec0 Go format: go fmt 1 周之前
cmd 1211d85ec0 Go format: go fmt 1 周之前
internal 1211d85ec0 Go format: go fmt 1 周之前
.envrc 373f3ea597 init 1 月之前
.gitignore 7b37bd0bf9 Add saving 1 月之前
LICENSE dbc10a28ae Add README.md and LICENSE 1 月之前
Makefile 18c9c090e3 more work on layout sysatem 1 月之前
README.md 6fe3adb0a9 Update Go version requirement to 1.27 1 周之前
flake.lock 590649084c Update flake: nix flake update 1 周之前
flake.nix 7cfb720e3a init 1 月之前
go.mod 6ae3760244 Upgrade moose to Go 1.27 and refresh dependencies (#2) 1 周之前
go.sum 6ae3760244 Upgrade moose to Go 1.27 and refresh dependencies (#2) 1 周之前

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