doomemacs/bin
Henrik Lissner e5b7edcd8d
feat(cli): add bin/doomscript
Meant as a simple elisp interpreter with Doom's CLI framework preloaded.
Can be used as a shebang line:

  #!/usr/bin/env doomscript
  (princ "hello world!")

This isn't used for bin/doom because it requires doomscript be in your
$PATH, and any attempt to resolve its location in bin/doom's shebang
line would reduce its portability. Neither of these should be an issue
for the type of user who'd find this useful.
2022-06-18 23:53:12 +02:00
..
doom refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
doom.cmd bin/doom.cmd: update reference to doom-run-all-startup-hooks-h 2019-09-13 22:00:34 -04:00
doomscript feat(cli): add bin/doomscript 2022-06-18 23:53:12 +02:00
org-capture fix(cli): "Unknown terminal type" error on bin/org-capture 2021-11-24 22:03:21 +01:00
org-tangle refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00