summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2022-01-22dump in log the launch commandCanop
2021-05-24stuffCanop
2021-02-23Fix wrong version written on top of log fileCanop
2021-01-21fix "post bang" crashCanop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-31use cli-log for loggingCanop
2020-11-10rename dev.log into broot.log to reduce collisionsCanop
2020-06-23restore broot on return from an application launched in terminalCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-05-16fill the input when executing commands of --cmdCanop
2020-05-01command/verb/apply refactoringCanop
2020-03-30moved files aroundCanop
2020-02-04default_args in conf.toml and new launch flagsCanop
2020-01-24add `--conf` arg to launch broot with specific config file(s)Canop
2020-01-15Added write cleanup methods to ensure the terminal is always correctly restoredNathan West
2020-01-14`--set-install-state` sets the installation stateCanop
2020-01-12--print-shell-function : launch argument to print a shell functionCanop
2019-12-14rewrite br shell function installation to comply with #53 and #39Canop
2019-12-01faster fuzzy searchesCanop
2019-11-27help page refactored using Termimad templatesCanop
2019-11-11colored status line, using Termimad templatesCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-10-28Application running entirely on stderrCanop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-09-18smarter cut of the status line when it doesn't fit the console's widthCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-07-29input_field is skinnableCanop
2019-07-25the input field handles left/right arrow keys, home/end, click, and deleteCanop
2019-07-03Hitting enter when first line is selected, or clicking it, goes up to the par...v0.8.6Canop
2019-06-30remove traces of jemallocatorCanop
2019-06-30use mimalloc as allocator on linuxCanop
2019-06-30remove a case of dyn argumentCanop
2019-06-16mouse support to select and open tree linesCanop
2019-06-11very minor cleaningCanop
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-06-04termimad based help screenCanop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-10disable the Jemaloc allocator on windowsCanop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-04-05Merge branch 'master' into crosstermCanop
2019-04-03try to give arguments to verbs executed through --cmdCanop
2019-03-25unplug the 'users' crate when on windowsCanop
2019-03-11Better error message when a command is not foundOphir LOJKINE
2019-03-01Pattern based verb argumentsCanop
2019-02-22minor code cleaningCanop
2019-02-15skinning possible for simple colors, for statusCanop
2019-02-14complete verbs handling in help screenCanop