Utku Demir
Utku Demir
Hey. Thanks for creating `niv`! I know that this comment is not really contributing, but I just wanted to tell you that this feature would be great to have; I...
I'm glad you liked it @chrisgrieser ! I created a new GitHub project with it: [utdemir/zsh-up](https://github.com/utdemir/zsh-up). So now: * It can be used with ZSH plugin managers like antigen or...
Here's how I'd do this right now: * `nix-tree` has already has a search functionality (shortcut `s`), so I'd use it to search the store path I'm looking for. But...
Okay, I think this is a good idea. The implementation is going to be a bit tricky, because it affects many places. So I'll probably only start to look at...
So, here's some bad news. I think the trivial way to implement this (hide everything which is not either an ancestor or descendent of the "focused" store path) won't be...
So, let's think about this graph:  And say, you navigated to node `e` through `root -> a -> b -> e`. Your panes would look like this in...
Hey, thank you! > Perhaps if nix-tree notices there are duplicates after constructing the short versions of the names, it could append the minimum hash prefix necessary to disambiguate? This...
Thank you @Anderssorby ! Could you clarify what you mean by "what an output directory contains and what an input source directory contains"? --- > Would be nice to also...
Thanks @Anderssorby, I think I understand it a bit more now. To be honest, these look hard: > a modal of nix show-derivation possibly with some json formating and tree...
Thank you for opening the issue, it was pretty interesting! I had a look, and was able to reproduce the issue on the derivation you mentioned, and on a few...