summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-29update front overview imageCanop
The previous one was from one of the first broot versions, without the size of the size and occupation of the volume
2022-01-06Display images in high res on recent WezTermCanop
More specifically, this commit implements detection of recent enough WezTerm versions with the $TERM_PROGRAM and $TERM_PROGRAM_VERSION environment variables. Fix #473
2021-06-25small doc improvementsCanop
Fix #407
2021-02-07Fix dead links in READMECanop
Fix #343
2020-11-30better cache management for dir size computationCanop
Makes it faster in 2 common cases: - compute the root size when children already computed - going up one level in the tree
2020-11-27mention kitty preview in docCanop
Fix #287
2020-10-31remove hacktoberfest guidelinesCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-04fix typo in readmeCanop
2020-10-03add Hacktoberfest guidelinesCanop
2020-09-07a few fixes to the :copy_path implementationCanop
It still doesn't cross compile to windows, though
2020-08-16update documentation for image previewv0.20.0Canop
2020-07-28replace broken table of content in readme with link to installCanop
Fix #264
2020-07-26Fix spelling mistakes/typos in docs/websiteMorganGeek
2020-07-16version 0.19.0v0.19.0Canop
2020-07-16some documentation of the preview panel featureCanop
2020-07-06avoid drawing the char at the bottom-right of the terminalCanop
It makes some terminals flicker, so it's now done only once at startup and never after
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
Allows setting the order of columns, most notably the position of the branch (left of the tree, just before the name, or in between). Fix #127
2020-06-26update documentation for new sort modesCanop
2020-06-20more subtle rules on pattern combination parsingCanop
For example a closing parenthesis at the very start can only be part of a pattern, not an interpattern token.
2020-06-19update doc to mention pattern combinationsCanop
2020-06-10small doc changesCanop
2020-05-27rewrite of the broot website for the incoming releaseCanop
2020-02-04minor documentation changesCanop
2020-02-03cached background computation of git statusCanop
2020-01-11fixed small typo error0xflotus
2020-01-10Remove homebrew shieldFabulousCupcake
2020-01-10Update README.mdFabulousCupcake
- Add table of contents - Add homebrew shield
2020-01-09ctrl-c is another way to quit brootv0.11.4Canop
This is defined by configuration, so users having already configured broot won't be affected unless they add this to their conf.toml file: [[verbs]] key = "ctrl-c" execution = ":quit" Fix #97
2020-01-09fix some links in readme and websiteCanop
2020-01-09Merge remote-tracking branch 'origin/master'Canop
2020-01-09add a link to installation at top of readmeCanop
2020-01-08Fix typo in README.mdJean
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
There was a lot of changes, mainly for events. Checks are in progress...
2019-12-14specific skins for file owner and groupCanop
2019-12-14don't show dates on "unlisted"Canop
2019-11-30tuning and perf improvements regarding searchCanop
2019-11-12things related to status style, including doc & conf updatesCanop
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-07-29fixed typo error in readmeThomas Sullivan
2019-07-29Update README.mdCanop
2019-07-29Update README.mdCanop
2019-06-08display broot's crate version in the readmeCanop
2019-06-08remove the "crossterm branch" warningCanop
2019-05-09warning in readme to avoid PR on masterCanop
2019-03-07new documentation websiteCanop
2019-02-19change the way the new command is computed on new stateCanop
This makes it possible for example to keep the filtering pattern used for selection when using the following command: br --cmd ":gi tage :go" (displaying files normally hidden due to .gitignore, filtering using the "tage" patern, selecting the best match, focusing it, keeping the "tage" pattern) Fix #30 A side effect is there's no more way using --cmd to clear the pattern (a new change might be needed for that).
2019-02-12better sized image for docCanop
the wider image was made fuzzy in some thin layouts
2019-02-10documentation no longer asks for a manual installation of brCanop
2019-02-05Merge remote-tracking branch 'origin/master'Canop