Editing a command selected with `projection-multi-compile`
Hi, thanks for the lovely project!
`compile-multi` conveniently allows you to modify the selected task by passing a prefix argument. Attempting to do this with Projection-generated tasks, you get a gnarly chunk of bytecode(?) that you can't actually enter.
https://github.com/user-attachments/assets/8f784777-9bcb-4ac7-b7e2-84371cfef79c
What I'd like:
1. When the build action is simply a shell command, it would be editable as a plain string.
2. When the build action is an Elisp expression, it be editable as readable code.
I'd looked into hacking this together myself; I don't think this will be as trivial as I'd hoped, as all project actions come in the form of a procedure (defined by `projection-commands--register`) wrapping the actual shell commands.
I'd love to hear your thoughts. }:)
关闭于 2025-02-02 1 条评论