-
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
Ask where to save files. #125
Comments
zenity can be used to solve the problem indirectly #!/usr/bin/fish
grim -g (slurp) - |swappy -f - -o (zenity --file-selection --confirm-overwrite --save) |
Maybe if you want to always be asked ... Wouldn't control + s = save according to pattern, control + shift + s = save with dialog box be a good solution? I too am loving it so far, thanks very much. |
yes. This is also the solution proposed in #133 along with a "save as" button next to the "Save" button. If you want to try it out/use it: git clone -b feat/save_as_image https://github.com/Maaxxs/swappy.git
cd swappy
meson setup build
ninja -C build Then you can either run it from the build directory with ./build/swappy --version
# or
./build/swappy -f /path/to/image or install it system wide with sudo ninja -C build install If you have problems or notice anything weird, let me know. |
+1 |
Type: Enhancement.
Loving the utility so far. Apologies if the feature exists already but I was not able to find any clue of how to activate it nor anything that refers to it.
Description: It would be great to have a save dialog once the Save button is pressed.
Motivation: Sometimes we need to store screenshots in different directories.
The text was updated successfully, but these errors were encountered: