justl.el
                                
                                 justl.el copied to clipboard
                                
                                    justl.el copied to clipboard
                            
                            
                            
                        Only justfile filename is recognized
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 be nice if both tools perform the same lookup mechanism.
Yeah, I agree this is a issue.
and even .justfile
I think this mode supports .justfile fine (Ref: https://github.com/psibi/justl.el/blob/73cb3a8f519dd555f73b981ac9c803b7489ce25b/justl.el#L189 ) That doesn't work for you ?
Yes, .justfile does work for me.
I wrote the issue with the 'just' README on one side and only seeing the hardcoded 'justfile' on the other side, assuming only 'justfile' is supported.
Then all is left is the case insensitive matching.
Cool, thanks for the confirmation. :-)
@bram85 Can you give this a try: https://github.com/psibi/justl.el/pull/14 ?
Yes seems to work ok, thank you.
Cool. Fixed via https://github.com/psibi/justl.el/pull/14
Is the support for .justfile drop? The current code seems to find justfile only.
https://github.com/psibi/justl.el/blob/476bf9c4fc3d753589f1cf2c13dc4e1e14aaba7e/justl.el#L156
@liebkne Don't think that was intentional, PRs welcome.
Fixed via https://github.com/psibi/justl.el/pull/63