jschx / uguush

Moved to GitLab
https://gitlab.com/jschx/uguush
MIT License
69 stars 16 forks source link

Possibly supporting other screenshotting utilities besides maim? #4

Closed woodruffw closed 9 years ago

woodruffw commented 9 years ago

Would you be interested in poomf.sh supporting other screenshotting utilities via a conditional check?

I didn't want to install maim, so I modified your script to work with my setup: https://github.com/woodruffw/dotfiles/blob/master/scripts/poomf.sh

If you'd like me to commit that sort of functionality, I'd be happy to.

Best, William

jschx commented 9 years ago

Thanks for asking. For now, download the newest version and replace the 'maim' function with your preferred screenshot program. It's a little inflexible, because the -s option just adds '-s' to maim, but I'll working on improving that. Perhaps I'll add fscreen and sscreen variables that will be executed by their respective options.

woodruffw commented 9 years ago

Alright.

Thanks for the quick reply!

jschx commented 9 years ago

Fixed, please edit fscreen and sscreen with the commands for your preferred screenshot utility!

woodruffw commented 9 years ago

Cool, thanks.