summaryrefslogtreecommitdiffstats
path: root/src/tree
AgeCommit message (Expand)Author
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-05-17use lazy-static 2Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
2021-04-30fix :previous_match selecting indirect matchesCanop
2021-04-18staging shortcutsCanop
2021-04-18display what files are staged on treeCanop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2021-02-03ignore special paths with "no-enter" or "hide" in sumsCanop
2020-12-31add an example of using broot as generic fuzzy finderCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-14improve determination of whether a space is needed left of the treeCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-30better cache management for dir size computationCanop
2020-11-30when sizes are displayed (eg on `br -s`) show size of root line and root file...Canop
2020-11-27:previous_same_depth and :next_same_depth internalsCanop
2020-11-18add the vscode.ttf file to the distributionCanop
2020-11-17some code cleaningCanop
2020-11-17Merge branch 'icon' of https://github.com/asdf8dfafjk/broot into iconsCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
2020-11-13Add double extensions support._
2020-11-08Add support for icons_
2020-11-02display date and size on symlinksCanop
2020-10-28minor formatting changeCanop
2020-10-28feat: instant break for circular symlinksBernhard Schuster
2020-10-22Merge branch 'master' into filesystemsCanop
2020-10-22fix freezing on cyclic symlink chainsCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-09-27fix opening of link of linkCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-23:select_first and :select_last implemented in previewCanop
2020-07-16some documentation of the preview panel featureCanop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-07-02add the `--git-status` launch optionCanop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-25explicit --whale-spotting launch argument (sort by size, show all files)Canop
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-22config directory for new installs on mac is ~/.config/brootCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-06rudimentary search in file contentCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop