nix-query-tree-viewer
nix-query-tree-viewer copied to clipboard
GTK viewer for the output of `nix-store --query --tree`
It would be nice to have a way to interactively search through the derivations in the tree. For instance, if you're trying to build a derivation with musl instead of...
I'd like to use nix-query-tree-viewer to see what packages take up most of the disk space in my system. If I run: ``` nix-query-tree-viewer /nix/store/i3qjymii00vxc124xal792lvcnvddcvb-system-path/ ``` That's nice - I...
It would be nice to make ctrl-c copy the derivation path of the currently selected derivation in the tree. This would be similar to the `Copy` right-click action.
Resolves #13 Usage example: ``` nix run github:HeinrichHartmann/nix-query-tree-viewer ```
I would like to `nix run github:cdepillabout/nix-query-tree-viewer` please.