all repos — scriptura @ e9bf47b59387168b9370ec60e84c4c3d0aeebc49

a corner in $HOME for your scripts

add cmd subcommand

Alin
commit

e9bf47b59387168b9370ec60e84c4c3d0aeebc49

parent

36c53cf2a712410e490f62ea03cb9a6628a3bebd

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M README.mdREADME.md
@@ -11,6 +11,7 @@
- Uses subcommands instead of flags (`scriptura new` vs `sd -new`) - `--` can be used to separate arguments intended for `scriptura` itself from those intended for the executed command - [Choose your own short alias](#shorter-command-name) +- A new `cmd` subcommand for running external commands on scripts (e.g. `scriptura cmd foobar -- rm`) ## Motivation