Skip to content

Commit

Permalink
✨ Added workflows details
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak committed Sep 29, 2022
1 parent c3803a7 commit 4ac4646
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 1 deletion.
Binary file added .github/converter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/emojidb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/flaticon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/icon8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/strings.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Yunus Emre Ak ~ YEmreAk.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
123 changes: 123 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# 🎓 My Alfred Workflows

- All workflows can be installed from release page
- Open toggle menus for see details

---

<details>
<summary><b>Converter Alfred</b> Convert FIAT and Crypto</summary>

- 💚 `cc 2 usdt try` to convert `2 USDT` to `TRY` value
- 🎉 Complex queries like `2 TRY PHP` is working now!
- 🔐 To use this workflow you need to check out "Get Your Free Api Key for FIAT" section
- ↩️ Press enter (⌅) to paste result

![5usdtryalfred](.github/converter.png)

> For more detail check out: https://github.com/yedhrab/YConverter
## 🔑 Get Your Free Api Key for FIAT

- Click the link: https://openexchangerates.org/signup/free
- Sign up
- Verify your email and use the key that send to your e-mail

## 👮‍♂️ Free Forex API Rate Limits

- Currency Pairs per Request: 2
- Number of Requests per Hour: 100
- Date Range in History: 8 Days
- Allowed Back in History: 1 Year(s)

## Crypto Convertion

- Crypto convertion uses **Binance** tickers
- There is no limit

## 🗄 Cache System

- All data is stored in `$HOME/yconverter.yml`
- All cached pair value are refreshed every **10 mins** for fiat, **1 min** for crypto

</details>


<details>
<summary><b>Icon8 Alfred</b> Download image with Pack and Downloads count and copy path of it from icon8 to clipboard</summary>

- Type `+` to end of the query to see more results.
- Search `query` on flaticon (for more specific settings, change shape or order_by in `main.py`)
- Creates `icon8` folder to `HOME` directory and store every query it's own folder
- Download all image results if it's not exists
- When result selected, copy image path to clipboard

![Examples](.github/icon8.png)

</details>

<details>
<summary><b>Flaticon Alfred</b> Download image with Pack and Downloads count and copy path of it from flat icon to clipboard</summary>

- Type `+` to end of the query to see more results.
- Search `query` on flaticon (for more specific settings, change shape or order_by in `main.py`)
- Creates `flaticon` folder to `HOME` directory and store every query it's own folder
- Download all image results if it's not exists
- When result selected, copy image path to clipboard

![Examples](.github/flaticon.gif)

</details>

<details>
<summary><b>EmojiDB Alfred</b> Search emojidb to find all relative emojis for {query}</summary>

- Search [emojidb](https://emojidb.org) to find all relative emojis for {query}
- Enter to copy clipboard, ⌘ enter to open in emojipedia

![Examples](.github/emojidb.png)

</details>

<details>
<summary><b>Strings Alfred</b> Manipulate any string or url</summary>

- Manipulate any string or url
- `str` for string operations
- `str_url` for url operations
- Auto update via `github` once for every week

![example.gif](.github/strings.gif)

</details>

<details>
<summary><b>Imgur alfred</b> Post to imgur and capture image link to clipboard</summary>

- Post to imgur and capture image link to clipboard
- Type `imgur` and paste path of file
- Alfred workflow version of [images-upload-cli](https://github.com/DeadNews/images-upload-cli)

![example](https://i.imgur.com/2cEqQUF.png)

</details>

---

## 🪪 License

```
Copyright 2022 Yunus Emre Ak ~ YEmreAk.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit 4ac4646

Please sign in to comment.