Jump to content

dzle_n

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by dzle_n

  1. 15 hours ago, vitor said:

    Thank you for the submission. A few short notes:

    Other than that, everything looks good.The second point is the most important. Once that’s updated we can proceed with adding.

    Thanks for your quick response!

    I updated the workspace with your comments

  2. Hey everyone,

     

    I am submitting Translate. Another workflow to translate words and sentences free, fast and without limitations (use Google Translate)

     

    I am the original author, source on Github: https://github.com/meshchaninov/alfred-translate-workflow

     

    Workflow Features:

    • You can translate from any languages to your target language (choose your language in configurations. Example: `en -> ru`)
    • You can do a reverse translation (the second language is selected in the configurations. Example: `ru -> en`)
    • No need any API keys
    • Copy the translation by pressing enter

     

    Submission Requirements:

    • It uses the new Workflow Configuration
    • It doesn't have auto-updates - as requested
    • It doesn't include any binaries or other libraries, use only python 3 standard library
    • All instructions are in Englisch
    • A large-enough icon is included

     

    I would appreciate any feedback, thanks 😄

    preview.png

    preview2.png

  3. Hello

    I am trying to create an application. And transfer the state from one block to another, and the data has been sent, but the script does not run. What could be the problem?

     

    Debug output:

    [23:56:06.497] youtrack time[Script Filter] Queuing argument '(null)'
    [23:56:07.198] youtrack time[Script Filter] Script with argv '(null)' finished
    [23:56:07.202] youtrack time[Script Filter] {"items": [{"uid": "DOD-7", "title": "DOD-7 \u0420\u0430\u0441\u043f\u043e\u0437\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0432 real-time", "arg": "DOD-7", "match": "DOD-7", "autocomplete": "DOD-7 1h", "subtitle": "track \"1h\"", "text": {"copy": "DOD-7", "largetype": "DOD-7"}, "valid": true}, {"uid": "DOD-6", "title": "DOD-6 \u041e\u0431\u0443\u0447\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043e\u0431\u0443\u0447\u0435\u043d\u043d\u0443\u044e yolo \u043d\u0430 \u041b\u042d\u041f", "arg": "DOD-6", "match": "DOD-6", "autocomplete": "DOD-6 1h", "subtitle": "track \"1h\"", "text": {"copy": "DOD-6", "largetype": "DOD-6"}, "valid": true}, {"uid": "DOD-4", "title": "DOD-4 \u041d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0440\u0430\u043c\u043e\u043a \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430", "arg": "DOD-4", "match": "DOD-4", "autocomplete": "DOD-4 1h", "subtitle": "track \"1h\"", "text": {"copy": "DOD-4", "largetype": "DOD-4"}, "valid": true}, {"uid": "DOD-8", "title": "DOD-8 \u041f\u043e\u0434\u0433\u0440\u0443\u0437\u043a\u0430 \u0432 TF Serving yolo", "arg": "DOD-8", "match": "DOD-8", "autocomplete": "DOD-8 1h", "subtitle": "track \"1h\"", "text": {"copy": "DOD-8", "largetype": "DOD-8"}, "valid": true}, {"uid": "NPE-1317", "title": "NPE-1317 Alerts 500", "arg": "NPE-1317", "match": "NPE-1317", "autocomplete": "NPE-1317 1h", "subtitle": "track \"1h\"", "text": {"copy": "NPE-1317", "largetype": "NPE-1317"}, "valid": true}, {"uid": "NPE-1059", "title": "NPE-1059 \u041f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b", "arg": "NPE-1059", "match": "NPE-1059", "autocomplete": "NPE-1059 1h", "subtitle": "track \"1h\"", "text": {"copy": "NPE-1059", "largetype": "NPE-1059"}, "valid": true}]}
    [23:56:08.574] youtrack time[Script Filter] Processing complete
    [23:56:08.575] youtrack time[Script Filter] Passing output 'DOD-6' to Run Script

     

    Script filter:

    /usr/bin/env python3 -O issues.py {var:token} {query}

     

    Run Script:

    echo "{query}"
    /usr/bin/env python3 -O track_time.py "{query}"

     

    Снимок экрана 2020-07-25 в 23.55.25.png

×
×
  • Create New...