summaryrefslogtreecommitdiffstats
path: root/src/command
AgeCommit message (Expand)Author
2021-01-10experimental "modal mode"modesCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-11-02display date and size on symlinksCanop
2020-10-21filesystems view now filterableCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-27fix opening of link of linkCanop
2020-09-24allow cmd sequences in verb executionCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-09-09ctrl-v now inserts the clipboard content in the inputCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-23selected line in previewCanop
2020-07-20"client-server" featureCanop
2020-07-14previews now scrollableCanop
2020-06-27sacrifices to the Clippy godCanop
2020-06-22new internal to define readline-like input edition shortcutsCanop
2020-06-20more subtle rules on pattern combination parsingCanop
2020-06-20fix regex patterns with flags needing a third / to be combinedCanop
2020-06-19Merge branch 'master' into betCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-08pattern characters can be escaped with a '\'Canop
2020-06-05update website for new pattern syntaxCanop
2020-06-05Merge branch 'master' into new-patternCanop
2020-06-05fix a few problems with tab completions and relative pathsCanop
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-06-01Merge branch 'master' into new-patternCanop
2020-06-01`apply_to` verb propertyCanop
2020-06-01[WIP] refactoring for new pattern syntaxCanop
2020-05-24tab based auto-completion of verbs and paths in inputCanop
2020-05-19:panel_left and :panel_right, bound to ctrl arrowsCanop
2020-05-18Special paths defined in conf.tomlCanop
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-01command/verb/apply refactoringCanop
2020-04-21multi-panels: input & status in panels; Click to select panelCanop
2020-04-14focus dir in new panel with tabCanop
2020-04-01fix bench/fuzzy compilationCanop
2020-03-30moved files aroundCanop