summaryrefslogtreecommitdiffstats
path: root/src/help_states.rs
AgeCommit message (Expand)Author
2019-02-14complete verbs handling in help screenCanop
2019-02-12allow page up and page down on help screenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10clearer status error on `:cd`. Mentions `<alt><enter>` in helpCanop
2019-02-03No need to tell people how to pronounce b-rootCanop
2019-01-29terminal size management refactoringCanop
2019-01-28updated documentationCanop
2019-01-27allow '?' in regexesCanop
2019-01-27regular expressions described in helpCanop
2019-01-26fmtCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15documentationCanop
2019-01-10documentation about broot usage and verbsCanop
2019-01-07completed Cargo.toml for cargo publishCanop
2019-01-01better search results (we search a little more and sort)Canop
2018-12-31flags (hidden, gitignore) displayed at bottomCanop
2018-12-21simply fmt deciding to sort imports...Denys Séguret
2018-12-18`cd` command to change directoryCanop
2018-12-17fmtCanop
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-09option to show only foldersCanop
2018-12-09remove Quit from the Command.action enumerationCanop
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-03thread / tree building interrupted on keyCanop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-02help pageCanop