summaryrefslogtreecommitdiffstats
path: root/src/browser_states.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-03much faster :git_statusCanop
2020-02-03cached background computation of git statusCanop
2020-02-02background computation of git repo statisticsCanop
2020-01-30add the time! macroCanop
2020-01-27simplification of git_ignore options to only 2 statesCanop
2020-01-26disable network features of git2Canop
2020-01-23TAB key now jumps to direct matches onlyCanop
2020-01-20minor code fmt changesCanop
2020-01-16commands given with `--cmd` must be separatedCanop
2020-01-16improve style consistency of the help pageCanop
2020-01-15Reverted uneeded rustfmt changesNathan West
2020-01-15Added write cleanup methods to ensure the terminal is always correctly restoredNathan West
2020-01-13Only update filtered_tree if the new one is SomeAriel Davis
2020-01-10Numerous minor refactoringsNathan West
2019-12-21:total_searchCanop
2019-12-19better handling of resizeCanop
2019-12-19display possible verb completions in status lineCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-17replace the "opener" crate with the "open" oneCanop
2019-12-02verb invocation now optional in verb configurationCanop
2019-12-01faster fuzzy searchesCanop
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-12things related to status style, including doc & conf updatesCanop
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-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-09-18smarter cut of the status line when it doesn't fit the console's widthCanop
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-08-02whalespotting modev0.9.3Canop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...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-19change the behavior of open and alt-open on standard filesCanop
2019-07-03Hitting enter when first line is selected, or clicking it, goes up to the par...v0.8.6Canop
2019-06-19max width on help screen, prettier on very wide screenCanop
2019-06-16fix verbs applying to the target of links instead of the linkCanop
2019-06-16mouse support to select and open tree linesCanop
2019-06-12Hitting enter on an executable executes itCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06tree drawing now based on Display traitCanop
2019-06-04termimad based help screenCanop
2019-05-11configurable style attribute (bold, italic, crossedout, etc.)Canop