summaryrefslogtreecommitdiffstats
path: root/src/verb/internal_execution.rs
AgeCommit message (Collapse)Author
2021-04-15staging area [WIP]Canop
The staging area will be the way to operate on multiple files. See issue #266 (it's far from ready)
2020-09-29refactor verb initialization from confCanop
removing the useless step of VerbConf and VerbConfExecutionType
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
Also {other-panel-directory} and {other-panel-parent}
2020-05-04internals can accept an argument. :focus does accept oneCanop
Both in input and in configuration. This allowed to remove the :focus_user_home and :focus_root internals. It's now possible to define a verb like ``` [[verbs]] key = "ctrl-h" invocation = "home" execution = ":focus ~/dev" ``` which can be called as ctrl-h, :home, but also :!home (in order to open the ~/dev directory in a new panel)