nocejo / trev

Taskwarrior tasks reviewing script
Other
14 stars 1 forks source link

Execute prompt command #8

Closed nocejo closed 9 years ago

nocejo commented 11 years ago

Just a possibility

Add an execute prompt command: 'trev>c(ommand) uu' or 'trev>e(xec) uu'

Running uu at the shell. fork another shell?

linuxcaffe commented 11 years ago

what's "uu"?

linuxcaffe commented 11 years ago

how about using a common shell-prompt-character? like;

trev> $ ls -al example.*

I think it should maybe run at the shell, otherwise the feature might JUST another way to open a terminal, just execute followed by "Press [RET] to continue: "

or go ahead and spawn another terminal like this;

trev> $ ls -al example.* &
nocejo commented 9 years ago

Old issue. See issue #25 .