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 #
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ D ~/Documents
|
||||
k ~/
|
||||
lc ~/linux-config
|
||||
lf /mnt/linux-files
|
||||
Lfp /mnt/linux-files/Pictures
|
||||
Lfv /mnt/linux-files/Videos
|
||||
me /run/media/kevin
|
||||
o /
|
||||
@@ -38,8 +39,9 @@ hbd ~/.habitctl
|
||||
ib ~/linux-config/dot_config/i3blocks/scripts
|
||||
ra ~/linux-config/dot_config/ranger
|
||||
rd ~/Documents/red-discord-bot
|
||||
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure
|
||||
rdt ~/coding/discord-bots
|
||||
rdp ~/coding/discord-bots/pinky/cogs
|
||||
rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
|
||||
sr ~/linux-config/scripts
|
||||
snp ~/.vim/plugged/vim-snippets/UltiSnips
|
||||
sw ~/.local/share/nvim/swap/
|
||||
@@ -56,7 +58,7 @@ lh ~/Documents/listening-history
|
||||
mmd ~/coding/move-mouse-with-head
|
||||
ms ~/coding/mf-site
|
||||
ml ~/coding/mf-site/content/letter
|
||||
mp ~/coding/mf-site/static/pdf
|
||||
# mp ~/coding/mf-site/static/pdf
|
||||
pn ~/coding/red-discord-bot
|
||||
sv ~/coding/spotify-lib-vis/src
|
||||
svg ~/coding/spotify-lib-vis/src/graphs/static/graphs/scripts
|
||||
@@ -67,7 +69,7 @@ wo ~/Documents/workout-logs
|
||||
|
||||
# gaming [[[ #
|
||||
|
||||
te ~/Documents/twitch-emotes
|
||||
te ~/Pictures/twitch-emotes
|
||||
|
||||
mt ~/.minetest
|
||||
mta ~/.minetest/clientmods/custom_aliases
|
||||
@@ -90,27 +92,24 @@ adP ~/Pictures/ada-mario
|
||||
|
||||
# ]]] cdn #
|
||||
|
||||
# gaming [[[ #
|
||||
|
||||
cm ~/Documents/codm
|
||||
cs ~/Documents/codm/site
|
||||
csi ~/Documents/codm/site/static/images
|
||||
Css ~/Pictures/screenshots/mobile/codm
|
||||
|
||||
fn ~/Documents/fortnite
|
||||
fns ~/Documents/fortnite/stats/api
|
||||
fnv /mnt/linux-files/Videos/personal-fortnite-games
|
||||
|
||||
# ]]] gaming #
|
||||
|
||||
# sch [[[ #
|
||||
|
||||
sc ~/school
|
||||
lt ~/school/latex-notes
|
||||
|
||||
# 324
|
||||
2 ~/school/324
|
||||
2a ~/school/324-a2
|
||||
2e ~/school/324/e/10
|
||||
2f ~/school/324/final
|
||||
2l ~/school/324/l/9
|
||||
2m ~/school/324/midterm
|
||||
|
||||
# 384
|
||||
8 ~/school/384
|
||||
8a ~/school/384/a4
|
||||
# 8t ~/school/latex-notes/384/a2
|
||||
ph ~/school/phl
|
||||
|
||||
# ]]] sch #
|
||||
|
||||
@@ -43,7 +43,7 @@ hh ~/.habitctl/habits
|
||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||
id ~/Documents/journal/todo/ideas.md
|
||||
ig ./.gitignore
|
||||
jn ~/Documents/journal/todo/9.md
|
||||
jn ~/Documents/journal/todo/2.md
|
||||
jt ~/Documents/journal/todo/todo.md
|
||||
lh ~/Documents/listening-history/polarbier.csv
|
||||
mc ~/coding/mf-site/assets/sass/main.scss
|
||||
@@ -51,6 +51,7 @@ mi ~/coding/mf-site/ideas.md
|
||||
ne ~/linux-config/configs/neofetch/config.conf
|
||||
re README.md
|
||||
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
||||
rdc ~/Documents/red-discord-bot/commands-freq.md
|
||||
td todo.md
|
||||
tg ~/.config/watson/tags_cache
|
||||
tt txt/todo.md
|
||||
@@ -82,8 +83,14 @@ wh ~/Documents/journal/todo/work-habit.md
|
||||
|
||||
# ]]] sch #
|
||||
|
||||
# gaming
|
||||
# gaming [[[ #
|
||||
|
||||
cmr ~/Documents/codm/discord-recruitment.md
|
||||
cra ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/data/default/attribs.json
|
||||
crm ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/data/default/monsters.json
|
||||
fn ~/Documents/fortnite/notes/fortnite-notes.md
|
||||
fv ~/Documents/fortnite/notes/vods.md
|
||||
mta ~/.minetest/clientmods/custom_aliases/init.lua
|
||||
pk ~/Downloads/pokecord/pokecord2.md
|
||||
|
||||
# ]]] gaming #
|
||||
|
||||
Reference in New Issue
Block a user