summaryrefslogtreecommitdiffstats
path: root/src/tree_build
AgeCommit message (Expand)Author
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
2021-02-25version 1.2.5v1.2.5Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2020-12-13keep selection visible on unfilteringCanop
2020-11-08Add support for icons_
2020-10-03`cr/` prefix allows a regex based search on file contentCanop
2020-09-27fix opening of link of linkCanop
2020-07-17fix a few problems with searching when root isn't trimmedCanop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-24sort by date; sizes visible on toggle even without sortingCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-09rayon based parallel searchCanop
2020-06-07content search: ignore binary filesCanop
2020-06-06rudimentary search in file contentCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-06-03allow searching sub-path rather than just nameCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-18filter out \n from file names on displayCanop
2020-05-16fill the input when executing commands of --cmdCanop
2020-05-12:start_end_panelCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-03refactor: creation of the `tree` modCanop
2020-05-01command/verb/apply refactoringCanop
2020-03-30moved files aroundCanop
2020-02-15fix -i and -I launch arguments being ignoredCanop
2020-02-03much faster :git_statusCanop
2020-02-03`:git_status` verb keeping only git status relevant filesCanop
2020-02-02background computation of git repo statisticsCanop
2020-01-30add the time! macroCanop
2020-01-30make git_file_info not default, measure moreCanop
2020-01-28don't use gitlib2 gitignore computationCanop
2020-01-27simplification of git_ignore options to only 2 statesCanop
2020-01-26display git branch and statsCanop
2020-01-25[WIP] display git status informationCanop
2020-01-20minor code fmt changesCanop
2019-12-21:total_searchCanop
2019-12-21refactor: cut src/tree_build.rs in a few filesCanop