summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-02whalespotting modev0.9.3Canop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-07-29remove now useless fileCanop
2019-07-29Merge branch 'master' of github.com:Canop/brootv0.9.1Canop
2019-07-29input_field is skinnableCanop
2019-07-29Merge pull request #64 from sullivant/masterCanop
2019-07-29fixed typo error in readmeThomas Sullivan
2019-07-29Update README.mdCanop
2019-07-29Update README.mdCanop
2019-07-25the input field handles left/right arrow keys, home/end, click, and deleteCanop
2019-07-23new `{newpath:path-from-parent}̀` syntax for verb executionCanop
2019-07-23add mouse wheel support (selection in tree, scroll in help)Canop
2019-07-23Merge branch 'arnej-backtab-support'Canop
2019-07-23Merge branch 'backtab-support' of https://github.com/arnej/broot into arnej-b...Canop
2019-07-22Add support for using backtab to select the previous matchArne Janbu
2019-07-19Merge remote-tracking branch 'origin/master'v0.9.0Canop
2019-07-19change the behavior of open and alt-open on standard filesCanop
2019-07-19Hitting `?` more directly opens the help screen, even when executing a verbCanop
2019-07-17Merge pull request #61 from Stargateur/rustfmtCanop
2019-07-17Add rustfmt.toml file that ignore every fileAntoine PLASKOWSKI
2019-07-04use the new umask crateCanop
2019-07-03Hitting enter when first line is selected, or clicking it, goes up to the par...v0.8.6Canop
2019-06-30remove traces of jemallocatorCanop
2019-06-30use mimalloc as allocator on linuxCanop
2019-06-30remove a case of dyn argumentCanop
2019-06-22detect and color executable files on windowsCanop
2019-06-20new toggle to display last modified date of filesCanop
2019-06-20update changelogv0.8.5Canop
2019-06-20version bumpCanop
2019-06-19max width on help screen, prettier on very wide screenCanop
2019-06-18help screen: verbs table now centeredCanop
2019-06-17version bump - and better version of termimadv0.8.4Canop
2019-06-16mention mouse support in websiteCanop
2019-06-16fix verbs applying to the target of links instead of the linkCanop
2019-06-16make compile-win compile in release modeCanop
2019-06-16New version with mouse supportv0.8.3Canop
2019-06-16mouse support to select and open tree linesCanop
2019-06-15fix blank help screen on scroll when it fits the screenDenys Séguret
2019-06-12Hitting enter on an executable executes itCanop
2019-06-11very minor cleaningCanop
2019-06-10bump version to 0.8.1v0.8.1Canop
2019-06-10Ansi colors can now be specified in skin configurationCanop
2019-06-10Merge remote-tracking branch 'origin/master'Canop
2019-06-10use Atomic64 in file size computingCanop
2019-06-10only use highly compatible colors in default skinDenys Séguret
2019-06-08display broot's crate version in the readmeCanop
2019-06-08remove the "crossterm branch" warningCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06Merge branch 'displayable-tree'Canop
2019-06-06tree drawing now based on Display traitCanop