summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-29terminal size management refactoringCanop
2019-01-25move the stdout.flush of end from main to app.dropCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-21fix initial state not being displayed0.4.7Canop
2019-01-21--cmd program argument to pass a sequence of commandsCanop
2019-01-21fix input channel not properly closed when launching external programCanop
2019-01-15documentationCanop
2019-01-12fix :q not instantly quitting broot when computing sizeCanop
2019-01-10documentation about broot usage and verbsCanop
2019-01-08some file level comments to clarify the app structureCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2018-12-31flags (hidden, gitignore) displayed at bottomCanop
2018-12-30gitignore respect togglable and available as cli argCanop
2018-12-21simply fmt deciding to sort imports...Denys Séguret
2018-12-18`cd` command to change directoryCanop
2018-12-17fix spinner now longer being displayed during long tasksDenys Séguret
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-12file & directory sizeCanop
2018-12-10edition = "2018"Canop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-09contextual status during verb typingCanop
2018-12-09spinner shows a search is still in processCanop
2018-12-08cleanly close stdinCanop
2018-12-08no more file keys. Selection is now search basedCanop
2018-12-04Fuzzy pattern matcher now tests all possible startsCanop
2018-12-04SEARCH_DEPTH now a constCanop
2018-12-03thread / tree building interrupted on keyCanop
2018-12-03more error handling (no exe found, prog argument not a dir)Canop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-02help pageCanop
2018-12-01specializable application statesCanop
2018-11-30more feedback in statusCanop
2018-11-30interactive fuzzy tree filteringCanop
2018-11-29tab navigates to next fuzzy matchCanop
2018-11-29fuzzy pattern matching based navigationCanop
2018-11-29simplify command actionsCanop
2018-11-29add a log to file facilityCanop
2018-11-29remove restoring of key when poping stateCanop
2018-11-28fmtCanop
2018-11-27new verb to toggle hidden filesCanop
2018-11-27verbs read from configuration file. Default conf written at start.Canop
2018-11-26clean way to start programs on user commandsCanop
2018-11-25complete command parsing, verb, basic executionCanop
2018-11-23more command parsing, POC of file openingCanop
2018-11-22dir opening and back. More commandsCanop
2018-11-21arrow key navigation, more command parsingCanop