summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2020-07-15fix bad rendering on chars not being one col wideCanop
2020-07-14previews now scrollableCanop
2020-07-13much progress on the preview panelCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-07-10version 0.18.6v0.18.6Canop
2020-07-10add a builtin verb for :open_stay_filterCanop
2020-07-06avoid drawing the char at the bottom-right of the terminalCanop
2020-07-05version 0.18.5Canop
2020-07-03status takes into account overloading of enter and alt-enterCanop
2020-07-02version 0.18.4v0.18.4Canop
2020-07-01add support for the `reverse`, `slowblink` and `rapidblink`Canop
2020-06-30version 0.18.3 - improve rendering speedCanop
2020-06-29version 0.18.2 - remove all flickering causesv0.18.2Canop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-26version 0.18 - with sortsv0.18.0Canop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-23v 0.17.0v0.17.0Canop
2020-06-22config directory for new installs on mac is ~/.config/brootCanop
2020-06-22new internal to define readline-like input edition shortcutsCanop
2020-06-20version 0.16.0 - pattern compositionv0.16.0Canop
2020-06-20more subtle rules on pattern combination parsingCanop
2020-06-20fix ignored negation when no other operation presentCanop
2020-06-19Merge branch 'master' into betCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-12version 0.15.0Canop
2020-06-11some optimizations of the file content searchCanop
2020-06-09rayon based parallel searchCanop
2020-06-06rudimentary search in file contentCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-03allow searching sub-path rather than just nameCanop
2020-06-01`apply_to` verb propertyCanop
2020-05-29Fix uppercase letters ignored in input field0.14.1Canop
2020-05-29version 0.14.0v0.14.0Canop
2020-05-27better status for :focus internal with argumentCanop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
2020-05-19fix a few rendering problems related to multi-panelsCanop
2020-05-19:panel_left and :panel_right, bound to ctrl arrowsCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-15different skins for focused and unfocused panelsCanop
2020-05-12:start_end_panelCanop
2020-05-05input caret only displayed on active panelCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-16crop tree drawing so that it doesn't go out of dedicated areaCanop
2020-04-14focus dir in new panel with tabCanop
2020-04-08version 0.13.6v0.13.6Canop
2020-04-07small performance improvements of fuzzy scoringCanop
2020-04-06optimizations of the fuzzy pattern scoringCanop
2020-04-05remove diacritics to find matches which differ only by themCanop
2020-03-30moved files aroundCanop