summaryrefslogtreecommitdiffstats
path: root/src/conf.rs
AgeCommit message (Expand)Author
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-04search modes can be configured - new "path regex" modeCanop
2020-06-01`apply_to` verb propertyCanop
2020-05-29doc now explicitely explains how to have a tranparent backgroundCanop
2020-05-27rewrite of the broot website for the incoming releaseCanop
2020-05-27better status for :focus internal with argumentCanop
2020-05-21status line covers the whole terminal widthCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-17date/time format configured in conf.tomlCanop
2020-05-16fill the input when executing commands of --cmdCanop
2020-05-16style of unfocused panels can be defined in conf.tomlCanop
2020-05-15different skins for focused and unfocused panelsCanop
2020-05-05input caret only displayed on active panelCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-14focus dir in new panel with tabCanop
2020-04-07improve documentation of verb addition in confCanop
2020-03-30moved files aroundCanop
2020-02-15fix -i and -I launch arguments being ignoredCanop
2020-02-05several small flags related improvementsCanop
2020-02-04default_args in conf.toml and new launch flagsCanop
2020-01-28add a git_diff verbCanop
2020-01-24add `--conf` arg to launch broot with specific config file(s)Canop
2020-01-20minor code fmt changesCanop
2020-01-13Make it explicit that $EDITOR needs to be exported.apromixately
2020-01-11r, w and x parts of the mode (permission) now separately skinnedCanop
2020-01-09ctrl-c is another way to quit brootv0.11.4Canop
2019-12-18allow more keys as verb triggersCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-14specific skins for file owner and groupCanop
2019-12-14don't show dates on "unlisted"Canop
2019-12-14rewrite br shell function installation to comply with #53 and #39Canop
2019-12-02verb invocation now optional in verb configurationCanop
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-03broot v0.10.0v0.10.0Canop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-09-15more commands available for shortcuts & keyboard keysCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-06-10Ansi colors can now be specified in skin configurationCanop
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-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-05-03crossterm port: tree view mostly OK (style not configurable)Canop
2019-03-12clarify verb definition in default configCanop