summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-01-10fix scroll adjustement when using the arrow keysv0.11.6Canop
2020-01-10unreserve some keys (allow overriding)Canop
2020-01-10allow env vars used in verb execution to contain parametersCanop
2020-01-10fix wrong background applied below sizesCanop
2020-01-10fix unsignificative events interpreted as previous event repetitionCanop
2020-01-10backspace no longer bind to back if not consumed by inputCanop
2020-01-10improve readability of skin used during installation processCanop
2020-01-10keep same path selected when lines are reorderedCanop
2020-01-09ctrl-c is another way to quit brootv0.11.4Canop
2020-01-09Mac/bash : add .bash_profile to the list of possible sourcing filesCanop
2020-01-09Merge branch 'macos-fish' of https://github.com/akx/broot into akx-macos-fishCanop
2020-01-09make :open_stay and :open_leave work in help screen (applying on configuratio...Canop
2020-01-09Assume fish always lives in ~/.config/fishAarni Koskela
2020-01-09DRY out Fish get_confd_path()Aarni Koskela
2020-01-08fix the 'n' answer being ignored when user is asked authorizationCanop
2020-01-08don't use standard root normalization on windowsCanop
2020-01-08fix the 'n' answer being ignored when user is asked authorizationCanop
2019-12-30fix the fixCanop
2019-12-21:total_searchCanop
2019-12-21refactor: cut src/tree_build.rs in a few filesCanop
2019-12-19better handling of resizeCanop
2019-12-19display possible verb completions in status lineCanop
2019-12-19fix backspace key not working when input contains exactly one charCanop
2019-12-19apply selection background to permissions and dateCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-17replace the "opener" crate with the "open" oneCanop
2019-12-16fix a compilation problem on windowsv0.10.4Canop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-14specific skins for file owner and groupCanop
2019-12-14fix length of tree arms on unlisted when permissions are displayedCanop
2019-12-14don't show dates on "unlisted"Canop
2019-12-14rewrite br shell function installation to comply with #53 and #39Canop
2019-12-07bash: replace `cat` invocation with built-inKevin Turner
2019-12-07minor comments and tuningCanop
2019-12-02verb invocation now optional in verb configurationCanop
2019-12-01faster fuzzy searchesCanop
2019-11-30tuning and perf improvements regarding searchCanop
2019-11-27fix crash on doing `:rm` on the last child of current rootv0.10.3Canop
2019-11-27help page refactored using Termimad templatesCanop
2019-11-15version 0.10.2v0.10.2Canop
2019-11-13make it possible to define a global backgroundCanop
2019-11-13add a white background skin in web site, and refers to it in confCanop
2019-11-13`$PAGER` used in default config. Fix #20Canop
2019-11-12things related to status style, including doc & conf updatesCanop
2019-11-12`:up_tree` built-in verb: focus the parent of the current rootCanop
2019-11-12remove current filter when executing `:parent`Canop
2019-11-11colored status line, using Termimad templatesCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-11-05better handling of errors when opening files externallyCanop
2019-11-04Merge remote-tracking branch 'origin/master'Canop