Rarity sniper/300/301 aliases
scp videos from phone.
This commit is contained in:
@@ -10,7 +10,7 @@ d "cd ~/Downloads && printf '\033c'"
|
||||
e "echo \$"
|
||||
hst "history"
|
||||
# nft "printf '\033c' && neofetch | lolcat"
|
||||
nft "printf '\033c' && neofetch"
|
||||
nfth "printf '\033c' && neofetch"
|
||||
fi "fish"
|
||||
# reload urxvt
|
||||
ru "xrdb ~/.Xresources && grep wallpaper ~/.cache/wal/colors.sh | cut -d\' -f2 | xargs wal -i > /dev/null"
|
||||
@@ -33,6 +33,8 @@ whi "whereis"
|
||||
xr "xrandr"
|
||||
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
xra "xrandr --auto"
|
||||
xrs "xrandr --auto && xrandr --output HDMI-0 --right-of DVI-I-1"
|
||||
xrn "xrandr --output HDMI-0 --rotate normal && grep wallpaper ~/.cache/wal/colors.sh | cut -d\' -f2 | xargs wal -i > /dev/null"
|
||||
xrr "xrandr --output HDMI-0 --rotate right && grep wallpaper ~/.cache/wal/colors.sh | cut -d\' -f2 | xargs wal -i > /dev/null"
|
||||
{{ end }}
|
||||
@@ -89,7 +91,7 @@ nctr "sudo systemctl restart netctl-auto@wlp4s0.service"
|
||||
|
||||
# ssh [[[ #
|
||||
|
||||
ss "ssh"
|
||||
# ss "ssh"
|
||||
cpssh "ssh-copy-id -i ~/.ssh/id_rsa.pub"
|
||||
xcssh "bat ~/.ssh/id_rsa.pub | xclip -selection clipboard"
|
||||
# digital ocean
|
||||
@@ -97,11 +99,24 @@ 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"
|
||||
scd "scp -P 399 kevin@165.22.239.234"
|
||||
sfd "sftp -rP 399 kevin@165.22.239.234"
|
||||
# phone
|
||||
# phone [[[ #
|
||||
|
||||
ssp "mosh --ssh='ssh -p 8022' $PHONE_IP"
|
||||
scpp "scp -P 8022 $PHONE_IP:"
|
||||
sfp "sftp -rP 8022 $PHONE_IP"
|
||||
rsp "rsync --ignore-existing -Ptre 'ssh -p 8022' $PHONE_IP:"
|
||||
|
||||
# ]]] phone #
|
||||
|
||||
# pixel [[[ #
|
||||
|
||||
sspx "mosh --ssh='ssh -p 8022' $PIXEL_IP"
|
||||
scpx "scp -P 8022 $PIXEL_IP:"
|
||||
sfpx "sftp -rP 8022 $PIXEL_IP"
|
||||
rspx "rsync --ignore-existing -Ptre 'ssh -p 8022' $PIXEL_IP:"
|
||||
|
||||
# ]]] pixel #
|
||||
|
||||
# vultr
|
||||
ssa "mosh atxadmin@45.32.87.10"
|
||||
ssv "mosh kevin@45.32.87.10"
|
||||
@@ -156,7 +171,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"
|
||||
# p "pwd"
|
||||
|
||||
rmr "rm -rf"
|
||||
# rmd "rm ~/Downloads/*"
|
||||
@@ -174,6 +189,8 @@ chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||
# cd into backup folder and show backup sizes
|
||||
lbu "cd /run/media/kevin/backup-hd/{{ .chezmoi.hostname }}/tar && lsd -l"
|
||||
|
||||
uzl "unzip -l"
|
||||
|
||||
# ]]] directory-related #
|
||||
|
||||
# power options [[[ #
|
||||
@@ -268,13 +285,15 @@ apu "apt upgrade"
|
||||
|
||||
# python [[[ #
|
||||
|
||||
py "python"
|
||||
p "python"
|
||||
# py "python"
|
||||
py2 "python2"
|
||||
# pyt "printf '\033c' && pytest -vvs"
|
||||
pyt "clear && tmux clear-history && pytest -vvs"
|
||||
# pyt "clear && tmux clear-history && pytest -vvs"
|
||||
pyt "clear && tmux clear-history && pytest --cov"
|
||||
pyts "clear && tmux clear-history && pytest -vv"
|
||||
pyu "python -m unittest"
|
||||
pipi "pip install --user"
|
||||
pipi "pip install"
|
||||
spipi "sudo pip install"
|
||||
|
||||
# ]]] python #
|
||||
@@ -328,6 +347,7 @@ aay "task add proj:pey"
|
||||
ac "task context"
|
||||
acn "task context none && task"
|
||||
ach "task context home && task"
|
||||
acm "task context mny && task"
|
||||
aco "task context out && task"
|
||||
acp "task context pey && task"
|
||||
acnp "task context not-pey && task"
|
||||
@@ -375,10 +395,13 @@ cci "calcurse -i"
|
||||
ccs "calcurse-caldav"
|
||||
chr "google-chrome"
|
||||
cht "chatterino"
|
||||
clc "cloc ."
|
||||
# clc "cloc ."
|
||||
clc "cloc . --vcs=git"
|
||||
cv "cava"
|
||||
dg "dragon-drag-and-drop -x"
|
||||
fox "firefox"
|
||||
fx "firefox -P"
|
||||
fxd "firefox -P default"
|
||||
fxw "firefox -P work"
|
||||
fh "feh"
|
||||
fi "fish"
|
||||
gpd "gpg --decrypt"
|
||||
@@ -414,6 +437,7 @@ np "nvim --"
|
||||
ndu "ncdu"
|
||||
p3 "python3"
|
||||
pdft "pdftotext"
|
||||
pdu "pdfunite"
|
||||
pipes "pipes.sh -t 3"
|
||||
pcp "pycp"
|
||||
pmv "pymv"
|
||||
@@ -432,6 +456,7 @@ sn "sudo nvim"
|
||||
sqlb "sqlitebrowser"
|
||||
# ss "mosh"
|
||||
stp "termdown"
|
||||
h "termdown"
|
||||
# sw "swex"
|
||||
# t "tmux"#[[[
|
||||
# ta "tmux a -t"
|
||||
@@ -454,7 +479,8 @@ tnb "tmux new -s backup"
|
||||
#]]]
|
||||
usn "usernames --num 20"
|
||||
vmd "vimdiff"
|
||||
wc "wc -l"
|
||||
wcl "wc -l"
|
||||
wcw "wc -w"
|
||||
wch "weechat"
|
||||
# wg "wego"
|
||||
wg "curl wttr.in"
|
||||
@@ -536,10 +562,12 @@ wrw "watson report -Gc"
|
||||
|
||||
tt "timetrace"
|
||||
tta "timetrace start"
|
||||
tte "timetrace edit"
|
||||
ttaa "timetrace start a3@300"
|
||||
tte "timetrace edit record latest"
|
||||
ttc "timetrace create"
|
||||
ttp "timetrace create project"
|
||||
ttl "timetrace list records today"
|
||||
ttlp "timetrace list projects"
|
||||
ttlr "timetrace list records today"
|
||||
ttr "timetrace report"
|
||||
tts "timetrace stop"
|
||||
ttt "timetrace status"
|
||||
@@ -565,6 +593,7 @@ gbu "git branch --no-merged"
|
||||
gbm "git branch --merged"
|
||||
gbr "git branch -m"
|
||||
gbu "git branch --set-upstream-to="
|
||||
gbv "git branch -vv"
|
||||
|
||||
gsm "git submodule"
|
||||
gsma "git submodule add"
|
||||
@@ -650,8 +679,8 @@ gfo "git fetch orig"
|
||||
|
||||
gch "git checkout"
|
||||
gchn "git checkout -b"
|
||||
gchm "git checkout master"
|
||||
gchmn "git checkout main"
|
||||
gchm "git checkout main"
|
||||
gchms "git checkout master"
|
||||
gchnw "git checkout -b wip"
|
||||
gchw "git checkout wip"
|
||||
gchh "git checkout HEAD --"
|
||||
@@ -684,7 +713,7 @@ gsts "git stash show stash@\{0\} -p"
|
||||
gstcl "git stash clear"
|
||||
|
||||
gpl "git pull --rebase"
|
||||
gplo "git fetch orig && git pull --rebase . orig/main"
|
||||
gplo "git fetch origin && git pull --rebase . origin/main"
|
||||
grb "git rebase -i"
|
||||
grba "git rebase --abort"
|
||||
grbc "git rebase --continue"
|
||||
@@ -707,7 +736,8 @@ gps "git push"
|
||||
gpso "git push origin"
|
||||
gpsoh "git push -f origin HEAD:"
|
||||
gpsg "git push gitea"
|
||||
gpsd "git push origin --delete"
|
||||
gpsk "git push kevin"
|
||||
gpsdl "git push origin --delete"
|
||||
# gpsi "git config credential.helper store && git push"
|
||||
# gpsn "git push --set-upstream origin main"
|
||||
gpsn "eval (git push 2>&1 | tail -n 2)"
|
||||
@@ -723,11 +753,22 @@ gunc "git update-index --assume-unchanged"
|
||||
|
||||
# coding projs [[[ #
|
||||
|
||||
# pm "python main.py"
|
||||
pmn "python main.py"
|
||||
tld "tldr"
|
||||
# fsl "zathura --fork ~/coding/fastest-languages.pdf"
|
||||
fsl "bat ~/Documents/fastest-languages/fastest-languages.md"
|
||||
rgt "rg TODO"
|
||||
|
||||
# django [[[ #
|
||||
|
||||
# pmn "python manage.py"
|
||||
pm "python manage.py"
|
||||
pmk "python manage.py makemigrations"
|
||||
pmg "python manage.py migrate"
|
||||
|
||||
# ]]] django #
|
||||
|
||||
# make [[[ #
|
||||
|
||||
# ma "printf '\033c' && bear make"
|
||||
@@ -792,6 +833,7 @@ wr0 "watson report --all --project=309 --tag=phase2"
|
||||
# server [[[ #
|
||||
|
||||
no "node"
|
||||
noe "node --experimental-json-modules"
|
||||
ndm "nodemon"
|
||||
knd "killall node"
|
||||
mg "mongo"
|
||||
@@ -799,7 +841,7 @@ mg "mongo"
|
||||
0ht "cd ~/school/309-proj && python3 -m http.server"
|
||||
mgd "mongod --dbpath mongo-data"
|
||||
# nds "killall node && nodemon server.js"
|
||||
nds "nodemon server.js"
|
||||
# nds "nodemon server.js"
|
||||
|
||||
# ]]] server #
|
||||
|
||||
@@ -853,6 +895,39 @@ nst "cp ~/Documents/workout-logs/stretching.md /tmp && nvim /tmp/stretching.md"
|
||||
rde "pyenv shell red-discord-bot-test"
|
||||
rbd "redbot --dev --debug"
|
||||
|
||||
lo7 "libreoffice ~/Documents/expenses/2021.ods &"
|
||||
|
||||
nps "npm start"
|
||||
|
||||
# rarity surf [[[ #
|
||||
|
||||
# po "python ~/coding/rarity-sniper/opensea.py | tail -n30"
|
||||
# po "python ~/coding/rarity-sniper/opensea.py"
|
||||
# poa "python ~/coding/rarity-sniper/opensea.py"
|
||||
# pp "python scrape.py"
|
||||
# pr "python rarity.py"
|
||||
# pu "python ~/coding/rarity-sniper/opensea.py update"
|
||||
|
||||
po "python manage.py opensea"
|
||||
pr "python manage.py rarity"
|
||||
bz "python manage.py rarity -t Bitz -n"
|
||||
pmp "python manage.py makemigrations project"
|
||||
srs "source ~/.venv/rarity-sniper/bin/activate.fish"
|
||||
|
||||
yra "yarn add"
|
||||
yrb "yarn build"
|
||||
yrbs "yarn build && serve -s build"
|
||||
yrr "yarn remove"
|
||||
yrs "yarn start"
|
||||
sv "serve -s build"
|
||||
|
||||
ssrr "mosh root@161.35.107.30"
|
||||
ssr "mosh 161.35.107.30"
|
||||
|
||||
# ]]] rarity surf #
|
||||
|
||||
|
||||
|
||||
# ]]] coding projs #
|
||||
|
||||
# games [[[ #
|
||||
@@ -894,7 +969,7 @@ twf "watch -n300 'twitchy-game Fortnite'"
|
||||
# ]]] twitchy #
|
||||
|
||||
lob "lsd -F --group-dirs first 2020*.mkv"
|
||||
wo "watch -n60 'lsd -lF --group-dirs first --size short 2020*.mkv'"
|
||||
wob "watch -n60 'lsd -lF --group-dirs first --size short 2020*.mkv'"
|
||||
|
||||
fnp "t timeline FNProgress | sed -n '2p'"
|
||||
fnu "sxiv ~/Documents/fortnite/pics/maps/upgrade.png &"
|
||||
@@ -909,6 +984,14 @@ fnu "sxiv ~/Documents/fortnite/pics/maps/upgrade.png &"
|
||||
gpa "column -ts',' ~/Documents/gpa.md"
|
||||
ssc "mosh mokkar@teach.cs.utoronto.ca"
|
||||
|
||||
spc "source ~/.venv/price-calc/bin/activate.fish"
|
||||
scv "source ~/.venv/covid-monitor/bin/activate.fish"
|
||||
fr "flask run"
|
||||
pmd "python manage.py db"
|
||||
pmdm "python manage.py db migrate"
|
||||
pmdu "python manage.py db upgrade"
|
||||
# pt "pytest --cov"
|
||||
|
||||
# ]]] school #
|
||||
|
||||
# red-hat [[[ #
|
||||
@@ -916,15 +999,17 @@ ssc "mosh mokkar@teach.cs.utoronto.ca"
|
||||
vpu "nmcli con up id '1 - Red Hat Global VPN' --ask"
|
||||
vpd "nmcli con down id '1 - Red Hat Global VPN'"
|
||||
|
||||
loe "libreoffice ~/Documents/expenses/2021.ods &"
|
||||
loi "libreoffice ~/Documents/expenses/investments.ods &"
|
||||
|
||||
# laptop
|
||||
# gcfr "git config user.email 'kmok@redhat.com' && git config user.signingkey 10B001347552F396"
|
||||
gchk "git checkout KOGITO-"
|
||||
gchnk "git checkout -b KOGITO-"
|
||||
gch3 "git checkout KOGITO-1031-diff-3"
|
||||
|
||||
# ssh [[[ #
|
||||
|
||||
loe "libreoffice ~/Documents/expenses/2021.ods &"
|
||||
loi "libreoffice ~/Documents/expenses/investments.ods &"
|
||||
ssw "mosh $WORK_LAPTOP_IP tmux a"
|
||||
ssw2 "mosh $WORK_LAPTOP_IP -- tmux a -t nzxt-2"
|
||||
ssi "mosh $WORK_LAPTOP_IP -- tmux a -t weechat"
|
||||
@@ -940,7 +1025,7 @@ ghr "github-release"
|
||||
|
||||
o "kubectl"
|
||||
oa "kubectl apply -f"
|
||||
oc "kubectl create"
|
||||
ocr "kubectl create"
|
||||
ocf "kubectl create ns kogito; kubectl config set-context --current --namespace=kogito"
|
||||
oct "kubectx"
|
||||
od "kubectl describe"
|
||||
@@ -1002,13 +1087,14 @@ mvpr "mvn clean package -DskipTests && ./server-control.sh start"
|
||||
|
||||
# make [[[ #
|
||||
|
||||
mk "make -j8"
|
||||
mb4 "make -j8 before-pr"
|
||||
mk "make"
|
||||
mb4 "make before-pr"
|
||||
mbc "make build-cli && scp build/_output/bin/kogito $WORK_LAPTOP_IP:/home/kmok/go/bin"
|
||||
mc "make clean"
|
||||
mct "make clean test"
|
||||
mi "make install"
|
||||
ml "make lint"
|
||||
mr "make run"
|
||||
mt "make test"
|
||||
# mvet "make vet"
|
||||
# mvett "make vet test"
|
||||
@@ -1021,7 +1107,7 @@ mvtt "make vet test"
|
||||
|
||||
# minikube [[[ #
|
||||
|
||||
mb "minikube"
|
||||
# mb "minikube"
|
||||
mba "minikube start"
|
||||
mbd "minikube delete"
|
||||
mbs "minikube stop"
|
||||
@@ -1052,13 +1138,28 @@ dks "docker images"
|
||||
sb "ansible"
|
||||
sbp "ansible-playbook"
|
||||
|
||||
h "helm"
|
||||
# helm [[[ #
|
||||
|
||||
# h "helm"
|
||||
hd "helm delete"
|
||||
hi "helm install"
|
||||
him "helm install --set openshift=false"
|
||||
ht "helm template"
|
||||
hu "helm upgrade"
|
||||
|
||||
# ]]] helm #
|
||||
|
||||
# ]]] red-hat #
|
||||
|
||||
# tet "ticker (cat ~/Documents/expenses/etf.md) | xclip -selection clipboard"
|
||||
tet "ticker (xclip -o) | xclip -selection clipboard"
|
||||
|
||||
# vpn [[[ #
|
||||
|
||||
eip "curl ifconfig.me"
|
||||
fdb "firefox -P discord-"
|
||||
sip "curl ifconfig.me"
|
||||
vpc "nordvpn connect && curl ifconfig.me"
|
||||
vpd "nordvpn disconnect"
|
||||
|
||||
# ]]] vpn #
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: fdm=marker ft=sh.go-template syntax=sh
|
||||
# vim: fdm=marker ft=sh.go-template syntax=sh
|
||||
|
||||
# sys [[[ #
|
||||
|
||||
@@ -14,12 +14,15 @@ D ~/Documents
|
||||
k ~/
|
||||
lc ~/linux-config
|
||||
lf /mnt/linux-files
|
||||
lf2 /mnt/linux-files-2
|
||||
lfp /mnt/linux-files/Pictures
|
||||
lfv /mnt/linux-files/Videos
|
||||
lfv2 /mnt/linux-files-2/Videos
|
||||
lfy /mnt/linux-files/Videos/yt
|
||||
me /run/media/kevin
|
||||
o /
|
||||
pd ~/.password-store
|
||||
pfp ~/Pictures/profile-pics
|
||||
P ~/Pictures
|
||||
ssu ~/Pictures/screenshots/desktop/unsorted
|
||||
std ~/st
|
||||
@@ -28,7 +31,7 @@ tm ~/tmp
|
||||
|
||||
{{ if and (eq .chezmoi.username "root") (eq .linux_os "debian") }}
|
||||
ng /etc/nginx/sites-available
|
||||
sv /etc/systemd/system
|
||||
# sv /etc/systemd/system
|
||||
{{ end }}
|
||||
|
||||
# ]]] sys #
|
||||
@@ -52,6 +55,8 @@ rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
|
||||
sr ~/linux-config/scripts
|
||||
snp ~/.vim/plugged/vim-snippets/UltiSnips
|
||||
sw ~/.local/share/nvim/swap/
|
||||
ttd ~/.timetrace
|
||||
ttdr ~/.timetrace/records
|
||||
tx ~/linux-config/txt
|
||||
wd ~/.config/watson
|
||||
|
||||
@@ -70,6 +75,10 @@ msl ~/coding/mf-site/content/letter
|
||||
# mp ~/coding/mf-site/static/pdf
|
||||
pk ~/Documents/journal/packing-lists
|
||||
pn ~/coding/red-discord-bot
|
||||
rs ~/coding/rarity-surf/backend/rarity_check/project
|
||||
rsf ~/coding/rarity-surf/frontend
|
||||
rsc ~/coding/rarity-surf/backend/rarity_check/project/management/commands
|
||||
rsm ~/coding/rarity-surf/backend/rarity_check/project/migrations
|
||||
sv ~/coding/spotify-lib-vis/src
|
||||
svg ~/coding/spotify-lib-vis/src/graphs/static/graphs/scripts
|
||||
swd ~/coding/swex
|
||||
@@ -100,11 +109,13 @@ ads ~/coding/ada-mario/scripts
|
||||
adP ~/Pictures/ada-mario
|
||||
{{ end }}
|
||||
|
||||
|
||||
# ]]] cdn #
|
||||
|
||||
# gaming [[[ #
|
||||
|
||||
lfo /mnt/linux-files/Videos/obs
|
||||
lfo2 /mnt/linux-files-2/Videos/obs
|
||||
pxv /mnt/linux-files/Videos/pixel
|
||||
|
||||
# codm [[[ #
|
||||
@@ -132,10 +143,13 @@ tcd /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader
|
||||
pgv /mnt/linux-files/Videos/pokemon-go
|
||||
tr ~/.local/share/Terraria
|
||||
|
||||
dc ~/Documents/chat/discord
|
||||
twt ~/Documents/twitter
|
||||
|
||||
sdv ~/Documents/stardew-valley-aha
|
||||
|
||||
wo ~/Documents/workout-logs/3
|
||||
|
||||
# ]]] gaming #
|
||||
|
||||
# sch [[[ #
|
||||
@@ -143,15 +157,48 @@ sdv ~/Documents/stardew-valley-aha
|
||||
sc ~/school
|
||||
lt ~/school/latex-notes
|
||||
|
||||
lb ~/coding/linux-basics
|
||||
xy ~/Documents/ataraxy-venture
|
||||
xd ~/Documents/ataraxy-venture/discord
|
||||
0 ~/school/300
|
||||
0a ~/school/latex-notes/300/a4
|
||||
0d ~/school/300/diversity
|
||||
0e ~/school/300/exam
|
||||
0p ~/school/300/pdf
|
||||
0n ~/school/300/notes
|
||||
|
||||
# 301 [[[ #
|
||||
|
||||
1 ~/school/301
|
||||
1a ~/school/301/a2
|
||||
1af ~/school/301/a1/price-calc/src
|
||||
# 1ab ~/school/301/a1/backend
|
||||
1ab ~/school/301/todo-app-medium-demo/flask_app
|
||||
1as ~/school/301/a2/scripts
|
||||
1apr ~/coding/pull-requests/301/a1
|
||||
1d ~/school/301/korotu/deliverables/deliverable-2/minter/src
|
||||
1d3 ~/school/301/korotu/deliverables/deliverable-3
|
||||
1dc ~/school/301/korotu/deliverables/deliverable-2/nft-contract
|
||||
1k ~/school/301/korotu
|
||||
1kd ~/school/301/korotu/deliverables/deliverable-1
|
||||
1pr ~/coding/pull-requests/301/d3
|
||||
|
||||
# ]]] 301 #
|
||||
|
||||
# solidity [[[ #
|
||||
|
||||
sl ~/coding/solidity
|
||||
shd ~/coding/solidity/dotenv
|
||||
shw ~/coding/solidity/hello-world
|
||||
shws ~/coding/solidity/hello-world-part-four-tutorial/starter-files/src
|
||||
snf ~/coding/solidity/nft
|
||||
snm ~/coding/solidity/nft-minter-tutorial/minter-starter-files/src
|
||||
|
||||
# ]]] solidity #
|
||||
|
||||
# ]]] sch #
|
||||
|
||||
# pey [[[ #
|
||||
|
||||
atx ~/Documents/ataraxy-venture
|
||||
em ~/Documents/emails
|
||||
li ~/Documents/linkedin
|
||||
lic ~/Documents/linkedin/msgs
|
||||
rh ~/Documents/red-hat
|
||||
@@ -173,7 +220,8 @@ kex ~/coding/kogito/kogito-examples
|
||||
keh ~/coding/kogito/kogito-examples/process-scripts-quarkus/target
|
||||
kep ~/coding/kogito/kogito-examples/process-postgresql-persistence-quarkus
|
||||
kfl ~/coding/kogito/kogito-apps
|
||||
kh ~/coding/kogito/kogito-helm-chart
|
||||
kh ~/coding/kogito/kogito-helm-charts
|
||||
kho ~/coding/kogito/kogito-helm-chart-old
|
||||
ki ~/coding/kogito/kogito-images
|
||||
kj ~/coding/kogito/jenkins-test
|
||||
kjb ~/coding/kogito/jenkins-test-bot
|
||||
@@ -199,6 +247,7 @@ kot ~/coding/kogito/optaplanner
|
||||
kp ~/coding/kogito/kogito-pipelines
|
||||
kp2 ~/coding/kogito/kogito-pipelines-2
|
||||
kpr ~/coding/pull-requests/red-hat
|
||||
kprh ~/coding/pull-requests/red-hat/helm
|
||||
kr ~/coding/kogito/kogito-runtimes
|
||||
krj ~/coding/kogito/kogito-runtimes/jenkins-spock-tests
|
||||
ky ~/coding/kogito/kogito-kmok-yamls
|
||||
@@ -214,3 +263,6 @@ dv ~/coding/devops-sre-knowledge
|
||||
nxo ~/coding/kogito/nexus-operator
|
||||
|
||||
# ]]] pey #
|
||||
|
||||
mb ~/coding/mint-bot
|
||||
nft ~/Documents/nft
|
||||
|
||||
@@ -45,7 +45,7 @@ hh ~/.habitctl/habits
|
||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||
id ~/Documents/journal/todo/ideas.md
|
||||
ig ./.gitignore
|
||||
jt ~/Documents/journal/todo/21/8.md
|
||||
jt ~/Documents/journal/todo/22/2.md
|
||||
k ~/linux-config/dot_config/kitty/kitty.conf
|
||||
lh ~/Documents/listening-history/polarbier.csv
|
||||
mc ~/coding/mf-site/assets/sass/main.scss
|
||||
@@ -73,6 +73,7 @@ lb ~/coding/linux-basics/linux-basics.md
|
||||
|
||||
# gaming [[[ #
|
||||
|
||||
bn ~/Documents/discord-burners/burners.md
|
||||
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
|
||||
@@ -80,6 +81,7 @@ fn ~/Documents/fortnite/notes/fortnite-notes.md
|
||||
fp ~/Documents/fortnite/notes/post.md
|
||||
fv ~/Documents/fortnite/notes/vods.md
|
||||
mta ~/.minetest/clientmods/custom_aliases/init.lua
|
||||
nb ~/Documents/chat/discord/pistol.md
|
||||
pk ~/Downloads/pokecord/pokecord2.md
|
||||
tc /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader/clips.txt
|
||||
tdb ~/Documents/journal/todo/b.md
|
||||
@@ -101,3 +103,6 @@ rm ~/Documents/red-hat/meeting.md
|
||||
rt ~/Documents/red-hat/todo.md
|
||||
|
||||
# ]]] pey #
|
||||
|
||||
nf ~/Documents/twitter/nft.md
|
||||
ds ~/Documents/nft/deep-sea-research.md
|
||||
|
||||
Reference in New Issue
Block a user