Commit 5ebd260
committed
Feature: Add pickCommand command
filePicker.pickCommand will prompt the user for a file (as in
filePicker.pick) and then run a shell command. The file resulting from
the file prompt can be substituted into the command by inserting
"${file}" in the command string, similar to other variable
substitutions.1 parent 1a09030 commit 5ebd260
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
0 commit comments