summaryrefslogtreecommitdiffstats
path: root/src/conf.rs
AgeCommit message (Expand)Author
2019-09-15more commands available for shortcuts & keyboard keysCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-06-10Ansi colors can now be specified in skin configurationCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06tree drawing now based on Display traitCanop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-05-03crossterm port: tree view mostly OK (style not configurable)Canop
2019-03-12clarify verb definition in default configCanop
2019-03-12Allow environment variables in verbsOphir LOJKINE
2019-03-11Improve and simplify skin error handlingOphir LOJKINE
2019-03-08more relevant comments in default configuration fileCanop
2019-03-07new documentation websiteCanop
2019-03-02add some verbs: mkdir, mv, rmCanop
2019-03-02support of leave_broot=false for verbsCanop
2019-03-01Pattern based verb argumentsCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-18fix crash on missing sections in conf.tomlCanop
2019-02-16separate entries in conf for foreground and background colorsCanop
2019-02-15skinning possible for simple colors, for statusCanop
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