~m15o/grid

unselect text when moving
fix nav
fix nav

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~m15o/grid
read/write
git@git.sr.ht:~m15o/grid

You can also use your local clone with git send-email.

README

Grid is an ACME-inspired text editor written Gridscript, a forth like language.

Grid runs on unix and Mac. You need sdl2 and cmake to compile it.

  git clone https://git.sr.ht/~m15o/grid
  cd grid
  mkdir build
  cd build
  cmake ..
  make

If you are on MacOS, you should be good to go. On unix:

  - open grid.gs
  - replace the line at the top where it says:
    `libgrid.dylib` to `libgrid.so`

To start, go back to `build/`, then: ./gs ../grid.gs