We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a new directory - term/aurora and create a new terminal app version of aurora.
term/aurora
For example - aurora -q "The Quote" -a "Author" -f "Filename" -o 1 -g 3 will create quote with Filename.svg
aurora -q "The Quote" -a "Author" -f "Filename" -o 1 -g 3
Filename.svg
-q
-a
-f
-g
See this list and select one to parse command line options.
The text was updated successfully, but these errors were encountered:
I'd like to work on it.
Sorry, something went wrong.
Status
Shall I do this?
yeah sure @ProBeta1
No branches or pull requests
Create a new directory -
term/aurora
and create a new terminal app version of aurora.For example -
aurora -q "The Quote" -a "Author" -f "Filename" -o 1 -g 3
will create quote withFilename.svg
Command Line Options
-q
Quote string, you will have to convert this string in to an array of strings properly (Required)-a
Author (Required)-f
Filename without extension (Optional - Default - "quote")-a
Orientation. 0 - Square, 1 - Landscape and 2 - Portrait (Optional - Default - 0)-g
Gradient (Optional - Default - 0)See this list and select one to parse command line options.
The text was updated successfully, but these errors were encountered: