summaryrefslogtreecommitdiffstats
path: root/src/commands.rs
AgeCommit message (Expand)Author
2020-03-30moved files aroundCanop
2020-03-24right key open directory, left key gets back (when input is empty)Canop
2020-02-27fix compilation problem related to dependency versionCanop
2020-02-05allow alt-enter rebindingCanop
2020-01-22fix a panic on "///" inputCanop
2020-01-16commands given with `--cmd` must be separatedCanop
2020-01-11Fix verbs not properly cancelled on actions such escapev0.11.7Canop
2020-01-10Numerous minor refactoringsNathan West
2020-01-10fix unsignificative events interpreted as previous event repetitionCanop
2020-01-10backspace no longer bind to back if not consumed by inputCanop
2019-12-19better handling of resizeCanop
2019-12-19fix backspace key not working when input contains exactly one charCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-01faster fuzzy searchesCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-11-03broot v0.10.0v0.10.0Canop
2019-10-28Application running entirely 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-15paths built from verb arguments are normalizedCanop
2019-09-15more commands available for shortcuts & keyboard keysCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-09-11F1 key sends to helpCanop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-07-29input_field is skinnableCanop
2019-07-25the input field handles left/right arrow keys, home/end, click, and deleteCanop
2019-07-23add mouse wheel support (selection in tree, scroll in help)Canop
2019-07-23Merge branch 'backtab-support' of https://github.com/arnej/broot into arnej-b...Canop
2019-07-22Add support for using backtab to select the previous matchArne Janbu
2019-07-19Hitting `?` more directly opens the help screen, even when executing a verbCanop
2019-06-16mouse support to select and open tree linesCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-04-06key input on crossterm instead of termionCanop
2019-04-03try to give arguments to verbs executed through --cmdCanop
2019-03-22F5 refreshes the treeCanop
2019-03-15ctrl-u and ctrl-d as alternate page-up and page downCanop
2019-03-07Ctrl-Q shortcut to leave brootCanop
2019-03-01Pattern based verb argumentsCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-03alt-enter now executes :cdCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2019-01-28accept a / in postfix to define a regexCanop
2019-01-27allow '?' in regexesCanop
2019-01-27support of regex patternsCanop
2019-01-26fmtCanop