aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/menu/database
diff options
context:
space:
mode:
Diffstat (limited to 'config/ratpoison/menu/database')
-rwxr-xr-xconfig/ratpoison/menu/database12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/ratpoison/menu/database b/config/ratpoison/menu/database
new file mode 100755
index 0000000..ccfc385
--- /dev/null
+++ b/config/ratpoison/menu/database
@@ -0,0 +1,12 @@
+#!/bin/bash
+source ~/.colors
+
+~/.tools/ratmenu -label "database" \
+ -style dreary -fg "$COLOR11" -bg "$COLOR0" \
+ "sqlcheck" "urxvt -e bash -c 'sqlcheck -h && zsh'" \
+ "sqldata" "urxvt -e bash -c 'sqldata -h && zsh'" \
+ "getsids" "urxvt -e bash -c 'getsids && zsh'" \
+ "metacoretex" "urxvt -e bash -c 'metacoretex && zsh'" \
+ "mysql2sqlite" "urxvt -e bash -c 'mysql2sqlite -h && zsh'" \
+ "pgdbf" "urxvt -e bash -c 'pgdbf -h && zsh'" \
+