aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/plumber-dmenu
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-11-08 21:21:49 -0500
committertdro <tdro@users.noreply.github.com>2021-11-08 21:22:54 -0500
commitc3848ec3aae5c24df4ecf6345a8d1065b666d7ed (patch)
treeba7a0781a60d6c3a11d689b45d304792eaf863ff /.local/bin/plumber-dmenu
parent3d1fcb6011f9c16ab65a7ce3f21de8e3c60653a9 (diff)
downloaddotfiles-c3848ec3aae5c24df4ecf6345a8d1065b666d7ed.tar.gz
dotfiles-c3848ec3aae5c24df4ecf6345a8d1065b666d7ed.tar.bz2
dotfiles-c3848ec3aae5c24df4ecf6345a8d1065b666d7ed.zip
.local/bin/plumber: Generate lorem text
Quick and dirty.
Diffstat (limited to '.local/bin/plumber-dmenu')
-rwxr-xr-x.local/bin/plumber-dmenu13
1 files changed, 8 insertions, 5 deletions
diff --git a/.local/bin/plumber-dmenu b/.local/bin/plumber-dmenu
index 850b76e..31e200d 100755
--- a/.local/bin/plumber-dmenu
+++ b/.local/bin/plumber-dmenu
@@ -1,11 +1,14 @@
#!/bin/sh -eu
-options="First letter of each word in sentence
-Single line of text
-Thesaurus
-KJV Verse Lookup
-Title Case
+options="\
+First Letter Word
+Single Line
Slug
+Title Case
Lower Case
+Lorem Title
+Lorem Paragraph
+Thesaurus
+KJV Verse Lookup
"
printf "%s" "$options" \
| dmenu -i -b -p Plumb \