summaryrefslogtreecommitdiffstats
path: root/src/tree/tree_line.rs
AgeCommit message (Expand)Author
2021-09-17fix special-path/Enter for sym linksCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-05-17use lazy-static 2Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
2020-12-13keep selection visible on unfilteringCanop
2020-11-18add the vscode.ttf file to the distributionCanop
2020-11-17some code cleaningCanop
2020-11-13Add double extensions support._
2020-11-08Add support for icons_
2020-10-20keep tree options when going through not tree statesCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-09-27fix opening of link of linkCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
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-06rudimentary search in file contentCanop
2020-05-18filter out \n from file names on displayCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-03refactor: creation of the `tree` modCanop