summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-02-24limit the number of panels to 2Canop
2021-02-22replace `--no-style` with `--color` taking `yes`, `no` or `auto`Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-14improve determination of whether a space is needed left of the treeCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11display the file(s) used for config loading in helpCanop
2020-12-11use serde's derive to deserialize confCanop
2020-11-10Stop disabling cursor blinking on launchCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-09-30refactor: make Screen CopyCanop
2020-09-29refactor verb initialization from confCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-08-17client-server / --get-root implementedCanop
2020-07-31better terminal state for sub processesCanop
2020-07-30refactor: remove stupid trileanCanop
2020-07-29don't install when --outcmd or BR_INSTALL=noCanop
2020-07-27change "root" to "ROOT" in broot --helpCanop
2020-07-20"client-server" featureCanop
2020-07-02disable blinking in case it helps the windows snow problemCanop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-11mouse capture can be disabledCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-04search modes can be configured - new "path regex" modeCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-17date/time format configured in conf.tomlCanop
2020-05-15different skins for focused and unfocused panelsCanop
2020-05-03refactor: creation of the `tree` modCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-15refactor: "display" ntmoduleCanop
2020-04-15refactor verbs for more type enforced sanityCanop
2020-04-14focus dir in new panel with tabCanop
2020-03-30moved files aroundCanop
2020-02-05several small flags related improvementsCanop
2020-02-04default_args in conf.toml and new launch flagsCanop
2020-01-28Merge branch 'master' into gitCanop
2020-01-28don't use gitlib2 gitignore computationCanop
2020-01-27simplification of git_ignore options to only 2 statesCanop
2020-01-24add `--conf` arg to launch broot with specific config file(s)Canop
2020-01-20minor code fmt changesCanop
2020-01-14`--set-install-state` sets the installation stateCanop
2020-01-12--print-shell-function : launch argument to print a shell functionCanop
2020-01-12move clap App generation into its own rs fileCanop
2020-01-08don't use standard root normalization on windowsCanop
2020-01-08fix the 'n' answer being ignored when user is asked authorizationCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-14rewrite br shell function installation to comply with #53 and #39Canop
2019-11-13add a white background skin in web site, and refers to it in confCanop
2019-11-03broot v0.10.0v0.10.0Canop