Gource
Gource copied to clipboard
[Feature Request] Live Updates
Greetings
Would it be possible to keep the graph/animation up to date (live) with the target repo/custom log
o/
I would have expected
gource --start-date "$(date '+%Y-%m-%d %H:%M')" --realtime
to do just that but (at least in Gource v0.43) this fails with
gource: failed to generate log file for the specified time period
:disappointed:
Ah, Interesting, thought realtime
meant no time scaling (every second is a second)
Yes, but it will start at the begining and not now which I tried to enforce via the --start-date
argument.