summaryrefslogtreecommitdiffstats
path: root/src/command
AgeCommit message (Expand)Author
2022-12-15allow going to help with just `?` on WindowsCanop
2022-10-22restrict verbs to specific panels (#620)Denys Séguret
2022-10-04New escaping rules (#609)Denys Séguret
2022-09-23wraps mouse wheel selection in treeCanop
2022-09-22remove some warningsCanop
2022-08-30upgrade version of crokeyCanop
2022-07-24fix typosKian-Meng Ang
2022-07-10allow :focus based verbs to take a patternCanop
2022-06-30add the set_syntax_theme verbCanop
2022-06-19[WIP] introduce verb arg definitionCanop
2022-03-27verb filtering by file extensionCanop
2022-01-31use crokey to clean keybinding related codeCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2021-11-07consider an input containing only spaces as empty on enterCanop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-22make it possible to rebind left and right arrow keysCanop
2021-09-05upgrade termimad to 0.16Canop
2021-08-04improve scrolling behaviorsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-06-02`:input_clear` internalCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-17use lazy-static 2Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-02spill some blood for the Clippy godCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-21scrolling in staging areaCanop
2021-04-20staging area filtered with patternCanop
2021-04-20modal: '/' never appended to input if used to enter input modeCanop
2021-04-15staging area [WIP]Canop
2021-03-18Fix crash on `:input_del_word_left`Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-01-21fix "post bang" crashCanop
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