This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# -r: return raw so ew can pipe it to satty | |
# -s: accept capture immediately; so we use satty instead of flameshot for the UI | |
flatpak run org.flameshot.Flameshot gui -r -s | satty \ | |
--early-exit \ | |
--copy-command=wl-copy \ | |
--filename - \ | |
--output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Medžuviki transliterator | |
* Converts visible content into Latin or Cyrillic | |
* | |
* Borrows from: https://www.mediawiki.org/wiki/MediaWiki:Gadget-Numerakri.js | |
* @license <https://opensource.org/licenses/MIT> | |
*/ | |
(function () { | |
// MediaWiki config options | |
var config = mw.config.get( [ |