https://github.com/alswl/alfred-workflow-encode-decode
Encoding and decoding a string into multiple variations.
https://github.com/alswl/alfred-workflow-encode-decode
Last synced: over 1 year ago
JSON representation
Encoding and decoding a string into multiple variations.
- Host: GitHub
- URL: https://github.com/alswl/alfred-workflow-encode-decode
- Owner: alswl
- Created: 2023-06-18T08:21:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T04:47:17.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T19:35:14.194Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-workflow-encode-decode
alfred-workflow-encode-decode is a workflow for Alfred 3 / 4 / 5, which can encode/decode string.
It was inspired by [willfarrell/alfred-encode-decode-workflow: Encoding and decoding a string into multiple variations.](https://github.com/willfarrell/alfred-encode-decode-workflow/tree/master).
**Why another one**
Because `willfarrell/alfred-encode-decode-workflow` required `php@7`, and macOS removed php@7 now.
## Install
1. Open [Release](https://github.com/alswl/alfred-workflow-encode-decode/releases), and download the latest version.
2. Click to install.
3. Review the workflow to add custom Hotkeys.
## How to use
Trigger your Alfred, and input `encode` or `decode`, and input your string.
### Snapshots





## Development
Install dependencies:
```
pip install --target=. Alfred-PyWorkflow
rm -rf Alfred_PyWorkflow-*.dist-info
```
**package**:
```
make build package
```
## Related Projects
- [willfarrell/alfred-encode-decode-workflow: Encoding and decoding a string into multiple variations.](https://github.com/willfarrell/alfred-encode-decode-workflow)
- [alswl/shanbay-alfred2: 扇贝词典 alfred2/3/4 workflow, 支持查询和添加单词到自己词库。update:由于扇贝关闭开放 API,本项目已经不可正常工作。](https://github.com/alswl/shanbay-alfred2)
- [harrtho/alfred-pyworkflow: Full-featured library for writing Alfred 4 & 5 workflows](https://github.com/harrtho/alfred-pyworkflow)
## TODO
- [x] snapshots
- [x] version management