-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Lint mode? #351
Comments
Xdg-ninja has a |
@flexagoon I have it installed via homebrew. |
@ari-becker the Homebrew package is built from tagged versions of xdg-ninja, the last of which is from 2022: https://github.com/b3nj5m1n/xdg-ninja/releases You should install the git version of xdg-ninja using |
Nice, the latest version is what I wanted. @flexagoon @b3nj5m1n could you tag a new release for Homebrew users? Or change the docs to recommend using I'll close since my usecase is fit by the latest version (well, nearly, since |
I'm not the developer of this project, so I can't do that. There is an issue about this at #204, you should probably comment there |
I'm thinking of writing a cron script to run
xdg-ninja
on a regular basis and notify me if it finds any violations. In this way, I don't have to remember to runxdg-ninja
on a regular basis, and new violations are found closer/earlier to when a program violates them.At the moment, however, the output of
xdg-ninja
can't be configured: it will always include files like$HOME/.bashrc
that can't be moved (at least for now), and the exit code is always 0.Could
xdg-ninja
support some kind of linting mode?The text was updated successfully, but these errors were encountered: