summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-30fix alt-enter not being recognized on some computersv0.11.1Canop
2019-12-21Version 0.11.0v0.11.0Canop
2019-12-21:total_searchCanop
2019-12-21refactor: cut src/tree_build.rs in a few filesCanop
2019-12-20version 0.10.5v0.10.5Canop
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-16mention in install doc that windows needs more rights at first runCanop
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-08Merge pull request #75 from keturn/bash-read-resultCanop
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-19minor doc formulation changeCanop
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-04broot v0.10.1v0.10.1Canop
2019-11-04Merge remote-tracking branch 'origin/master'Canop
2019-11-04incorporate crossterm 0.13.2 to fix a pb in input on viCanop
2019-11-04help state: add some marginCanop
2019-11-04fix help screen not observing the `from_shell` verb parameterDenys Séguret
2019-11-03broot v0.10.0v0.10.0Canop
2019-10-29totally runs in stderr or a subshell, with mouse eventsCanop
2019-10-28Application running entirely on stderrCanop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-09-26use id-arena to allocate lines created during tree computationCanop
2019-09-26add a newline after function in shell installCanop