summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-16some documentation of the preview panel featureCanop
2020-07-16remove selection on root line in :print_treeCanop
2020-07-15handle refresh in preview panelCanop
2020-07-15:open_preview, :close_preview, and :toggle_preview verbsCanop
2020-07-15fix bad rendering on chars not being one col wideCanop
2020-07-14chars in binary previewCanop
2020-07-14lazy loading of syntactic previewCanop
2020-07-14previews now scrollableCanop
2020-07-13much progress on the preview panelCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-07-10add a builtin verb for :open_stay_filterCanop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-07-07try to improve clarity of shell function install processCanop
2020-07-06avoid drawing the char at the bottom-right of the terminalCanop
2020-07-05keep filter in input after executing an external commandCanop
2020-07-05fix the `dcd` snippet in doc (was using old cdm syntax)v0.18.5Canop
2020-07-05small documentation changesCanop
2020-07-05hide the `s` of `sparse` storage on directoriesCanop
2020-07-04improve rendering file size as string with ISO unitsCanop
2020-07-03status takes into account overloading of enter and alt-enterCanop
2020-07-02version 0.18.4v0.18.4Canop
2020-07-02disable blinking in case it helps the windows snow problemCanop
2020-07-02add the `--git-status` launch optionCanop
2020-07-01add a release linked against muslCanop
2020-07-01add support for the `reverse`, `slowblink` and `rapidblink`Canop
2020-06-30faster task interruption on event when summingCanop
2020-06-30faster tree rendering for slow terminalsCanop
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