justl.el
justl.el copied to clipboard
Major mode for driving just files.
First of all, thanks for this awesome package! Whilst using justl, I was thinking how awesome it would be if the recipe descriptions would appear as annotations (e.g. with marginalia)...
As far as I can tell I can't run scripts with positional arguments (`$1` etc.) yet?
I've got a number of interactive recipes that use readline, e.g. `rails console` (a REPL for Ruby on Rails). If I run this from `M-x shell` then I can use...
Hi there, I have a justfile that looks like this: ```justfile # Usage info _default: just --list # Build & switch to new configuration switch: just _rebuild switch \ --show-trace...
`just` detects a justfile without regarding the case (so also accepts Justfile, JUSTFILE, etc.) and even .justfile if you want to hide it. justl only recognizes 'justfile', so it would...
When executing recipes from the justl buffer you have the option to "execute" or "execute with arguments". It would be great if there were a way to provide additional arguments...
Executing commands from the `justl` buffer always runs in the justfile directory. This is not always desirable. For example, `just` supports [[no-cd]](https://github.com/casey/just#recipe-attributes) to run recipes from the working directory instead...
Justl works fine in emacs mode but when evil mode is on, the keybindings don't work. 1. Magit works fine when evil is on in other buffers without any issues,...
Feature request: support for `just` modules. The `just` modules are a great way to organize large justfiles. But the package here does not show the recipes in modules, only the...