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-dmenu19
1 files changed, 10 insertions, 9 deletions
diff --git a/.local/bin/plumber-dmenu b/.local/bin/plumber-dmenu
index 9779223..07e0488 100755
--- a/.local/bin/plumber-dmenu
+++ b/.local/bin/plumber-dmenu
@@ -1,14 +1,15 @@
#!/bin/sh -eu
options="\
-first letter word
-single line
-slug
-title case
-lower case
-lorem title
-lorem paragraph
-thesaurus
-kjv verse lookup
+text->camelize
+word->dictionary
+text->first-letter-words
+verse->kjv
+lorem->paragraph
+lorem->title
+case->lower
+text->single-line
+text->slugize
+case->title
"
printf "%s" "$options" \
| dmenu -i -b -p ⠀:::⠀plumber⠀::: \