Skip to content

Commit

Permalink
Ability to change the sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Feb 27, 2021
1 parent bb3e438 commit df01088
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 65 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ Keybindings:
q/Esc: : Quit / close modal
w : Open why-depends mode
/ : Open search mode
i : Toggle modeline
s : Change sort order
? : Show help
```

[home-manager]: https://github.com/rycee/home-manager
### Glossary

* **NAR Size**: Size of the store path itself.
* **Closure size**: Total size of the store path and all its transitive dependencies.
* **Added size**: Size of the store path, and all its _unique_ transitive
dependencies. In other words, the cost of having that store path on top
of all other paths. See [issue #14] for a better explanation.

[issue #14]: https://github.com/utdemir/nix-tree/issues/14

### Tips

Expand Down
2 changes: 2 additions & 0 deletions nix-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ common common-options
NamedFieldPuns
RankNTypes
ScopedTypeVariables
NumericUnderscores
other-modules: PathStats
StorePath
App
Expand All @@ -50,6 +51,7 @@ common common-options
, brick
, bytestring
, containers
, clock
, deepseq
, directory
, filepath
Expand Down
Loading

0 comments on commit df01088

Please sign in to comment.