summaryrefslogtreecommitdiffstats
path: root/src/tree
AgeCommit message (Expand)Author
2022-09-23fix :line_down_no_cycle cycling in the tree viewCanop
2022-09-23--sort-by-type-dirs-first --sort-by-type-dirs-lastCanop
2022-09-22allow showing only file name on path searchesCanop
2022-09-22remove some warningsCanop
2022-07-24fix typosKian-Meng Ang
2022-06-19fix default_flags in conf not working anymoreCanop
2022-06-15use clap derive for argumentsCanop
2022-06-07update from clap2 to clap3Canop
2022-06-07hint on empty tree: use alt-i or alt-hCanop
2022-05-04add the :stage_all_files internalCanop
2022-03-31Sort by type, with dirs either first or lastCanop
2022-02-15:previous_dir and :next_dir internalsCanop
2022-01-23clearer error on bad default_flags in conf fileCanop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-13better make the selection visibleCanop
2021-09-17fix special-path/Enter for sym linksCanop
2021-09-07addition to doc on `:focus`Canop
2021-09-05upgrade termimad to 0.16Canop
2021-08-04improve scrolling behaviorsCanop
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