aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/plumber-dmenu
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/plumber-dmenu')
-rwxr-xr-x.local/bin/plumber-dmenu20
1 files changed, 12 insertions, 8 deletions
diff --git a/.local/bin/plumber-dmenu b/.local/bin/plumber-dmenu
index 262d099..1ebbbca 100755
--- a/.local/bin/plumber-dmenu
+++ b/.local/bin/plumber-dmenu
@@ -1,16 +1,20 @@
#!/bin/sh -eu
options="\
-text->camelize
-text->date8601
-word->dictionary
-text->first-letter-words
-verse->kjv
+case->lower
+case->title
+case->titleize
+case->upper
lorem->paragraph
lorem->title
-case->lower
-text->single-line
+text->camelize
+text->date8601
+text->jumbleize
+text->letterize
+text->singleline
text->slugize
-case->title
+verse->kjv
+
+word->dictionary
"
printf "%s" "$options" \
| dmenu -i -b -p ⠀:::⠀plumber⠀::: \