nix-query-tree-viewer icon indicating copy to clipboard operation
nix-query-tree-viewer copied to clipboard

GTK viewer for the output of `nix-store --query --tree`

Results 5 nix-query-tree-viewer issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement
help wanted

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.

enhancement
help wanted
good first issue

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.