diff --git a/bin/aliases b/bin/aliases index d51ff79..5b8e655 100755 --- a/bin/aliases +++ b/bin/aliases @@ -48,6 +48,7 @@ a qb 'qutebrowser --target auto' a re 'systemctl reboot -i' a s 'sudo env "PATH=$PATH"' a se 's eopkg' +a sus 'systemctl suspend' a tar bsdtar a tcsv 'curl -sL http://torrents-csv.ml/service/search?q=$argv | jq ".[]|.name,.infohash,.seeders";:' a temp 'curl temp.sh -T' diff --git a/bin/hitolo b/bin/hitolo index c5de047..6bbced9 100755 --- a/bin/hitolo +++ b/bin/hitolo @@ -6,7 +6,7 @@ test -f /usr/share/man/man3/Parallel::ForkManager.3pm || sudo eopkg it perl-para if test $# -eq 0; then mkdir "$LOFI" fusermount -u "$LOFI" - ifuse --documents com.foobar2000.mobile "$LOFI" + ifuse --documents com.foobar2000.mobile "$LOFI" || exit 1 else LOFI=$1 fi @@ -18,7 +18,7 @@ if ! test -d "$LOFI"; then fi # https://github.com/smxi/acxi/raw/stable/acxi -acxi -s "$HIFI" -d "$LOFI" -o opus -q 256 --clean sync -F 16 -c mp3,m4a,opus +acxi -s "$HIFI" -d "$LOFI" -o opus -q 256 --clean sync -F 16 -c mp3,m4a,opus,ogg fusermount -u "$LOFI" rmdir "$LOFI" diff --git a/qutebrowser/redirects.py b/qutebrowser/redirects.py index 0e1a3a2..a6f5966 100644 --- a/qutebrowser/redirects.py +++ b/qutebrowser/redirects.py @@ -19,8 +19,6 @@ def rimgo(url: QUrl) -> bool: return farside(url, '/rimgo/') def scribe(url: QUrl) -> bool: return farside(url, '/scribe/') -def wikiless(url: QUrl) -> bool: - return farside(url, '/wikiless/') def invid(url: QUrl) -> bool: return farside(url, '/invidious/') def reddit(url: QUrl) -> bool: @@ -48,7 +46,6 @@ map = { "imgur.com" : rimgo, "medium.com" : scribe, - "en.wikipedia.org" : wikiless, "www.instagram.com": bibliogram, "translate.google.com" : simplytranslate, "vm.tiktok.com" : proxitok,