June 24, 2022

alfred workflow

Alfred

Got the powerpack courtesy of company license. It. Is. Life. Changing.

Features I love most:

  1. clipboard history
  2. Alfred workflows (automation)
  3. clipboard history

Creating my own workflow

  1. Jira workflow
  2. "jira" keyword
  3. conditional block
  4. if next query is "ps" -> open this link in chromoe
  5. else if next query is "abc" -> open this link in chrome
  6. else if next query matches digits (regex) -> open the jira card number in chrome
  7. else do -> open this link in chrome
  8. Epoch to Human Readable workflow
  9. "epox" keyword
  10. bash script date -r {query}
  11. output to large type

Lesson learnt

  • Use and import workflow created by others
  • Create your own to automate daily tasks or bothersome things you do everyday
Read More: