diff options
author | 2022-07-16 14:56:43 +0100 | |
---|---|---|
committer | 2022-07-16 14:56:43 +0100 | |
commit | e36f9a509f8d72ee4a9a83f99b2d99e8af537198 (patch) | |
tree | f0751e17b32e04b6456953d3bb11d40a5e5acbe8 /media-gfx/gyazo/files | |
parent | remove old firestorm ebuilds (diff) | |
download | lmiphay-e36f9a509f8d72ee4a9a83f99b2d99e8af537198.tar.gz lmiphay-e36f9a509f8d72ee4a9a83f99b2d99e8af537198.tar.bz2 lmiphay-e36f9a509f8d72ee4a9a83f99b2d99e8af537198.zip |
gyazo: update ruby version; add doc and config file
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'media-gfx/gyazo/files')
-rw-r--r-- | media-gfx/gyazo/files/gyazo.config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/gyazo/files/gyazo.config.yml b/media-gfx/gyazo/files/gyazo.config.yml new file mode 100644 index 0000000..85ffaea --- /dev/null +++ b/media-gfx/gyazo/files/gyazo.config.yml @@ -0,0 +1,11 @@ +# +# copy this to $HOME/.gyazo.config.yml +# +#browser_cmd: xdg-open +#clipboard_cmd: xclip +#clipboard_opt: "-sel clip" +#host: upload.gyazo.com +#cgi: "/upload.cgi" +#ua: "Gyazo/1.3.1" +#http_port: 443 +#use_ssl: true |