summaryrefslogtreecommitdiffstats
path: root/src/conf.rs
AgeCommit message (Expand)Author
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10user configured verbs can be launched from parent shell tooCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-04remove bit.ly linkCanop
2019-02-04fix link to doc in autogenerated conf (and uses bitly)Canop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-28more robust configuration parsingCanop
2019-01-27fix exact match not detected in verb searchCanop
2019-01-26fmtCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15documentationCanop
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-18`cd` command to change directoryCanop
2018-12-12file & directory sizeCanop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-09option to show only foldersCanop
2018-12-03more error handling (no exe found, prog argument not a dir)Canop
2018-12-02help pageCanop
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-26fundation of a parsing of the conf as TOMLCanop
2018-11-23more command parsing, POC of file openingCanop