I hereby claim:
-
I am aunetx on github.
-
I am aunetx (https://keybase.io/aunetx) on keybase.
-
I have a public key ASCyb4n9NDQOpkzicYgLVuLER8rAXalAtpoicqSi6r5HTQo
I hereby claim:
I am aunetx on github.
I am aunetx (https://keybase.io/aunetx) on keybase.
I have a public key ASCyb4n9NDQOpkzicYgLVuLER8rAXalAtpoicqSi6r5HTQo
| # placed in ~/.local/share/nautilus-python/extensions/open-kitty.py | |
| # you will need the package nautilus-python on fedora, or python-nautilus on ubuntu... | |
| # french version | |
| # translate and enjoy | |
| import os | |
| try: | |
| from urllib import unquote | |
| except ImportError: | |
| from urllib.parse import unquote |
| # placed in /usr/share/nautilus-python/extensions/open-mt.py | |
| # french version | |
| # translate and enjoy | |
| import subprocess | |
| try: | |
| from urllib import unquote | |
| except ImportError: | |
| from urllib.parse import unquote | |
| import gi |
| #!/bin/bash | |
| set -e | |
| PDF_DIR="$HOME/Documents/books/berserk" | |
| [ $# == 1 ] || (echo "expected one argument, the URL of the manga's volume. | |
| example: 'https://wakascan.com/manga/berserk/vol-05/'" && exit 1) | |
| DIR=$(dirname "$0") |