You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get in-line suggestions from [Etherscan](https://etherscan.io)search results via the **Search Keyword**(default: `eth`). Press <kbd>↩</kbd> to open the contract's page with your default web browser — both the contract's name and its address are valid inputs.
5
+
Get in-line suggestions from [Etherscan](https://etherscan.io) via the **Keywords**`eth` (to open in Etherscan) and `deth` (to open the contract's source code on [DethCode](https://etherscan.deth.net)). Press <kbd>↩</kbd> to proceed — both the contract's name and its address are valid inputs.
@@ -13,22 +16,22 @@ Get in-line suggestions from [Etherscan](https://etherscan.io) search results vi
13
16
3. Double-click the file to install it in Alfred.
14
17
4. Alfred will prompt you to add the workflow to your collection.
15
18
16
-
That's it! Once the workflow is installed, you can use it by typing in the **Search Keyword** (default: `eth`) followed by a project's name or its address in Alfred.
19
+
Once installed, use `eth` to open results in Etherscan and `deth` to view a contract's source code on DethCode. Type in a project's name or its address after the keyword in Alfred.
17
20
18
-
## Updating the Search Keyword
21
+
## Updating the Search Keywords
19
22
20
23
1. Go to **Alfred Preferences**.
21
24
2. Open the **Workflows** tab.
22
-
3. Select **Etherscan Suggest**.
23
-
4. Click **Configure Workflow...** to set the Search Keyword.
25
+
3. Select **Etherscan Suggest (with DethCode)**.
26
+
4. Click **Configure Workflow...** to set or modify the **Keywords**.
24
27
25
28
## Credits
26
29
27
30
This workflow is inspired by the [Google Suggest](https://alfred.app/workflows/alfredapp/google-suggest/) workflow created by Vítor Galvão.
28
31
29
32
"This workflow was adapted with the help of ChatGPT, a large language model trained by OpenAI. ChatGPT provided guidance and support during the development process."
30
33
31
-
If you liked this workflow, try out my other one: [You.com Suggest](https://github.com/zarifpour/alfred-you-suggest/tree/main).
34
+
If you enjoyed this workflow, explore my other one: [You.com Suggest](https://github.com/zarifpour/alfred-you-suggest/).
Get in-line suggestions from [Etherscan](https://etherscan.io) search results via the **Search Keyword** (default: `eth`). Press <kbd>↩</kbd> to open the contract's page with your default web browser — both the contract's name and its address are valid inputs.
320
+
Get in-line suggestions from [Etherscan](https://etherscan.io) via the **Keywords** `eth` (to open in Etherscan) and `deth` (to open the contract's source code on [DethCode](https://etherscan.deth.net)). Press <kbd>↩</kbd> to proceed — both the contract's name and its address are valid inputs.
4. Click **Configure Workflow...** to set the Search Keyword.
330
+
3. Select **Etherscan Suggest (with DethCode)**.
331
+
4. Click **Configure Workflow...** to set or modify the **Keywords**.
183
332
184
333
## Credits
185
334
186
335
This workflow is inspired by the [Google Suggest](https://alfred.app/workflows/alfredapp/google-suggest/) workflow created by Vítor Galvão.
187
336
188
337
"This workflow was adapted with the help of ChatGPT, a large language model trained by OpenAI. ChatGPT provided guidance and support during the development process."
189
338
190
-
If you liked this workflow, try out my other one: [You.com Suggest](https://github.com/zarifpour/alfred-you-suggest/tree/main).
339
+
If you enjoyed this workflow, explore my other one: [You.com Suggest](https://github.com/zarifpour/alfred-you-suggest/tree/main).
191
340
192
341
---
193
342
194
343
Adapted with ❤️ by [Daniel Zarifpour](https://links.dev/z).</string>
195
344
<key>uidata</key>
196
345
<dict>
346
+
<key>51C6A401-41A1-461F-9C42-C904FA75DC36</key>
347
+
<dict>
348
+
<key>xpos</key>
349
+
<real>310</real>
350
+
<key>ypos</key>
351
+
<real>375</real>
352
+
</dict>
197
353
<key>882A5947-06A0-49ED-8443-D55F88AEF74A</key>
198
354
<dict>
199
355
<key>xpos</key>
@@ -208,6 +364,13 @@ Adapted with ❤️ by [Daniel Zarifpour](https://links.dev/z).</string>
208
364
<key>ypos</key>
209
365
<real>230</real>
210
366
</dict>
367
+
<key>BBFB364B-0164-4127-823F-FB71BB608C05</key>
368
+
<dict>
369
+
<key>xpos</key>
370
+
<real>125</real>
371
+
<key>ypos</key>
372
+
<real>375</real>
373
+
</dict>
211
374
</dict>
212
375
<key>userconfigurationconfig</key>
213
376
<array>
@@ -226,17 +389,36 @@ Adapted with ❤️ by [Daniel Zarifpour](https://links.dev/z).</string>
226
389
<key>description</key>
227
390
<string>Key to start Etherscan suggestions</string>
0 commit comments