summaryrefslogtreecommitdiffstats
path: root/src/verb/verb.rs
AgeCommit message (Expand)Author
2022-10-22restrict verbs to specific panels (#620)Denys Séguret
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-29Don't quit on small terminalsCanop
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-08-12allow a verb in configuration to refer to a builtinCanop
2021-08-01check args are set on external executionCanop
2021-06-13`{root}` verb argumentCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-02spill some blood for the Clippy godCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-20staging area filtered with patternCanop
2021-04-19improve command previsualization in status for multiselectionCanop
2021-04-15staging area [WIP]Canop
2021-03-09allow definition of several key shortcuts for one verbCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-13keep selection visible on unfilteringCanop
2020-11-02display date and size on symlinksCanop
2020-09-29refactor verb initialization from confCanop
2020-09-24allow cmd sequences in verb executionCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-18setting the working dir of processes is now opt-inCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-03status takes into account overloading of enter and alt-enterCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-06a few minor refactorings and cleaningsCanop
2020-05-27better status for :focus internal with argumentCanop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
2020-05-16show purpose hint when in arg edition dedicated panelCanop
2020-05-12:start_end_panelCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-02:!focus, :focus some/path and :!focus some/pathCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-21multi-panels: input & status in panels; Click to select panelCanop
2020-04-15refactor: "display" ntmoduleCanop
2020-04-15refactor verbs for more type enforced sanityCanop
2020-04-14focus dir in new panel with tabCanop