From 003a3737ac53de6410b79de7e0a610b82abe4a27 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:34:36 +0200 Subject: [PATCH] add commands --- migrations/000003_create_commands_table.up.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/000003_create_commands_table.up.sql b/migrations/000003_create_commands_table.up.sql index 4a11c54..5cc2b03 100644 --- a/migrations/000003_create_commands_table.up.sql +++ b/migrations/000003_create_commands_table.up.sql @@ -11,6 +11,8 @@ INSERT INTO commands (name,"text","category","level") VALUES ('eurkey','setxkbmap -layout eu','default',0), ('clueless','ch02 ch21 ch31','default',0), ('justinfan','64537','default',0), + ('kek','lmao','default',0), + ('lmao','kek','default',0), ('streamlink','https://haste.zneix.eu/udajirixep put this in ~/.config/streamlink/config on Linux (or %appdata%\streamlink\streamlinkrc on Windows)','default',0), ('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), ('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),