gr
gr copied to clipboard
Allow to display command outputs inline
Currently when executing a command associated outputs are displayed per project in columns.
For short outputs it would be convenient to have a line oriented output like gr status does.
e.g.
gr --inline git symbolic-ref --short HEAD
project1 some-branch
project2 develop