Jump to content

lipatovroman

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lipatovroman's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. Hello Stephen. Here is your code on run argv set thePhrase to item 1 of argv set tid to AppleScript's text item delimiters set AppleScript's text item delimiters to "-" set theWords to the words of thePhrase set AppleScript's text item delimiters to " " return theWords as string set AppleScript's text item delimiters to tid end run How to add also replacing for _ symbol? Thus, script will replace these symbols: - _
  2. YES!!! Thank you Stephen! After processing script adds new empty line...
  3. Ok, I replaced first block to hot key and enabled Automatically paste to frontmost app https://transfer.sh/Yh7bbG/Convert hyphenated phrase.alfredworkflow But it's not working for me. I highlighted the text, then pressed my hot key - and nothing happened. What I made wrong?
  4. I apologize, I expressed my thoughts incorrectly at the beginning of the thread. I need: 1. highlight the text 2. press hot key 3. get same text without hyphens (paste instead old text) I have a similar script, with changes symbols case. https://transfer.sh/G3dAzc/Case Converter 2.alfredworkflow I need the same behavior.
  5. Thank you Stephen. I'm a newbie. How to add hot key to this script? For example, I highlighted the text, then pressed cmd+alt+c and the phrase was replaced without the hyphens. Thanks.
  6. Hello! I need to remove hyphens from phrases by keyword. For example, we-have-this-phrase. I need to select it, press some keyword and get: we have this phrase. How to get this behavior? Thanks.
  7. Hello! Alfred not searching in Apple Notes. Native mac Spotlight makes it by default... And I can find settings about that (screenshot):
×
×
  • Create New...