Jump to content

schoeps

Member
  • Posts

    53
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    schoeps got a reaction from katie in BibQuery: Search BibDesk from Alfred   
    I had problems with opening attachments on Yosemite. However, it could be easily fixed by replacing line 96 of "actions.py" by 
    _file = clean_file.replace('file://', '') Maybe this helps someone...
  2. Like
    schoeps got a reaction from grahams in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  3. Like
    schoeps got a reaction from marker in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  4. Like
    schoeps got a reaction from dfay in Search Bibdesk library   
    That is good news! Now, we know that spaces in file names seem to be the bad guys (I would never have found this issue because I use the bibkeys as filenames). I will have look to it! 
  5. Like
    schoeps got a reaction from Yoyontzin in Create Latex Formulae from Alfred (with LaTeXiT)   
    I have tried but latexit does not support Applescript natively. There are sme workaround but before I can copy the image I need to determine when the rendering is done and this does not work. It seems impossible. Sorry. 
  6. Like
    schoeps got a reaction from dfay in Search Bibdesk library   
    Dear Januz,
     
    I incorporated your ideas. Please get the new version (1.3) here:
     
    BibDesk_Search.alfredworkflow
     
    and let me know how it works. I have put the date info to the end of the subtitle string but I think that you can live with it. 
     
    Bye
    Sebastian
  7. Like
    schoeps got a reaction from surrealroad in Reminders   
    Same here, everything works with the latest version. Thanks.
  8. Like
    schoeps got a reaction from dfay in Search Bibdesk library   
    Sure, I have updated the workflow:  BibDesk_Search.alfredworkflow. I also fixed a bug that sometimes occured if the library contained a paper with only one author. Enjoy your papers!
  9. Like
    schoeps got a reaction from buzr in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  10. Like
    schoeps got a reaction from oliverwaters in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  11. Like
    schoeps got a reaction from oliverwaters in Workflow for VPN services   
    The VPN_Toggle workflow has been updated to include Alleyoop updates and it shows the current ip address. 
  12. Like
    schoeps got a reaction from DJay in Workflow for VPN services   
    The VPN_Toggle workflow has been updated to include Alleyoop updates and it shows the current ip address. 
  13. Like
    schoeps got a reaction from cLarnhof in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  14. Like
    schoeps reacted to isometry in Unix man page workflow   
    ...and another update to add the 'pman' keyword to render and open PDF man pages in your default PDF reader.
  15. Like
    schoeps reacted to isometry in windowmanager, ssh server list, toggle Alfred :ignore, SASS watch files, search by file kind   
    You've probably seen it already, but you might find my SSH workflow more powerful. It supports username override and smart-completes hostnames based on the contents of ~/.ssh/config, ~/.ssh/known_hosts, /etc/hosts and (optionally) Bonjour:
     
    Thread and direct download
  16. Like
    schoeps got a reaction from mdelegge in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  17. Like
    schoeps reacted to isometry in SSH with smart hostname autocompletion   
    This one has been at the top of my Alfred wishlist since I downloaded my first Alfred v0.whatever beta: a workflow to open an ssh session (using the default ssh: protocol handler) with "smart" hostname autocompletion (based on ~/.ssh/config, ~/.ssh/known_hosts, /etc/hosts, Bonjour or any file containing the names of hosts you need to connect to).
     
    Comments and suggestions welcome.
     
    Download v1.3 for Alfred 2
    Download v2.3 for Alfred 3
    Download v3.1 for Alfred 4
    Download v4.0 for Alfred 5
     
    Source and Issue Tracker on github
     
    Robin
     
    Updates
    2013-03-14 00:00, v0.4: rudimentary fuzzy matching, to pull entries from /etc/hosts as well as ~/.ssh/known_hosts, and to deal with usernames properly.
    2013-03-14 09:00, v0.5: smart host matching.
    2013-03-14 22:45, v0.6: ~/.ssh/config and Bonjour discovery (including full BTMM support), and improved error handling.
    2013-03-14 23:00, v0.61: explicitly removed 'broadcasthost' from the list of possible matches.
    2013-03-15 00:30, v0.7: match '.' as '.'
    2013-03-16 10:45, v0.8: refactored code and add tab autocompletion.
    2013-03-16 13:30, v0.9: oops - the last update broke the workflow if you didn't have pybonjour installed; fixed. Continued refactoring: now using nikipore's alfred-python module.
    2013-03-16 14:15, v0.10: further refactoring to break core functionality out into a dedicated module (enabling module compilation). Combined with caching of file parsing results this should deliver significantly enhanced performance (not that it was slow before).
    2013-03-16 23:00, v1.0: complete refactoring and move release to github. New feature: display the source(s) of each suggested completion. This ought to be the last update for a while.
    2013-03-16 08:40, v1.1: fixed breakage when either of ~/.ssh/config or ~/.ssh/known_hosts didn't exist.
    2016-06-02 21:00, v1.3: fixed path to Alfred cache (thanks @okapi!).
    2016-10-07 12:30, v2.0: The Alfred 3 Release (including removal of built-in sources and addition of custom sources)
    ...
    2022-12-30 16:30, v4.0: The Alfred 5 Release (including removal of Bonjour source and switch to User Configuration)
  18. Like
    schoeps got a reaction from DJay in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  19. Like
    schoeps got a reaction from isometry in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
  20. Like
    schoeps got a reaction from drking in Search Bibdesk library   
    Hey,
     
    many people here seem to be interested in searching (academic) publications, see e.g. jstor, pubmed. I have written a simple workflow that searches your local BibDesk library based on Spotlight. This makes finding your PDFs much easier
     
    Download here: BibDesk_Search.alfredworkflow or via alfpt. 
     
    Bye
    Sebastian
     
    Update 2013-03-25: Recent Version is 2.1 (see thread below)
  21. Like
    schoeps got a reaction from gessulat in Workflow for VPN services   
    Dear all, 
     
    I have written a worklflow that shows a list of all available VPN services and allows to connect or disconnect via Alfred:
     
    VPN_Toggle.alfredworkflow (Latest Version: 1.2 as of 2013-11-03)
     
    Enjoy, Sebastian
×
×
  • Create New...