summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-29version 0.18.2 - remove all flickering causesv0.18.2Canop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-27sacrifices to the Clippy godCanop
2020-06-26update help screen contentCanop
2020-06-26update documentation for new sort modesCanop
2020-06-25explicit --whale-spotting launch argument (sort by size, show all files)Canop
2020-06-25file_sum small optimizationsCanop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-24sort by date; sizes visible on toggle even without sortingCanop
2020-06-23v 0.17.0v0.17.0Canop
2020-06-23restore broot on return from an application launched in terminalCanop
2020-06-22config directory for new installs on mac is ~/.config/brootCanop
2020-06-22new internal to define readline-like input edition shortcutsCanop
2020-06-20more subtle rules on pattern combination parsingCanop
2020-06-20fix regex patterns with flags needing a third / to be combinedCanop
2020-06-19Merge branch 'master' into betCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-11Fix missing background to the help of the textCanop
2020-06-11mouse capture can be disabledCanop
2020-06-11some optimizations of the file content searchCanop
2020-06-10:open_stay_filter : like :open_stay but keeping the patternCanop
2020-06-10small doc changesCanop
2020-06-10add an extension-based prefiltering on content searchCanop
2020-06-10remove Boyer-Moore searchCanop
2020-06-09rayon based parallel searchCanop
2020-06-09precise the scope of `--no-style` in `broot --help`Canop
2020-06-09dumb and meaningless content search optimizationsCanop
2020-06-08pattern characters can be escaped with a '\'Canop
2020-06-07"content" search mode key can be defined in configCanop
2020-06-07content search: text around match displayed in treeCanop
2020-06-07content search: ignore binary filesCanop
2020-06-06rudimentary search in file contentCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-05update website for new pattern syntaxCanop
2020-06-05Merge branch 'master' into new-patternCanop
2020-06-05fix a few problems with tab completions and relative pathsCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-06-04search modes can be configured - new "path regex" modeCanop
2020-06-03allow searching sub-path rather than just nameCanop
2020-06-01Merge branch 'master' into new-patternCanop
2020-06-01`apply_to` verb propertyCanop
2020-06-01[WIP] refactoring for new pattern syntaxCanop
2020-05-29doc now explicitely explains how to have a tranparent backgroundCanop
2020-05-29Fix uppercase letters ignored in input field0.14.1Canop
2020-05-28compute pending tasks in non focused panels tooCanop
2020-05-28fix scrollbar location in multi-panelsCanop
2020-05-27fix a few cases of pattern applied but not displayed in inputCanop
2020-05-27rewrite of the broot website for the incoming releaseCanop
2020-05-27better status for :focus internal with argumentCanop