aboutsummaryrefslogtreecommitdiff
path: root/tools/menu/social
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/social
parent269e617fea39658233db38ad503030c4fe040e80 (diff)
downloaddotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.gz
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.tar.bz2
dotfiles-47a0a3f433f820fc78d180884f6ca376fba97b73.zip
Tidy up everything :)
Diffstat (limited to 'tools/menu/social')
-rwxr-xr-xtools/menu/social18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/menu/social b/tools/menu/social
new file mode 100755
index 0000000..dcff339
--- /dev/null
+++ b/tools/menu/social
@@ -0,0 +1,18 @@
+#!/bin/bash
+source ~/.colors
+
+~/.tools/ratmenu -label "social" \
+ -style dreary -fg "$COLOR11" -bg "$COLOR0" \
+ "anontwi" "urxvt -e bash -c 'anontwi -h && zsh'" \
+ "creepy" "urxvt -e bash -c 'creepy && zsh'" \
+ "fbid" "urxvt -e bash -c 'fbid && zsh'" \
+ "jigsaw" "urxvt -e bash -c 'jigsaw -h && zsh'" \
+ "phemail" "urxvt -e bash -c 'phemail -h && zsh'" \
+ "sees" "urxvt -e bash -c 'sees -h && zsh'" \
+ "seautomate" "urxvt -e bash -c 'seautomate && zsh'" \
+ "seproxy" "urxvt -e bash -c 'seproxy && zsh'" \
+ "setoolkit" "urxvt -e bash -c 'setoolkit && zsh'" \
+ "seupdate" "urxvt -e bash -c 'seupdate && zsh'" \
+ "websploit" "urxvt -e bash -c 'websploit && zsh'" \
+ "wifiphisher" "urxvt -e bash -c 'wifiphisher -h && zsh'" \
+