summaryrefslogtreecommitdiffstats
path: root/src/clap.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
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-08-17client-server / --get-root implementedCanop
2020-07-27change "root" to "ROOT" in broot --helpCanop
2020-07-20"client-server" featureCanop
2020-07-02add the `--git-status` launch optionCanop
2020-06-25explicit --whale-spotting launch argument (sort by size, show all files)Canop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-24sort by date; sizes visible on toggle even without sortingCanop
2020-06-09precise the scope of `--no-style` in `broot --help`Canop
2020-05-02:!focus, :focus some/path and :!focus some/pathCanop
2020-05-01command/verb/apply refactoringCanop
2020-03-27add a man pagev0.13.5Canop
2020-02-05several small flags related improvementsCanop
2020-02-04default_args in conf.toml and new launch flagsCanop
2020-02-04minor doc fixesCanop
2020-01-28Merge branch 'master' into gitCanop
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-16commands given with `--cmd` must be separatedCanop
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