summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-18fix overflowing root fs colors when no foreground color is setCanop
2021-05-18add support for backtab keyCanop
2021-05-17use lazy-static 2Canop
2021-05-12raise an error on invalid search modesCanop
2021-05-11improve fuzzy group minimization in some casesCanop
2021-05-11fix max_nb_holes not checked in fuzzy patternsCanop
2021-05-11Merge branch 'bash-fn' of https://github.com/vladimyr/broot into vladimyr-bas...Canop
2021-05-11Refactor bash shell function to avoid usage of sub-shellDario Vladovic
2021-05-10:print_path on staging area prints all the staged pathsCanop
2021-05-10make 'fuzzy path' the default search modeCanop
2021-05-09fix "tokens" search being displayed as '???' in helpCanop
2021-05-09match line count in selection on content searchesCanop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-07apply a different style to the subpath before the filenameCanop
2021-05-07new rust version, new clippyCanop
2021-05-06config / quit_on_last_cancelCanop
2021-05-06fix search modes configuration removing all default mappingsCanop
2021-05-05small perf improvement in tokens patternsunordered-tokensCanop
2021-05-05tok pattern optimization: no pos computation in score_ofCanop
2021-05-05Tokens Patterns support both ',' and ';' as separatorCanop
2021-05-04first implementation of a "tokens" patternCanop
2021-05-02spill some blood for the Clippy godCanop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
2021-04-30fix bad reset of filtering state in case of emptied prefixed patternsCanop
2021-04-30fix :previous_match selecting indirect matchesCanop
2021-04-28version 1.3.0v1.3.0Canop
2021-04-27better handling of errors in launching external program non leavingCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-25add shortcuts to some staging related verbsmultiselectCanop
2021-04-25staging area: selection on clickCanop
2021-04-25staging area: fix style of selected matching charsCanop
2021-04-24fix/improve skins in websiteCanop
2021-04-24add a keybord trigger for :toggle_stage in standard modeCanop
2021-04-23staging area: autoselection on filteringCanop
2021-04-22staging area: show selection mark if required by confCanop
2021-04-21scrolling in staging areaCanop
2021-04-21staging area: selection, unstagingCanop
2021-04-20staging area: better display of filesCanop
2021-04-20staging area: display filtered count / countCanop
2021-04-20staging area filtered with patternCanop
2021-04-20modal: '/' never appended to input if used to enter input modeCanop
2021-04-20implement with_new_options for stage_stateCanop
2021-04-20Merge branch 'master' into multiselectCanop
2021-04-19Modal: Be back in command mode after executing a commandCanop
2021-04-19Fix typosTaupiqueur
2021-04-19improve command previsualization in status for multiselectionCanop
2021-04-18staging shortcutsCanop
2021-04-18display what files are staged on treeCanop
2021-04-17fix test unit on changed APCanop