Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.39 KB

README.en_US.md

File metadata and controls

35 lines (25 loc) · 1.39 KB

icon AWPark

Dedicated to creating an Alfred Workflow Store that integrates commonly used tools for developers.

Alfred Workflow Store

The Alfred Workflow Store allows users to search for target workflows using keywords such as name, author, or tags, and install them with a single click. Currently, there are over 1,000 workflows available for download, all of which are included in the Workflows.json file.

Default keyword: wf

workflows store

  • Pressing [Enter]: initiates a background download, and upon completion, an Alfred prompt will appear to import the workflow. Click "Import" to complete the installation.
  • Pressing [Cmd + Enter]: opens the workflow's homepage.
  • Pressing [Cmd + C]: copies the workflow download link.

Develop Kit

Default keyword: kit

develop kit

Features:

  • Base64 Encode/Decode.
  • URL Encode/Decode.
  • MD5 Lower/Upper.
  • Show IP Address.
    • Local IP.
    • External IP.
  • Timestamp Getter/Formatter.
    • Timestamp Getter: Seconds / Millisecond.
    • Timestamp Formatter: Seconds s:1642700033 to 2022-01-21T01:33:53+08:00
  • UUID Generator.
  • JWT Decode.