Commit Graph

11 Commits

Author SHA1 Message Date
bbd67b3a16 make entry widget a file-scoped local 2022-12-26 14:48:53 +00:00
6efbc34576 WIP show prompt for command parameters 2022-12-23 20:38:39 +00:00
2610930690 mark command.reset-state as private (except for tests) 2022-12-23 19:52:40 +00:00
8d871b20b8 define command parameters as array not kv table
a command should be able to say in which order it wants to ask for
unsupplied parameter values
2022-12-23 19:48:17 +00:00
a489df34ab remove unneeded call to activate 2022-12-21 21:54:35 +00:00
1c1608fe1f add invoke-interactively, for use in keymaps
move commander widget to Command.widget
2022-12-21 18:04:20 +00:00
491f3225b0 deactivate commander at startup
use M-x to activate it
2022-12-21 15:26:24 +00:00
0e103a673c first pass at commands with args
very rudimentary ui, and only handles string args
2022-12-21 15:26:24 +00:00
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
102afaa90e add command parameters (as long as there are none) 2022-12-19 21:01:10 +00:00
38786d3790 add command line 2022-12-19 20:57:23 +00:00