Skip to content

Commit

Permalink
add 'proud' command for inserting capitalized word (talonhub#1138)
Browse files Browse the repository at this point in the history
I have found this command very useful even though we already have
'title' command. Just, like how the 'word' command is useful in addition
to the 'say' command.
  • Loading branch information
jmegner authored Mar 19, 2023
1 parent b11b773 commit a5e2733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/text/text.talon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ phrase <user.text> over:
word <user.word>:
user.add_phrase_to_history(word)
insert(word)
proud <user.word>: user.insert_formatted(word, "CAPITALIZE_FIRST_WORD")
recent list: user.toggle_phrase_history()
recent close: user.phrase_history_hide()
recent repeat <number_small>:
Expand Down

0 comments on commit a5e2733

Please sign in to comment.