mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-23 05:37:29 +00:00
hitolo: device check, sus alias, wikimore
This commit is contained in:
parent
c5f50ca811
commit
bedaa2601e
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue