-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
featureFeature request or proposalFeature request or proposalgood first issueQuick win for first-time contributorsQuick win for first-time contributorsidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.replThe Read Eval Print Loop, "nix repl" command and debuggerThe Read Eval Print Loop, "nix repl" command and debugger
Description
Is your feature request related to a problem?
Using nix repl
complete on quoted attributes doesnt work.
For example if it has .
(dot symbol).
For example we have an attribute nixosConfiguration."test.server.example.com"
nix-repl> nixosConfigurations.test<TAB>
nix-repl> nixosConfigurations.test.server.example<TAB>
nix-repl> nixosConfigurations.test.server.example
nix-repl> nixosConfigurations."test<TAB>
nix-repl> nixosConfigurations."test
nix-repl> nixosConfigurations."test.server.example.com".<TAB>
nix-repl> nixosConfigurations."test.server.example.com".
Proposed solution
nix-repl> nixosConfigurations.test<TAB>
nix-repl> nixosConfigurations."test.server.example.com"
nix-repl> nixosConfigurations."test<TAB>
nix-repl> nixosConfigurations."test.server.example.com"
nix-repl> nixosConfigurations."test.server.example.com".<TAB>
attr1
attr2
Checklist
- checked latest Nix manual (source)
- checked open feature issues and pull requests for possible duplicates
Add 👍 to issues you find important.
kjeremy, MichailiK, emenel, yunfachi, hacker1024 and 2 more
Metadata
Metadata
Assignees
Labels
featureFeature request or proposalFeature request or proposalgood first issueQuick win for first-time contributorsQuick win for first-time contributorsidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.replThe Read Eval Print Loop, "nix repl" command and debuggerThe Read Eval Print Loop, "nix repl" command and debugger