aboutsummaryrefslogtreecommitdiff
path: root/tools/menu/database
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-12 13:05:47 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-04-12 13:05:47 +0200
commit47a0a3f433f820fc78d180884f6ca376fba97b73 (patch)
tree587b80062ebdb947d26ca7a70e32b38b7d67ca45 /tools/menu/database
parent269e617fea39658233db38ad503030c4fe040e80 (diff)
downloaddotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.gz
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.bz2
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.zip
Tidy up everything :)
Diffstat (limited to 'tools/menu/database')
-rwxr-xr-xtools/menu/database12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/menu/database b/tools/menu/database
new file mode 100755
index 0000000..ccfc385
--- /dev/null
+++ b/tools/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'" \
+