Jump to content

oskamathis

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by oskamathis

  1. @vitor I found this topic. This is what I really wanted to do. Finally I wrote shell script as below, /usr/bin/sqlite3 ~/Library/Application\ Support/Alfred/Databases/clipboard.alfdb "DELETE FROM clipboard WHERE dataType = 0 ORDER BY ts DESC LIMIT 1;" original=$1 translated=$1 # any translation logic echo -n $original echo "" echo "" echo -n $translated and connected Run Script to Copy to Clipboard. I'm sorry to cause so much trouble. Thank for kindly letting me know many things.
  2. I'm sorry. I'll be careful from now on. I want to translate the selected item and save it with the original text to the clipboard history. Ideally, both the original text and the translated text are saved in one history. I often compare both, so I don't need history of only original text. I made example Workflow. Where should I upload it?
  3. @vitor Thank you for your reply. I made Workflow: only Hotkey Trigger (Argument: Selection in macOS), but Alfred save the selected item to the Clipboard History when I execute this WorkFlow. I don't want save the selected item to the Clipboard History. What should I do? Pardon my broken English.
  4. I want option whether save the selected item with a hotkey to Clipboard History.
×
×
  • Create New...