Jump to content

dfay

Member
  • Posts

    1,055
  • Joined

  • Last visited

  • Days Won

    62

dfay last won the day on April 20

dfay had the most liked content!

Profile Information

  • Interests
    see also https://github.com/derickfay - assorted small projects related to Keynote, BibDesk, Alfred, Taskpaper & more
    http://dfay.fastmail.fm/et/ - using Editorial with TaskPaper files
    http://dfay.fastmail.fm/bibdesk/ - BibDesk scripts and templates
    and a blast from the past: http://dfay.fastmail.fm/wordperfect - WordPerfect on the Mac

Recent Profile Visitors

13,314 profile views

dfay's Achievements

Advanced Member

Advanced Member (5/5)

274

Reputation

  1. The Dropbox link works for me too. Tha date format is set in the file dates.py #!/usr/bin/env python3 import sys import nextday query = int(sys.argv[1]) sys.stdout.write(nextday.nextWeekday(query).strftime('%Y-%m-%d')) Here are the options for use with strftime : https://docs.python.org/3/library/datetime.html#format-codes
  2. Is it possible to make it persist and receive text from Alfred's clipboard history / snippet viewer? This may need to be a request to @Andrew .... thanks!
  3. This is cool -- but I can't get the rephrasing function to produce anything new. For example, if I run it on the line above, Alfred returns: ~~This is cool -- but I can"t get the rephrasing function to produce anything new. ~~ i.e. it deletes the text but offers nothing new. Also, in case this is an easy fix, it misses common English contractions like "isn't" -- if I type isnt' e.g., it returns isntree ... Overall though it's great!
  4. @deanishe do you have a version of this invaluable workflow that works with Python 3? ( I haven't looked inside yet to try to figure it out.... )
  5. Hi there @Vero - you graciously invited me to be featured on the blog years ago, and i said yes but never followed up -- but I'm still interested & willing! best Derick
  6. Sorry - I hadn't changed the repo to be public - it is now.
  7. HI I just updated it and posted it at https://github.com/derickfay/AlfredRPN this should work out of the box on Ventura. best Derick
  8. Hmm....i've never seen ]this before. Malwarebytes is flagging this:
  9. Hi I was able to download it but it won't run in Venture b/c of security issues. And I can''t find the source for the executable in your GitHub repo.
  10. In its most basic form, a workflow is just a .plist file - but I wouldn't want to edit raw XML.
  11. Can you post an .alfredworkflow file somewhere?
  12. Yes, it’s working for me. What are you seeing in the debugging console?
×
×
  • Create New...