summaryrefslogtreecommitdiffstats
path: root/src/file_sizes/file_sizes_unix.rs
AgeCommit message (Collapse)Author
2020-06-25deep last modified date computed in background on directoriesCanop
2020-05-01command/verb/apply refactoringCanop
* simpler, with immutable commands * more commands can be triggered by shortcuts * one can apply verbs to the input (using shortcuts)
2020-02-03Fix Windows compilationCanop
Fix #188
2020-02-02background computation of git repo statisticsCanop
This is still a temporary no-caching solution.
2020-01-20minor code fmt changesCanop
2020-01-19use IS units for file sizes (ie base 10 instead of base 2)Canop
Most tools now are using base 10, it's easier to read for humans. It's also easier to check when broot gives the same size than other tools for files.
2020-01-18don't use .gitignore files of super repositoriesCanop
Fix #160
2020-01-17only display block based sizeCanop
Nominal size now just used to show whether the file is sparse.
2020-01-15display the "real" size (space on disk) for sparse files (linuxCanop
When the size computed as `<number of blocks>*<block size>` is smaller than the nominal size, the file is considered sparse and a small 's' is displayed next to the size. Fix #102
2019-10-23move to the last versions of crossterm and termimadCanop
2019-08-02whalespotting modev0.9.3Canop
This mode is activated by the --sizes option and makes a few changes to the broot logic in order to ease size survey: - sizes computed and displayed - only one level of tree - size based ordering - hidden files and gitignored ones are shown (by default)
2019-06-30remove a case of dyn argumentCanop
2019-06-20new toggle to display last modified date of filesCanop
2019-06-10use Atomic64 in file size computingCanop
Atomic64 just made it to rust stable, I don't have to use AtomicUsize anymore.
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
also bump version to 0.8, as it's the first deployed version based on crossterm&termimad and having some kind of windows support
2019-05-19minor cleaningCanop
2019-05-12compute directory size on windowsCanop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
[skin] directory = "red yellow bold" tree = "gray(3) none" file = "rgb(255,187,0) black italic" selected_line = "none cyan"
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
(with reduced set of feature - see live feature matrix in chat)