diff --git a/migrations/000003_create_commands_table.up.sql b/migrations/000003_create_commands_table.up.sql index a375395..98cbdb9 100644 --- a/migrations/000003_create_commands_table.up.sql +++ b/migrations/000003_create_commands_table.up.sql @@ -8,13 +8,26 @@ CREATE TABLE IF NOT EXISTS commands ( ); INSERT INTO commands (name,"text","category","level","help") VALUES - ('repeat','xset r rate 175 50','default',0,'Command to set my keyboard repeat rate'), - ('xset','xset r rate 175 50','default',0,'Command to set my keyboard repeat rate'), + ('repeat','xset r rate 175 75','default',0,'Command to set my keyboard repeat rate'), + ('xset','xset r rate 175 75','default',0,'Command to set my keyboard repeat rate'), ('eurkey','setxkbmap -layout eu','default',0,'Command to enable the EURKey keyboard layout'), ('clueless','ch02 ch21 ch31','default',0,'Clueless'), ('justinfan','64537','default',0,'pajaDink :tf:'), ('kek','lmao','default',0,'kek'), ('lmao','kek','default',0,'lmao'), + ('dockerclean','docker system prune -a --volumes','default',0,'clean docker'), + ('dockerprune','docker system prune -a --volumes','default',0,'clean docker'), + ('dockerpurge','docker system prune -a --volumes','default',0,'clean docker'), + ('gazatu','https://i.imgur.com/IPRfiez.mp4','default',0,'gazatu'), + ('interject','https://i.nuuls.com/5Pe-u.wav','default',0,'ai doing the interject copy pasta'), + ('karl','🏹 Pepega foorsaan im a worms 2','default',0,'Pepega forsaaaan'), + ('kernelprogramming','https://i.nuuls.com/YqSRZ.wav','default',0,'ai doing the kernel programming pasta'), + ('noury','누리','default',0,'noury in korean'), + ('unixwizard','https://archive.org/details/unix-magic-poster-gary-overcare-1','default',0,'unixwizard poster'), + ('zneix','ᵃᵈ⁴³ oh frick ⁵²⁴ᵈ ⁸⁹ᵈˢ ⁷⁵⁴⁹ ᶠᵈ³⁴ ᶦᵒ⁶⁸ frick sorry guys ᶠ⁷⁸ᶠ ᵈ⁹⁸⁹ ᵍ⁸²³ ᵍ⁹⁰ˣ ⁹ᵍᶠᵖ sorry im dropping ⁸⁹⁸⁴ ⁰⁹⁰ᶠ my api keys all over the ⁵³²ᵈ place ⁸⁷ᶠᵈ ⁹⁸⁴ᶠ ⁰⁹¹ᵃ sorry zneixApu zneixLeak','default',0,'zneix leaking secrets'), + ('secretchat','inventory subs security about music irl bits partners','default',0,'zneix leaking secrets'), + ('recentmessages','https://rentry.co/tmsxc','default',0,'recent messages'), + ('gazatu2','The year is 2050, im getting ready for SmallCon, im taking a sip of my ZaTuDrink, sitting infront of the ZaTuArena, waiting for the annualy AoE championship. On the horizon i see the zeppelin of our great leader GaZaTu.','default',0,'gazatu'), ('streamlink','https://haste.zneix.eu/udajirixep put this in ~/.config/streamlink/config on Linux (or %appdata%\streamlink\streamlinkrc on Windows)','default',0,'Returns a optimized streamlink config for Twitch.'), ('gyazo','Gyazo is the worst screenshot uploader in human history. At best, it’s inconvenient, slow, and missing features: at worst, it’s a bandwidth-draining malware risk for everyone who views your images. There is absolutely no reason to use it unless you’re too lazy to spend 5 minutes installing another program.','pasta',250,'Dumb copy pasta about gyazo being garbage.'), ('arch','Your friend isnt wrong. Being on the actual latest up to date software, having a single unified community repository for out of repo software (AUR) instead of a bunch of scattered broken PPAs for extra software, not having so many hard dependencies that removing GNOME removes basic system utilities, broader customization support and other things is indeed, pretty nice.','pasta',250,'Copy pasta about arch having the superior package manager.'),