summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-02-18version bump -> 0.6.2v0.6.2Canop
2019-02-18better scrolling (no longer displays a mostly void page)Canop
2019-02-18fix crash on missing sections in conf.tomlCanop
2019-02-18:focus now opens the parent directory if selected isn't a dirCanop
2019-02-17All colors of broot can be defined in configCanop
2019-02-17more skinningCanop
2019-02-16separate entries in conf for foreground and background colorsCanop
2019-02-16support for grayscale values in custom colorsCanop
2019-02-15skinning possible for simple colors, for statusCanop
2019-02-14complete verbs handling in help screenCanop
2019-02-13faster regex searchCanop
2019-02-13fix missing version in `broot -V`Canop
2019-02-12version bump to 0.6.0 (and changelog)v0.6.0Canop
2019-02-12add a scrollbar on help screenCanop
2019-02-12new verb :toggle_trim_root allows to keep all root childrenCanop
2019-02-12allow page up and page down on help screenCanop
2019-02-12minor cosmetic changes in shell function installCanop
2019-02-12fuzzy pattern: increase score of match starting after word separatorCanop
2019-02-11write in .bashrc and .zshrc based on their existence, not just $SHELLCanop
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-05change the way we break fuzzy search on not relevant matchesCanop
2019-02-04make the application more responsive on slow disksv0.5.2Canop
2019-02-04remove bit.ly linkCanop
2019-02-04fix link to doc in autogenerated conf (and uses bitly)Canop
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-31travis-ci shield in readmeCanop
2019-01-31remove the children_loaded bool from the BLine structCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2019-01-29terminal size management refactoringCanop
2019-01-28updated documentationCanop
2019-01-28accept a / in postfix to define a regexCanop
2019-01-28more robust configuration parsingCanop
2019-01-28dope less deep search resultCanop
2019-01-27small commentsCanop
2019-01-27allow '?' in regexesCanop
2019-01-27regular expressions described in helpCanop
2019-01-27support of regex patternsCanop
2019-01-27fix exact match not detected in verb searchCanop
2019-01-26fmtCanop
2019-01-25user defined commands apply to conf file when in helpCanop
2019-01-25move the stdout.flush of end from main to app.dropCanop
2019-01-25Merge branch 'master' of github.com:Canop/brootCanop
2019-01-25rework of verbs and their configurationCanop