Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiangweixian/ifu
some useful alfred workflows
https://github.com/jiangweixian/ifu
alfred alfred-cronjob alfred-date cron date dayjs emoji workflows
Last synced: about 1 month ago
JSON representation
some useful alfred workflows
- Host: GitHub
- URL: https://github.com/jiangweixian/ifu
- Owner: JiangWeixian
- Created: 2020-09-05T13:40:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T12:44:42.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:37:51.150Z (9 months ago)
- Topics: alfred, alfred-cronjob, alfred-date, cron, date, dayjs, emoji, workflows
- Language: JavaScript
- Homepage:
- Size: 20.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 𝙞𝙛𝙪
*Some useful alfred workflows*
![ifu](https://user-images.githubusercontent.com/6839576/147843066-35f0fd83-0f2e-431e-ae15-a117616fba88.png)
- [@ifu/new](https://github.com/JiangWeixian/ifu/tree/master/packages/new) - open website shortcuts
- [@ifu/popcron](https://github.com/JiangWeixian/ifu/tree/master/packages/popcron) - translate cron
- [@ifu/emoji](https://github.com/JiangWeixian/ifu/tree/master/packages/emoji) - fuzzy search emoji
- [@ifu/lunar](https://github.com/JiangWeixian/ifu/tree/master/packages/lunar) - display lunar date
- [@ifu/daydayup](https://github.com/JiangWeixian/ifu/tree/master/packages/daydayup) - display common date like `now-timestamp`## development
**alfy-test** not support `.mjs` now, you should patch `run-node.sh`
```diff
+ node "@"
- ESM_OPTIONS='{"await":true}' node --require esm "$@"
```- [alfy](https://github.com/sindresorhus/alfy)
- [Script Filter JSON Format](https://www.alfredapp.com/help/workflows/inputs/script-filter/json/)