Giter Site home page Giter Site logo

alfred-workflows's Introduction

Hi there 💖, follow me on Twitter @hzlzh & Weibo @hzlzh

alfred-workflows's People

Contributors

alexwang-16 avatar hzlzh avatar lscar avatar retifrav avatar sfdye avatar stephenmckinney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfred-workflows's Issues

[workflowsearcher] show more info about the workflows

i search a workflow by keyword. instead of just to see a short description i would like to find out more about the workflow

thats why i like to see more options:

  • open github repository (release page)
  • open author homepage
  • show screenshot
  • open thread at alfredforum (#5)

Bit.ly no longer working with API access token

Hi there,
I've used your workflow for many years. I had it set up (with API key) for Bit.ly.
Recently it stopped working. I get an API key error notification.

Error: MISSING_ARG_ACCESS_TOKEN

I thought perhaps Bit.ly started to implement a different access token system, so I logged into their site and generated a new API Access Token. But even with that updated in the Shorten script, I still get that error.

Any suggestions?

Thank you.

Unable to run task!

Mac 10.10.2
Alfred v2.5.1(308)

当输入 translate 后,键入任何字符就弹出此提示框,稍微 google 了下没找到有类似的案例。请问如何解决?

c2888b6e-cc27-4bb3-895f-e1e474525109

只有biy.ly

老兄,請問要怎麼只有使用bit.ly啊?

Hot Trigger without Enter Key

Hello,

I saw yoru demo for the hot trigger. In that case, I'm to choose the shortern API. Instead, is it possible to set a default one, say goog.gl and then when I type the shortcut trigger, then it automatically processes and paste the shorten url in the clipboard.

Can not query more than one word (无法查询多余一个词)

When I search workflows with a space after a word or between words, it will show "No responce(by the way, the word may be "response"), try again."

我用wf命令搜索workflow的时候,如果以空格结尾或者有空格在词中间,就会提示没有返回结果。另外,responce→response

Thanks for your amazing work.

How to make a quick trigger using Shorten-URL without copy/paste.

User Feedback: How to make a quick trigger using Shorten-URL without copy/paste?
Answer:
Step1: You can add a new workflow trigger with any keys.
Step2: choose the URL/String (or use command+A), and then press Command+option+shift+U, the workflow will be called and a short link is there then.

check those screenshots below:
choose-this
step1
step2

查询总是失败,提示 No response, try again,已排除网络问题

尝试了代理和非代理均无法成功
总是走到最后 result 的 count 为0

$results = $wf->results();
if ( count( $results ) == 0 ):
    $wf->result( 'alfredworkflow_500', 'Please make sure your internet works well.', 'No response, try again!', 'Please make sure your internet works well.', 'icon.png' );
endif;

Shorten URL for Google does not work

Shorten URL Google service seems to be broken. I have included the debugging information below.

Starting debug for 'Shorten URL'

[ERROR: alfred.workflow.action.script] Traceback (most recent call last):
  File "<string>", line 84, in <module>
  File "<string>", line 27, in getLink
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: Forbidden

Shorten URL doesn't work

Debug info:

Starting debug for 'Shorten URL'

[2018-11-14 15:22:10][ERROR: action.script] Traceback (most recent call last):
  File "<string>", line 78, in <module>
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Invalid \escape: line 1 column 161 (char 160)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.