Jump to content

iGyver

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    iGyver reacted to dfay in Date Snippets - insert upcoming days (next Monday etc.) - updated for 12.3   
    Dynamic snippets to insert the date corresponding to the upcoming day.
     
    d.nm - next Monday
    d.nt - next Tuesday
    d.nw - next Wednesday
    d.nr - next Thursday
    d.nf - next Friday
    d.ns - next Saturday
     
    So given today's date 2018-07-30, the snippets in sequence produce
    2018-08-06
    2018-07-31
    2018-08-01
    2018-08-02
    2018-08-03
    2018-08-04
     
    d.m+ - first day of next month
    2020-02-01
     
    And dt.n to add the next business day in prose, e.g. Tuesday, June 4, 2019
     
    Download
     
    v. 1.2 
    - added first day of next month
    - added external triggers for M of next week and 1st of next month
    - updated so snippets will paste in Alfred (using the trick here: https://www.alfredforum.com/topic/11765-snippet-triggers-triggered-in-alfred-dont-paste-to-alfred/?tab=comments#comment-61652 )
     
    v. 1.3 2022-03-31
    - updated to use Python 3 for compatibility with MacOS 12.3
  2. Like
    iGyver reacted to deanishe in Code Case   
    Especially now that Alfred 4 has been announced …  
  3. Like
    iGyver reacted to politicus in Code Case   
    Awesome! One more dfay workflow I will use 10x everyday 
     
    Feature request :
    If you could add a mix of the Camel case and the Pascal case (First letter of the word is a capital letter / space between words are replaced by an underscore --> My_Great_Variable_Name), I would be the happiest. (I name my files/folders using this case).
×
×
  • Create New...