You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you run, satty -f img1.jpg, it will work as expected. Now, if you run satty -f img2.jpg (maybe opening img1.jpg in multiple sattys would be undesirable, but I think any check that may possibly be implemented should be bypassable), nothing happens, except for waiting 1-2 seconds.
Requested behaviour
satty -f img1.jpg opens a Satty, satty -f img2.jpg opens a second Satty.
If img1.jpg is opened twice, either:
It opens a new Satty, no questions asked;
It gives an error in the terminal and says use some option to bypass it;
It asks what to do in the GUI (preferred). Of course, if the file is - (i.e. standard input), it should just open a new Satty with no questions asked.
The text was updated successfully, but these errors were encountered:
00-kat
changed the title
[Feature request] Start multiple instances of satty
[Feature Request] Start multiple instances of satty
May 12, 2024
Current behaviour
Currently, if you run,
satty -f img1.jpg
, it will work as expected. Now, if you runsatty -f img2.jpg
(maybe opening img1.jpg in multiple sattys would be undesirable, but I think any check that may possibly be implemented should be bypassable), nothing happens, except for waiting 1-2 seconds.Requested behaviour
satty -f img1.jpg
opens a Satty,satty -f img2.jpg
opens a second Satty.If
img1.jpg
is opened twice, either:-
(i.e. standard input), it should just open a new Satty with no questions asked.The text was updated successfully, but these errors were encountered: