summaryrefslogtreecommitdiffstats
path: root/src/browser_states.rs
AgeCommit message (Expand)Author
2019-02-12new verb :toggle_trim_root allows to keep all root childrenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-03alt-enter now executes :cdCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2019-01-29terminal size management refactoringCanop
2019-01-28dope less deep search resultCanop
2019-01-27allow '?' in regexesCanop
2019-01-27support of regex patternsCanop
2019-01-26fmtCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15documentationCanop
2019-01-14better handle symlinksCanop
2019-01-12hit enter on tree root correctly quits brootCanop
2019-01-11more relevant information in the status line when using the arrow keysCanop
2019-01-09much much faster post search trimmingCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
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-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-13dir size computation now interruptible with fine granularityDenys 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-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-07parallel BFS searchCanop
2018-12-05correctly manages sym linksCanop
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
2018-12-01specializable application statesCanop