20 lines
297 B
INI
20 lines
297 B
INI
[tool]
|
|
id = ShellCommand
|
|
name = _Shell Command
|
|
os = unix
|
|
type = moo-script
|
|
options = need-doc
|
|
cmd = HistoryEntry("", "ShellCommand");
|
|
if cmd then
|
|
Insert(Exec(cmd), "\n");
|
|
fi;
|
|
|
|
[tool]
|
|
id = SortLines
|
|
name = Sort
|
|
type = exe
|
|
options = need-doc
|
|
input = lines
|
|
output = insert
|
|
sort
|