-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to read in images from file? #186
Labels
Comments
I will add this feature, but for now you can use the following workaround:
|
Thank you - would be a nice addition. |
I don't believe this should be added, this is exactly why we have shell scripting. In fish you can even do this without xargs: swayimg (cat list.txt) |
This will not work if you have spaces in the file name.
…On Tue, Oct 8, 2024, 00:08 diniamo ***@***.***> wrote:
I don't believe this should be added, this is exactly why we have shell
scripting. In fish you can even do this without xargs:
swayimg (cat list.txt)
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI5UOCT7DTRSN6QYT3UFF3Z2KPWZAVCNFSM6AAAAABOSXVW7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJXGE4TSOBVGU>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
It will, since fish does expansion properly. I did test it before sending that as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you your software.
I have a list of absolute paths to images in a file - how would I read them in to swayimg?
Something like...
swayimg --from-file=myimages.txt
The text was updated successfully, but these errors were encountered: