Jump to content

jopemachine

Member
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jopemachine

  1. I remade my chrome-workflow built with awgo. Previous workflow (alfred-chrome-workflow)'s features are reimplemented by go language, some useful features added including tab searching, browser switching, profile switching. https://github.com/jopemachine/alfred-chromium-workflow I appreciate to awgo's author @deanishe I'd never have made it without this awesome library. Any idea or feedback would be appreciated
  2. I'm sorry for the late reply. Run `ch > conf` command, and press enter. And then the config file open, you can edit the browser to the Edge. You can refer the https://github.com/jopemachine/alfred-chrome-workflow#-search-options
  3. Will the overwriting issue still remain even if I compress the alfy workflow into alfredworkflow?
  4. Thanks for your advice. I will try to build workflow with other language like Go next time if possible.
  5. I made a simple workflow using Squoosh. I hope this helps to someone Any feedbacks are welcomed. https://github.com/jopemachine/alfred-squoosh
  6. I made a simple workflow for awesome-stars This enable you search starred github repositories through awesome-stars repositories. https://github.com/jopemachine/alfred-awesome-stars Related: https://github.com/maguowei/starred
  7. Transform selected text to markdown-table or apply markdown grammar! https://github.com/jopemachine/alfred-transform-markdown
  8. https://github.com/jopemachine/alfred-transform-quotemark Change all quotemarks to other quotemarks in your selected text easily,
  9. I've never noticed the value is totally wrong.. In 0.1.3, I changed the variable name to currency back again. And I specified possible variable names table in Github readme. Thanks for your comments again
  10. Thanks for pointing it out. I really appreciate it. I think I need to do a little more work about this.
  11. I changed the variable name to `countryCode` in alfred-nintendo-switch-price-compare@0.1.2
  12. EN is country code, and currency is the currency unit of the country, "EN" (which is dollar). It is used in url (API) of eshop-prices.com. Looking it again, I think maybe 'country' or 'country code' better fits as variable name more than currency.
  13. Search and display prices for Nintendo Switch games. You can search for the price of each country in the unit of money you want. https://github.com/jopemachine/alfred-nintendo-switch-price-compare You can change currency unit in below tab (Workflow Environment Variables)
  14. Sorry for my bad english, I meant that I didn't understand how can I use Universal Actions in result. `The action field is the value that is passed to Universal Actions when you use Show Actions on it (hit TAB by default) instead of arg. -> This became my question's answer, thank you for your answer
  15. Documentation said I can forward to scriptfilter's script 'Action' value like below. "action": { "text": ["one", "two", "three"], "url": "https://www.alfredapp.com", "file": "~/Desktop", "auto": "~/Pictures" } and I tried to forward above value to my scriptfilter. Then what is the result that I can expect from this?
  16. To be honest, I don't understand how I can use universal action in scriptfilter. I read below documents several times, https://www.alfredapp.com/help/workflows/inputs/script-filter/json/ https://www.alfredapp.com/help/features/universal-actions/ and I understand universal action is how powerful feature. but unfortunately, I don't get how can I use universal action in scriptfilter. I added 'action' to my script, nothing changed. By any chance, Is there a workflow example developed with 'action'? I'd appreciate it if anyone could help me understand this.
  17. In 0.2.6, I've made a little patch for other chrome kernel-based browsers to use this workflow. Any kind of feedback or feature request are welcomed
  18. 🌈 Features 📄 Search Chrome's Visit History `(chh)` 🔖 Search Chrome's Bookmark sorted by visit counts `(chb)` 📁 Search Chrome's Bookmark folder `(chf)` 🔎 Search Chrome's Download logs `(chd)` 📜 Search Chrome's Search query history `(chs)` 🎥 Search Chrome's Media (video) history `(chm)` 📒 Search and Copy Your Chrome's Autofill data `(cha)` 📝 You can change your search config details `(ch > conf)` You could check the workflow on the below page. https://github.com/jopemachine/alfred-chrome-workflow Any idea or feedback would be appreciated
  19. Hi, I just made simple workflow that fetch and show emails from multiple account. This workflow use imap, so if you would like to use it, you need to turn your account's imap setting on. I hope this helps someone. https://github.com/jopemachine/alfred-simple-email-fetcher
  20. https://github.com/jopemachine/alfred-deno-doc I made this workflow for myself. I'm posting this because by any chance there might be someone who needs it. 📌 Prerequisite * Node JS * Chrome 87.0.4280.88 🔨 How to install 1. Install package by npm $ npm install --global alfred-deno-doc 2. Run `deno > cache` and wait until notification shows up 📗 How to use deno { Argument } Argument: term to search By default, searches are done for api names only. To search the entire doc, attach `-c` after your search word.
  21. Thanks for sharing this. I hope that a new API for automation (including note open, exporting etc) will come out to enable this workflow again..
  22. It seems that Evernote 10 doesn't support AppleScript anymore. So, the search feature itself works,(because it use sdk) but the feature to open or caching notes does not work with Evernote 10. (and all functions that need to AppleScript is not working.) I need to think about if this is feasible to implement these features without going through Apple Script..
  23. Is there any good workflow that shows Google search history?
  24. Thanks for your feedback. The reason this workflow require read permission is as follows. This workflow search your note by your API key through Evernote SDK (js). (This is one different thing from this workflow. (current/old Evernote Workflow)) And in this process, you need to be issued your api key having reading all your note permission to search your note. If the issued Api key does not have permission to search the note, you will not be able to retrieve the note. This is done by OAuth 1.0 provided Evernote API. I can't collect any information about you without any communication process (server). And, the only server that this workflow uses is very simple OAuth server used once in the OAuth process. Below repository is the OAuth server's codes. https://github.com/jopemachine/alfred-evernote-workflow-backend You can see that it's a very simple server that's just showing the oauthtoken that you received to your browser. (It doesn't do anything more than that.) Please let me know if you need any further explanation or have some question.
×
×
  • Create New...