Jump to content

emamuna

Member
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    emamuna reacted to xilopaint in 17Track (a package tracking workflow)   
    Nothing relevant there.
     
    The code was catching the true error, so I made some changes to find the issue:
     
     
    This led me to search for the API information on 17Track website:
     
     
    Nothing we can do. The workflow is dead.
  2. Like
    emamuna got a reaction from deanishe in A simple Windows Switcher   
    Thank you danish both for your answer about v2 compatibility and for the great work you did with alfred-workflow.
    I'll use your (wonderful) python library for sure, as I did for every workflow I wrote (except this one ofc!)
    As regards the caching system, I don't know if I could use the built-in method in your library , because I want to cache just the process name with the ico-path related to that application.
  3. Like
    emamuna reacted to deanishe in A simple Windows Switcher   
    That's a no-go, I'm afraid. If you built the workflow with Alfred 3, it will not work in Alfred 2. It doesn't matter whether it uses 3-only features or not, unfortunately.
     
     
    If you do, there's my Python library, which has decent caching smarts built in (it's fundamentally designed around using cached data for speed while updating the cache in the background).
     
    It can also take care of other tedious crap like updating the workflow, and the fuzzy search would be a great fit for your workflow.
  4. Like
    emamuna got a reaction from 40-02 in A simple Windows Switcher   
    Windows switcher
     
    Description
    The workflow can be used to switch between the many windows in the current desktop.
    It's really easy to use, you can switch to a specific named window using the keyword swin <name of the process or name of the window>.
    Then a list with the following informations about the results will appear:
    Process Application name  
    When you open one result, by pressing Enter on it, the selected window should be opened.
    In real the workflow opens all the windows of the process, but it puts in foreground just the selected window.
    With the ⌥ modifier all the windows belonging to an other processes will be hidden.
    ----------------------------------------------
    State
    Author Emanuele Munafò
    Version 1.1
    Last release 02/08/2016
    Email ema.muna95@gmail.com
    Compatibility: Alfred v3 ( or higher)
                            Alfred 2 NOT supported. 
    ----------------------------------------------
    Changelog and update
    v1.1Now the results are filtered by both the name of the window and the name of the process. [02/08/2016] 
    Thanks to: Jean-Claude Jung
    First release [01/08/2016] ----------------------------------------------
    Screenshots


     
    ----------------------------------------------
    Download
    Click here to download from Packal
     
    ----------------------------------------------
    Bug
    You can contact me here or by email if there is something wrong with the workflow.
    I had never programmed with Applescript until now, so be kindly if the structure of the script is not so good.
    Known:
    All the windows of the process will be opened, not the best way. If a process has many windows in different desktop some issues can be revealed. ----------------------------------------------
    Todo
    Open just the selected window. Add caching system for icon path/appname (It should improve the performance of about 1 sec)
  5. Like
    emamuna got a reaction from juliosecco in A simple Windows Switcher   
    Windows switcher
     
    Description
    The workflow can be used to switch between the many windows in the current desktop.
    It's really easy to use, you can switch to a specific named window using the keyword swin <name of the process or name of the window>.
    Then a list with the following informations about the results will appear:
    Process Application name  
    When you open one result, by pressing Enter on it, the selected window should be opened.
    In real the workflow opens all the windows of the process, but it puts in foreground just the selected window.
    With the ⌥ modifier all the windows belonging to an other processes will be hidden.
    ----------------------------------------------
    State
    Author Emanuele Munafò
    Version 1.1
    Last release 02/08/2016
    Email ema.muna95@gmail.com
    Compatibility: Alfred v3 ( or higher)
                            Alfred 2 NOT supported. 
    ----------------------------------------------
    Changelog and update
    v1.1Now the results are filtered by both the name of the window and the name of the process. [02/08/2016] 
    Thanks to: Jean-Claude Jung
    First release [01/08/2016] ----------------------------------------------
    Screenshots


     
    ----------------------------------------------
    Download
    Click here to download from Packal
     
    ----------------------------------------------
    Bug
    You can contact me here or by email if there is something wrong with the workflow.
    I had never programmed with Applescript until now, so be kindly if the structure of the script is not so good.
    Known:
    All the windows of the process will be opened, not the best way. If a process has many windows in different desktop some issues can be revealed. ----------------------------------------------
    Todo
    Open just the selected window. Add caching system for icon path/appname (It should improve the performance of about 1 sec)
  6. Like
    emamuna got a reaction from xilopaint in 17Track (a package tracking workflow)   
    It was in the TODOs!
    I added the Bookmark list feature in the new version (v 1.1), let me know if you have a problem.
    In a short time I would add the auto-update feature. Stay tuned   !
    The workflow was already updated on Packal, where you can download the new version.
    Here a brief video to better explain the usage in 1 min.
    https://youtu.be/whXgJ7FuYo4
  7. Like
    emamuna got a reaction from xilopaint in 17Track (a package tracking workflow)   
    17Track (a package tracking workflow)
     
    Description
    The workflow can be used to search for a tracking code and check the progress of your deliveries.
    It's easy to use, you can search for a tracking code using the keyword track <code to search>.
    Then a list with the following informations about the results will appear:
    Delivery status Date [Location of the package] (Not always known) When you open one result, by pressing Enter on it, the google translation link will be opened.
    Note that the workflow tries to obtain the status in the language of the destination country, but this is not always possibile.
    With the ⌥ modifier the delivery status will be copied to clipboard.
    With the ⌘ modifier the tracking url will be copied to clipboard, so you can share it easily.
    You can also use the hotkey <⌘>+<⌥>+<T> to use the selected text as input.
    Look at the screenshots and the animated gif below.
     
    UPDATE v1.1
    In the new version you can easily save, load and delete tracking code from a Bookmark list (also called saved list in the Workflow).
    You can use these features with the following queries:
    track <tracking code>     The first entry is used to bookmark (save) a package. A name to associate will be asked. track load                         Show the list with the last information (last time you used a track command on that item) track del [keyword]         Show the bookmark list, press enter to delete an item. Brief video to show bookmark list handling:
    https://youtu.be/whXgJ7FuYo4
    ----------------------------------------------
    State
    Author Emanuele Munafò
    Version 1.1
    Last release 31/07/2016
    Email ema.muna95@gmail.com
    Compatibility: Alfred v3 ( or higher)
                            Alfred 2 was NOT tested (but for sure you can't use the selected text feature).
    ----------------------------------------------
    Changelog and update
    Added Bookmark list to track package easily. [31/07/2016] First release [30/07/2016] ----------------------------------------------
    Screenshots


     
    ----------------------------------------------
    Download
    Click here to download from Packet
     
    ----------------------------------------------
    Thanks:
    17track.net kamushadenes (https://github.com/kamushadenes/17tracker)
    Who did the dirty work. Deanishe (alfred-workflow) ----------------------------------------------
    Bug
    You can contact me here or by email if there is something wrong with the workflow.
    You cannot contact me asking to add more carriers because the workflow use the 17track.net service.
    Known:
    Slow for some tracking code (just the first time). Some times (during my test very rarely) it fails, but retrying it works. ----------------------------------------------
    Todo
    Saving tracking code and check for update daily with a user notify function. Improve algorithm, the first search can be very slowly. ----------------------------------------------
  8. Like
    emamuna got a reaction from nikivi in 17Track (a package tracking workflow)   
    17Track (a package tracking workflow)
     
    Description
    The workflow can be used to search for a tracking code and check the progress of your deliveries.
    It's easy to use, you can search for a tracking code using the keyword track <code to search>.
    Then a list with the following informations about the results will appear:
    Delivery status Date [Location of the package] (Not always known) When you open one result, by pressing Enter on it, the google translation link will be opened.
    Note that the workflow tries to obtain the status in the language of the destination country, but this is not always possibile.
    With the ⌥ modifier the delivery status will be copied to clipboard.
    With the ⌘ modifier the tracking url will be copied to clipboard, so you can share it easily.
    You can also use the hotkey <⌘>+<⌥>+<T> to use the selected text as input.
    Look at the screenshots and the animated gif below.
     
    UPDATE v1.1
    In the new version you can easily save, load and delete tracking code from a Bookmark list (also called saved list in the Workflow).
    You can use these features with the following queries:
    track <tracking code>     The first entry is used to bookmark (save) a package. A name to associate will be asked. track load                         Show the list with the last information (last time you used a track command on that item) track del [keyword]         Show the bookmark list, press enter to delete an item. Brief video to show bookmark list handling:
    https://youtu.be/whXgJ7FuYo4
    ----------------------------------------------
    State
    Author Emanuele Munafò
    Version 1.1
    Last release 31/07/2016
    Email ema.muna95@gmail.com
    Compatibility: Alfred v3 ( or higher)
                            Alfred 2 was NOT tested (but for sure you can't use the selected text feature).
    ----------------------------------------------
    Changelog and update
    Added Bookmark list to track package easily. [31/07/2016] First release [30/07/2016] ----------------------------------------------
    Screenshots


     
    ----------------------------------------------
    Download
    Click here to download from Packet
     
    ----------------------------------------------
    Thanks:
    17track.net kamushadenes (https://github.com/kamushadenes/17tracker)
    Who did the dirty work. Deanishe (alfred-workflow) ----------------------------------------------
    Bug
    You can contact me here or by email if there is something wrong with the workflow.
    You cannot contact me asking to add more carriers because the workflow use the 17track.net service.
    Known:
    Slow for some tracking code (just the first time). Some times (during my test very rarely) it fails, but retrying it works. ----------------------------------------------
    Todo
    Saving tracking code and check for update daily with a user notify function. Improve algorithm, the first search can be very slowly. ----------------------------------------------
  9. Like
    emamuna got a reaction from thanasut in KAT Search (search on kickass torrent)   
    http://www.packal.org/workflow/kat-search
     
    KAT Search
     
    Description
    The workflow can be used to search and download torrents from KickAss.
    It's easy to use, you can search a torrent using the keyword kat <query to search>.
    Then a list with the following informations about the results will appear:
    Number of seeders Number of leechers Total size of the torrent Number of files included in the torrent The extension of the file Informations 4 and 5 are not available after switching to the new mirror. Maybe they will add that functionality again.
     
    When you select one result, by pressing Enter on it, the magnet link will be used to open your default torrent client.
    Look at the screenshots and the animated gif below.
     
    Hot news
    As you know the founder of kat.cr was arrested in Poland, for more infos and eventually sign the petition click on the link below!
    Free Artem Vaulin - Sign Petition Now!
    The script is update to use a new domain. Download it from packal!
    ----------------------------------------------
    State
    Author Emanuele Munafò
    Version 1.3
    Last release 30/07/2016
    Email ema.muna95@gmail.com
    ----------------------------------------------
    Changelog and update
     
    Switched to the mirror kickass.cd because kat.am was closed. [30/07/2016] Switched to the mirror kat.am because kat.cr was closed. [26/07/2016] Added alt modifier to copy the magnet link to clipboard  ----------------------------------------------
    Screenshots
     

     

    ----------------------------------------------
    Download
    Click here to download from Packet
     
    ----------------------------------------------
    Thanks:
    Kat.cr Deanishe (alfred-workflow) ----------------------------------------------
    Bug
    You can contact me here or by email if there is something wrong with the workflow.
    ----------------------------------------------
    Additional note I decline any responsibility for copyright infringing material or any damage occurred by any files downloaded.
  10. Like
    emamuna got a reaction from thanasut in KAT Search (search on kickass torrent)   
    There is a real beautiful workflow for TPB:
    https://github.com/Sheraff/piratebay-alfred-workflow
    Far better than mine!
×
×
  • Create New...