rackberg / para

A command-line tool for parallel execution of shell commands in multiple directories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the log command available in the para shell

rackberg opened this issue · comments

Currently all shell commands entered in the para shell mode are internally forwarded to the para execute command. If you want to see the log file for a project, you have to leave the para shell mode using the "exit" keyword.

It turns out that this is too complicated to use.

The para shell should allow a new keyword called "log" followed by the name of the project to show the log for. The log command executed in the para shell mode should be executed once and not for every project. Internally the log shell command should be forwarded to the para log command that is currently only available in the operating system shell.