Last active
December 28, 2023 10:42
-
-
Save alper/2bbf8f3cb60466b55026deb47f8e15e6 to your computer and use it in GitHub Desktop.
Revisions
-
Alper Cugun revised this gist
Dec 28, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ icalBuddy -ec "FE0B6DAB-E598-4DE1-9F2B-7DE06A236647,4242177B-7D2B-4A20-AE23-A99DD51D5B80" -eep '*' eventsFrom:$CURRENT_DATE to:$CURRENT_DATE | sd '•' '##' | sd '\(alper@example.com\)' '' | sd '\n' '\n\n* \n\n' -
Alper Cugun revised this gist
Dec 28, 2023 . 1 changed file with 32 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ # Thursday, December 28th, 2023 ### Due Today ```tasks ((due on 2023-12-28) OR (due before 2023-12-28)) AND NOT done ``` ### Scheduled Today ```tasks ((scheduled on 2023-12-28) OR (scheduled before 2023-12-28)) AND NOT done ``` ### Done Today ```tasks done on 2023-12-28 ``` ## Check-in and Discuss Work * ## Meeting 1 * ## Another meeting * -
Alper Cugun revised this gist
Dec 28, 2023 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,5 @@ # {{date:dddd, MMMM Do, YYYY}} ### Due Today ```tasks -
Alper Cugun revised this gist
Dec 28, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ icalBuddy -ec "FE0B6DAB-E598-4DE1-9F2B-7DE06A236647,F47CDA69-AFBA-4CD7-A551-81D5432E178D,2362F6BA-DA97-4926-8F31-90CB8CFB677F,B4C25590-4DB1-4A0C-B2D3-2175ABBF921A,3E3C0301-F0BC-4100-95F8-D7ECF3500816,3979B01D-4E8D-4A59-ABA9-AD017689804D,BBCC2283-B39F-472D-B40E-5FEAE72DACA1,91093617-148B-4E99-B001-BD99A56F1B12,4242177B-7D2B-4A20-AE23-A99DD51D5B80" -eep '*' eventsFrom:$CURRENT_DATE to:$CURRENT_DATE | sd '•' '##' | sd '\([email protected]\)' '' | sd '\n' '\n\n* \n\n' -
Alper Cugun revised this gist
Dec 28, 2023 . 1 changed file with 21 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,26 @@ # {{date:dddd, MMMM Do, YYYY}} #### 🚀 One+ thing I plan to accomplish today is... - ### Due Today ```tasks ((due on <% tp.file.title %>) OR (due before <% tp.file.title %>)) AND NOT done ``` ### Scheduled Today ```tasks ((scheduled on <% tp.file.title %>) OR (scheduled before <% tp.file.title %>)) AND NOT done ``` ### Done Today ```tasks done on <% tp.file.title %> ``` <% tp.user.days_events({CURRENT_DATE: tp.file.title}) %> -
Alper Cugun created this gist
Apr 19, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # {{date:dddd, MMMM Do, YYYY}} <% tp.user.calendar_today({CURRENT_DATE: tp.file.title}) %> ``` icalBuddy -eep '*' eventsFrom:$CURRENT_DATE to:$CURRENT_DATE | sd '•' '##' | sd '\n' '\n\n* \n\n' ```