Twitchy game script
This commit is contained in:
@@ -89,10 +89,10 @@ xcssh "bat ~/.ssh/id_rsa.pub | xclip -selection clipboard"
|
||||
# digital ocean
|
||||
ssd "mosh --ssh='ssh -p 399' kevin@165.22.239.234 tmux a"
|
||||
sdh "mosh --ssh='ssh -p 399' kevin@165.22.239.234 htop"
|
||||
sfd "sftp -P 399 kevin@165.22.239.234"
|
||||
sfd "sftp -rP 399 kevin@165.22.239.234"
|
||||
# phone
|
||||
ssp "mosh --ssh='ssh -p 8022' 192.168.0.14"
|
||||
sfp "sftp -P 8022 192.168.0.14"
|
||||
ssp "mosh --ssh='ssh -p 8022' 192.168.0.10"
|
||||
sfp "sftp -rP 8022 192.168.0.10"
|
||||
# test server sites
|
||||
# svp "firefox git.ataraxy.tk khkm.tk cal.khkm.tk pste.gq smol.gq twem.tk"
|
||||
# postgres ssh tunnel
|
||||
@@ -123,6 +123,7 @@ vdr "vidir --verbose"
|
||||
l "lsd -F --group-dirs first"
|
||||
la "lsd -AF --group-dirs first"
|
||||
ll "lsd -lF --group-dirs first --size short"
|
||||
llr "lsd -lF --group-dirs first --size short -tr"
|
||||
lla "lsd -AlF --group-dirs first --size short"
|
||||
{{ else }}
|
||||
l "ls"
|
||||
@@ -136,6 +137,7 @@ f "cd"
|
||||
fz "fzf -e"
|
||||
fbg "cd ~/Pictures/Backgrounds && ranger --selectfile (fzf -e --delimiter '/' --with-nth -1)"
|
||||
fnd "find . -type f -name"
|
||||
p "pwd"
|
||||
|
||||
rmr "rm -rf"
|
||||
rmd "rm ~/Downloads/*"
|
||||
@@ -161,7 +163,7 @@ s "systemctl suspend"
|
||||
x "exit"
|
||||
so "xset dpms force off"
|
||||
sd "tmux kill-server; systemctl poweroff"
|
||||
rbt "systemctl reboot"
|
||||
rb "tmux kill-server; systemctl reboot"
|
||||
lo "i3-msg exit"
|
||||
xm "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
X "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||
@@ -310,6 +312,7 @@ acs "task context sch && task"
|
||||
af "task proj:"
|
||||
afcm "task proj:codm"
|
||||
afcr "task proj:crim"
|
||||
afs "task proj:sch"
|
||||
apl "task completed"
|
||||
al "task limit:15"
|
||||
alg "task log"
|
||||
@@ -364,10 +367,12 @@ it "sxiv -t *"
|
||||
ki "kill -9"
|
||||
ka "killall"
|
||||
kd "killall Discord && killall Discord"
|
||||
kf "killall firefox"
|
||||
kr "killall electron"
|
||||
kt "killall thunderbird"
|
||||
lio "libreoffice"
|
||||
# mpv "mpv --volume=50"
|
||||
mp "mpv"
|
||||
mra "man ranger"
|
||||
# mt "minetest"
|
||||
n "nvim"
|
||||
@@ -392,14 +397,13 @@ stp "termdown"
|
||||
# sw "swex"
|
||||
t "tmux"#[[[
|
||||
ta "tmux a -t"
|
||||
ta2 "tmux a -t 324 || tmux new -s 324"
|
||||
ta22 "tmux a -t 324-2 || tmux new -s 324-2"
|
||||
ta8 "tmux a -t 384 || tmux new -s 384"
|
||||
ta82 "tmux a -t 384-2 || tmux new -s 384-2"
|
||||
tacf "tmux a -t config || tmux new -s config"
|
||||
tacm "tmux a -t codm || tmux new -s codm"
|
||||
tacr "tmux a -t crimson || tmux new -s crimson"
|
||||
taf "tmux a -t fortnite || tmux new -s fortnite"
|
||||
taj "tmux a -t journal || tmux new -s journal"
|
||||
tas "tmux a -t school || tmux new -s school"
|
||||
tas2 "tmux a -t school-2 || tmux new -s school-2"
|
||||
tal "tmux a"
|
||||
tc "clear && tmux clear-history"
|
||||
tk "tmux kill-session -t"
|
||||
@@ -408,6 +412,7 @@ tl "tmux ls"
|
||||
tn "tmux new -s"
|
||||
tnb "tmux new -s backup"
|
||||
#]]]
|
||||
tw "twitchy"
|
||||
usn "usernames --num 20"
|
||||
vmd "vimdiff"
|
||||
# wg "wego"
|
||||
@@ -423,7 +428,7 @@ trx "tar xvzf"
|
||||
|
||||
# pass [[[ #
|
||||
|
||||
p "pass"
|
||||
# p "pass"
|
||||
pc "pass -c"
|
||||
pe "pass edit"
|
||||
pi "pass insert -m"
|
||||
@@ -471,11 +476,12 @@ wl "watson log -Gcd"
|
||||
wla "watson log -Gcap"
|
||||
wlat "watson log -GcaT"
|
||||
ww "watson log -Gc"
|
||||
wwb "watson log -Gc | bat"
|
||||
wwa "watson log -Gc | bat"
|
||||
wr "watson report -Gcd"
|
||||
wra "watson report -Gcap"
|
||||
wram "watson report -Gca | rg -S '^\w.*-\s\d*h' | sort -t' ' -hk3 | sed 's/ - /,/' | xsv table"
|
||||
wrat "watson report -GcaT"
|
||||
wrm "watson report -GcmT"
|
||||
wrw "watson report -Gc"
|
||||
|
||||
# ]]] log/report #
|
||||
@@ -534,6 +540,8 @@ glfi "git lfs install"
|
||||
glfp "git lfs pull"
|
||||
glft "git lfs track *"
|
||||
|
||||
gm "git mv"
|
||||
|
||||
grm "git rm"
|
||||
grmf "git rm -f"
|
||||
grmc "git rm --cached"
|
||||
@@ -745,14 +753,14 @@ nst "cp ~/Documents/workout-logs/stretching.md /tmp && nvim /tmp/stretching.md"
|
||||
|
||||
# Red Discord bot
|
||||
rde "pyenv shell red-discord-bot-test"
|
||||
rb "redbot --dev --debug"
|
||||
rbd "redbot --dev --debug"
|
||||
|
||||
# ]]] coding projs #
|
||||
|
||||
# games [[[ #
|
||||
|
||||
wlm "watson log --all --project=minetest"
|
||||
wrm "watson report --all --project=minetest"
|
||||
# wrm "watson report --all --project=minetest"
|
||||
wamv "watson start minetest +video"
|
||||
|
||||
# minetest [[[ #
|
||||
@@ -770,7 +778,13 @@ mtsv "minetestserver --gameid minimal --worldname Test --terminal"
|
||||
tet "pandoc -f markdown -t html twitch-emote-conversion.md | xclip -selection clipboard"
|
||||
shrg "printf '¯\\\\\\\\\\_(ツ)_/¯' | xclip -selection clipboard"
|
||||
|
||||
dce "mono DiscordChatExporter.Cli.exe"
|
||||
dcec "mono DiscordChatExporter.Cli.exe"
|
||||
dcec "mono DiscordChatExporter.Cli.exe export -t $DISCORD_TOKEN -c"
|
||||
|
||||
ifm "sxiv ~/Documents/fortnite/maps/boat-campfire-slurp.png"
|
||||
twf "watch -n60 'twitchy-game Fortnite'"
|
||||
# mp "mpv --video-zoom=1.5"
|
||||
# ufn "source trn-api-key.fish && curl --request GET --url https://api.fortnitetracker.com/v1/profile/pc/Vole%20on%20Mobile --header 'trn-api-key: 584d8eca-30d9-4119-92d8-5067dd301118' --cookie __cfduid=d4f0daac7eee3687b481bd55dcf00f3581581900091 > stats.json"
|
||||
|
||||
# ]]] games #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user