-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: pay-respects #6204
Comments
We should also add an option to specify the suggestion rules, written in Nix and converted to TOML files which get inserted at the required location ( programs.pay-respects.rules = {
cargo = {
# Rule file `cargo.toml` for `cargo` command.
};
make = {
# Rule file `make.toml` for `make` command.
};
# ...
} |
currently the module does not work for nushell, as there is the placeholder "[<alias>]" which should be an alias like the default "f". |
Perhaps an HM option should be added to change the alias used |
The config option for nushell fundamentally doesn’t work with nixos. This is because the Additionally, I haven’t been able to get the command to work properly at all. I’ve tried various arguments with I'll create a pr shortly, but the nushell integration is a bit scuffed, as it relies on internal code and breaks as soon as the nushell integration doesn't print the command in the first line anymore. |
I'm not sure this will work since the rules must be recompiled and don't hot load them in. |
@ALameLlama For versions |
That's awesome, I hope people still end up upstreaming changes instead of keeping it to themselves |
Description
Hi,
pay-respects
was added in NixOS 24.11, and I'd like it to be in home-manager as well, sincethefuck
does not seem to be maintained.Relevant links:
pay-respects
repopay-respects
Thanks!
The text was updated successfully, but these errors were encountered: