summaryrefslogtreecommitdiffstats
path: root/src/commands.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-03alt-enter now executes :cdCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2019-01-28accept a / in postfix to define a regexCanop
2019-01-27allow '?' in regexesCanop
2019-01-27support of regex patternsCanop
2019-01-26fmtCanop
2019-01-21--cmd program argument to pass a sequence of commandsCanop
2019-01-15documentationCanop
2019-01-15completely deleting a pattern with the delete key now removes itCanop
2019-01-11more relevant information in the status line when using the arrow keysCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
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-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-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-30interactive fuzzy tree filteringCanop
2018-11-30less constrained filtering patternsCanop
2018-11-29fix chars '2' to '9' not usable in keysCanop
2018-11-29tab navigates to next fuzzy matchCanop
2018-11-29fuzzy pattern matching based navigationCanop
2018-11-29simplify command actionsCanop
2018-11-29':' as an alternative to ' ' to start commandsCanop
2018-11-28fmtCanop
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
2018-11-20keys display in treeCanop