summaryrefslogtreecommitdiffstats
path: root/src/cli
AgeCommit message (Collapse)Author
2022-09-23--sort-by-type-dirs-first --sort-by-type-dirs-lastCanop
Fix #602
2022-08-30upgrade version of crokeyCanop
2022-07-05Merge branch 'master' into default-conf-dirCanop
2022-07-04default conf is now a directoryCanop
and not just a file, thanks to imports. And it contains skin files. Fix #431 Fix #340
2022-07-04fix `--cmd` not workingCanop
Fix #570
2022-07-04conf files can import other conf filesCanop
A condition on terminal's light can be set
2022-06-30add the set_syntax_theme verbCanop
which isn't useful right now as the theme isn't persisted. It's an addition for a future use.
2022-06-15fix accidently changed launch argument nameCanop
2022-06-15use clap derive for argumentsCanop
2022-06-07update from clap2 to clap3Canop
2022-03-27add the (already documented) capture_mouse conf itemCanop
See https://github.com/Canop/broot/issues/238
2022-03-23escape spaces in sourcing path in shell script installCanop
Fix #520 (hopefully, not really tested)
2021-08-12allow a verb in configuration to refer to a builtinCanop
Fix #432
2021-06-15better handling of auto color modeCanop
- deciding whether to use no-style when there's no --color argument is made twice: for app running and for export when leaving - remove the deprecated `--no-style` launch argument (use `--color no` instead) - deprecate the `--out` argument (redirecting the output is the recommanded solution) Fix #397
2021-06-11"client-server" no longer feature gatedCanop
2021-03-19add colored help supportWenxuan Zhang
2021-02-26obey `--color no` even in application modeCanop
2021-02-26Closes https://github.com/Canop/broot/issues/351Antoine PLASKOWSKI
2021-02-24limit the number of panels to 2Canop
Can be changed in conf with `max_panels_count`. Fix #345