summaryrefslogtreecommitdiffstats
path: root/src/file_sizes.rs
AgeCommit message (Expand)Author
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-03-20TreeView is now a struct instead of a trait implemented by ScreenCanop
2019-02-21fix exernal exec launch failing (not from_shell)Canop
2019-02-20directory size computed with a pool of threadsCanop
2019-02-20replace trivial regex.replace with string.replaceCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-22more precise display of file/dir sizesCanop
2019-01-15documentationCanop
2019-01-11search speed up (very notable in case of rare matches)v0.4.5Canop
2019-01-11fix first level too much trimmed when sizes displayedCanop
2019-01-08faster directory size computationCanop
2019-01-08some file level comments to clarify the app structureCanop
2018-12-28replace contains+insert with just insert in inodes checkCanop
2018-12-21simply fmt deciding to sort imports...Denys Séguret
2018-12-17fmtCanop
2018-12-17don't count twice inodes in case of hard linksDenys Séguret
2018-12-16keep directory sizes in cacheCanop
2018-12-16replace vecdeque (used as queue) by a vec (stack) in size computationCanop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-13dir size computation now interruptible with fine granularityDenys Séguret
2018-12-13replace walkdir by my own (much faster) traversalDenys Séguret
2018-12-12file & directory sizeCanop