10000 start-date doesn't work correctly on windows · Issue #343 · acaudwell/Gource · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

start-date doesn't work correctly on windows #343

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

Open
Sarkie opened this issue Apr 23, 2025 · 2 comments
Open

start-date doesn't work correctly on windows #343

Sarkie opened this issue Apr 23, 2025 · 2 comments

Comments

@Sarkie
Copy link
Sarkie commented Apr 23, 2025

version 0.53

Based on help

Gource v0.53
Usage: gource [options] [path]

Options:
-h, --help Help

-WIDTHxHEIGHT, --viewport Set viewport size
-f, --fullscreen Fullscreen
--screen SCREEN Screen number
--multi-sampling Enable multi-sampling
--no-vsync Disable vsync

--start-date 'YYYY-MM-DD hh:mm:ss +tz' Start at a date and optional time
--stop-date 'YYYY-MM-DD hh:mm:ss +tz' Stop at a date and optional time

You have to use ' ' but on windows, using cmd, I have to " "

d:\tools\gource\0.53>gource -f --title "Demo" --start-date '2025-01-01' --key -a 1 -s .05 --path D:/work/git/Demo
gource: invalid 'start-date' value
Try 'gource --help' for more information.

d:\tools\gource\0.53>gource -f --title "Demo" --start-date "2025-01-01" --key -a 1 -s .05 --path D:/work/git/Demo
processes

Or is this problem only for me?

Thanks!

@bitpaint
Copy link

I dont have this issue, using the command you provided without "--path ..." , in a git repository.

"gource -f --title "Demo" --start-date "2025-01-01" --key -a 1 -s .05"

Im Running Windows 11 Gource 0.53
I guess it's on your side.

@Sarkie
Copy link
Author
Sarkie commented Apr 29, 2025

@bitpaint the help says to use single quotes, you have used double quotes.
That's the issue

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

2 participants
0