-
Notifications
You must be signed in to change notification settings - Fork 43
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
--output-file is surprising #143
Comments
I'm have trouble to understand.
What does this mean? Can you clarify the use case? |
When I make a screen shot, it automatically opens in Swappy. I tried changing my setup to use |
The goal of the
Perhaps you can try to tweak the value of |
Yeah I understand it's documented well, I just think it goes against the general meaning of How I use Swappy is I have a script that takes a screenshot and saves it in a timestamped file. Then it runs Swappy on that file. A static config with EDIT: My other suggestion was adding something like |
I'm not really opposed to change the |
Using the time when the image was opened in the file name format rather then the time when the file if save would fix that. The current behavior is that swappy will change the file name for the same image every time it's being saved. Maybe a config like |
Hi, I have a problem related to the
What is the proper way to achieve this? |
I am having the same problem, but I think that is because the |
Maybe it would be possible to add an additional option for swappy to save output at a given file path that would override the config |
If you want to Swappy to save to a specific file, you can use a syntax like this:
This is causing swappy to save to the standard output and then that output is redirected with the > operator to a file path of your choosing. |
Hi,
I find the behaviour of
--output-file
quite surprising: usually tools use that file to save/output anything.Swappy instead uses the save dir by default, and only at the end writes to that file.
I'd like Swappy to not create a new file every time I click save, instead of just overwriting the same file again and again.
How do you feel about changing
-o
's behavior to match what most applications do?If changing it is out of the question, maybe we can add another option to opt out of the extra files?
I could make a PR, just want to ask what's your thoughts first.
The text was updated successfully, but these errors were encountered: