Commit Graph

22 Commits (d1e3b8c658c1f84ad63337da40a25e35232053d6)

Author SHA1 Message Date
Daniel Barlow d1e3b8c658 add license 2022-12-22 22:57:24 +00:00
Daniel Barlow c84cc6ef6d convert doc to markdown 2022-12-22 22:52:51 +00:00
Daniel Barlow 25d31e0262 use keymap to choose command to invoke 2022-12-22 22:42:45 +00:00
Daniel Barlow a489df34ab remove unneeded call to activate 2022-12-21 21:54:35 +00:00
Daniel Barlow 4cb82c8ca6 add socket repl 2022-12-21 21:51:06 +00:00
Daniel Barlow 512e8cad2f remove debug print 2022-12-21 21:12:21 +00:00
Daniel Barlow 3968d54b5c link to fennel 2022-12-21 21:09:51 +00:00
Daniel Barlow 1c1608fe1f add invoke-interactively, for use in keymaps
move commander widget to Command.widget
2022-12-21 18:04:20 +00:00
Daniel Barlow 491f3225b0 deactivate commander at startup
use M-x to activate it
2022-12-21 15:26:24 +00:00
Daniel Barlow ce009f2c7b improve test harness
use overmind and entr to run tests whenever files change
2022-12-21 15:26:24 +00:00
Daniel Barlow 0e103a673c first pass at commands with args
very rudimentary ui, and only handles string args
2022-12-21 15:26:24 +00:00
Daniel Barlow b534db7fd2 note origin of image 2022-12-21 15:26:20 +00:00
Daniel Barlow e2c6e2c5f6 use CamelCase for tables/modules that implement classes
Frame => bound to (require :frame)
frame => result of evaluating (Frame.new)
2022-12-20 12:28:32 +00:00
Daniel Barlow bd8a1a5c7d don't hardcode directory name 2022-12-20 12:26:28 +00:00
Daniel Barlow 87448bd5ee add visit-location command
though it does hardcode the URL, making it less than generally useful
2022-12-20 11:14:27 +00:00
Daniel Barlow a34e63877d add buffer 2022-12-20 10:34:37 +00:00
Daniel Barlow e638b2c330 placeholder doc page 2022-12-20 10:34:05 +00:00
Daniel Barlow 102afaa90e add command parameters (as long as there are none) 2022-12-19 21:01:10 +00:00
Daniel Barlow 38786d3790 add command line 2022-12-19 20:57:23 +00:00
Daniel Barlow aa26c2da3f derivations copied from Just Browsing 2022-12-19 18:49:10 +00:00
Daniel Barlow 5760268c0d rename pane to frame 2022-12-19 18:48:51 +00:00
Daniel Barlow 38c71c347e initial commit 2022-12-19 18:19:13 +00:00