Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | Perform tilde expansion when completing flake fragments | Naïm Favier | |
Allows completing `nix build ~/flake#<Tab>`. We can implement expansion for `~user` later if needed. Not using wordexp(3) since that expands way too much. | |||
2022-02-04 | completions: pipe stderr to /dev/null | Maximilian Bosch | |
This fixes weird issues where e.g. nix build -L .#<tab> deletes the current line from the prompt. | |||
2021-12-22 | Merge pull request #5820 from ncfavier/completion-nospace | Eelco Dolstra | |
Don't insert spaces when completing attribute paths | |||
2021-12-22 | Don't insert spaces when completing attribute paths | Naïm Favier | |
2021-12-22 | Make bash completion work when nix is invoked as ~/.../nix | Eelco Dolstra | |
2020-10-09 | Add a description in the completion outputs | regnat | |
Make nix output completions in the form `completion\tdescription`. This can't be used by bash (afaik), but other shells like zsh or fish can display it along the completion choices | |||
2020-06-04 | Fix completion script install name | Eelco Dolstra | |
2020-05-11 | Bash completion: Don't break on ':' | Eelco Dolstra | |
2020-05-10 | Add completion for paths | Eelco Dolstra | |
2020-05-10 | nix: Implement basic bash completion | Eelco Dolstra | |