-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add support for defining file output #1
Comments
Same here. I was immediately greeted with a |
Thanks for the feedback guys, I'll separate this issue into two:
I'll get to it over the weekend. |
Defaults: - `save_dir` - `stroke_size` - `text_font` - `text_size` Closes #1
Defaults: - `save_dir` - `stroke_size` - `text_font` - `text_size` Closes #1
Defaults: - `save_dir` - `line_size`` - `text_font` - `text_size` Closes #1
Defaults: - `save_dir` - `line_size` - `text_font` - `text_size` Closes #1
Defaults: - `save_dir` - `line_size` - `text_font` - `text_size` Closes #1
Defaults: - `save_dir` - `line_size` - `text_font` - `text_size` Closes #1
It's done for the configuration part, I'll tackle the more interesting part for you guys next week. See #2 |
Thanks @jtheoof ! Works nicely on a first test. This is amazing! |
I prefer to store screenshots in a specific directory that isn't $XDG_CONFIG_HOME/Desktop. Can you add support for specifying an output dir and filename on save?
Related, can the output be sent back to stdout so I can send it to something like pngquant? My current workflow involves sending from grim to pngquant, and I'd like to insert swappy in between so I can annotate the screenshots before sending them back to stdout.
The text was updated successfully, but these errors were encountered: