James Strachan created FORGE-2083:
-------------------------------------
Summary: support !foo and !! commands
Key: FORGE-2083
URL:
https://issues.jboss.org/browse/FORGE-2083
Project: Forge
Issue Type: Feature Request
Reporter: James Strachan
with any shell its handy to re-run previous commands (e.g. to re-run an addon --install
command) by referring to the prefix of the command.
e.g.
{code}
$ !addon
addon-install --coordinate foo:bar,1.0-SNAPSHOT
$ !!
addon-install --coordinate foo:bar,1.0-SNAPSHOT
{code}
Being able to do things like
{code}
$ history | grep cheese
{code}
would be handy too
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)