Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipt/awpark
Alfred Workflow Store
https://github.com/sipt/awpark
Last synced: about 16 hours ago
JSON representation
Alfred Workflow Store
- Host: GitHub
- URL: https://github.com/sipt/awpark
- Owner: sipt
- License: mit
- Created: 2022-01-13T12:40:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T10:17:21.000Z (over 1 year ago)
- Last Synced: 2024-11-05T09:44:59.648Z (7 days ago)
- Language: Go
- Homepage:
- Size: 730 KB
- Stars: 61
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.en_US.md
- License: LICENSE
Awesome Lists containing this project
README
# AWPark
![](https://img.shields.io/badge/license-MIT-green) ![](https://img.shields.io/badge/platform-MacOS-purple) ![](https://img.shields.io/badge/language-Go-blue)
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](/static/workflows.json) file.Default keyword: `wf`
![workflows store](docs/alfred-workflow-store.png)
* 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](docs/alfred-workflow-kit.png)
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.