Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp #19

Closed
Sicria opened this issue Dec 20, 2015 · 3 comments
Closed

Timestamp #19

Sicria opened this issue Dec 20, 2015 · 3 comments

Comments

@Sicria
Copy link

Sicria commented Dec 20, 2015

Is it possible to have a timestamp before the console lines.

So something like this.

[2015-12-20 21:09:52] [1] Executing script: start-dev
@kimmobrunfeldt
Copy link
Contributor

I'm ready to accept a PR if someone implements this. Don't have time to do it currently.

@danibram
Copy link

danibram commented Feb 4, 2016

I added the functionality in this pull request: #24

@kimmobrunfeldt
Copy link
Contributor

This is possible in the new release: https://github.com/kimmobrunfeldt/concurrently/releases/tag/2.0.0

Your example can be achieved with custom prefix:
concurrently --prefix "[{time}] [{index}]" "start-dev" ".."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants