summaryrefslogtreecommitdiffstats
path: root/src/verbs.rs
AgeCommit message (Expand)Author
2019-02-12version bump to 0.6.0 (and changelog)v0.6.0Canop
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-10clearer status error on `:cd`. Mentions `<alt><enter>` in helpCanop
2019-02-10user configured verbs can be launched from parent shell tooCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-03alt-enter now executes :cdCanop
2019-02-03No need to tell people how to pronounce b-rootCanop
2019-02-03some code commentsCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-29terminal size management refactoringCanop
2019-01-28updated documentationCanop
2019-01-27allow '?' in regexesCanop
2019-01-27support of regex patternsCanop
2019-01-27fix exact match not detected in verb searchCanop
2019-01-25user defined commands apply to conf file when in helpCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-22:cd improvementsCanop
2019-01-14better handle symlinksCanop
2019-01-12fix configured verbs not correctly handling paths with spacesv0.4.6Canop
2019-01-10`:o` opens the configuration file when in help screenCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2019-01-06display user/group with permissionsCanop
2019-01-05command to toggle permission display (rwxrwxrwx)Canop
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-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-05correctly manages sym linksCanop
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-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