summaryrefslogtreecommitdiffstats
path: root/src/verb/external_execution.rs
AgeCommit message (Expand)Author
2022-06-15fix accidently changed launch argument nameCanop
2022-06-15use clap derive for argumentsCanop
2021-06-10`working_dir` verb attributeCanop
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-18display what files are staged on treeCanop
2021-04-15staging area [WIP]Canop
2021-04-05rename some types to bring them closer from their useCanop
2021-01-13fix mouse staying captured during external app executionCanop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-18fix execution strings tokenization ignoring quotesCanop
2020-09-29refactor verb initialization from confCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-01make the selected directory the working dir of subprocessesCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-06-23restore broot on return from an application launched in terminalCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-06a few minor refactorings and cleaningsCanop
2020-05-24tab based auto-completion of verbs and paths in inputCanop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
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