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 characters
# modified to use gdate for macos -- obtain 'gdate' by running `brew install coreutils` | |
startdate=2020-01-01 | |
enddate=2020-12-31 | |
# controls the link format for each day: | |
# [[ $linkformat | $displayformat ]] | |
linkformat="%Y-%b-%d-%a" | |
displayformat="%d" | |
# marker for empty days in calendar view |
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 characters
### Keybase proof | |
I hereby claim: | |
* I am chrxn on github. | |
* I am chrxn (https://keybase.io/chrxn) on keybase. | |
* I have a public key ASDzU2dDj-_10RxEvKjCQovpa9Nqq18HTqU8u-F0X9HNMgo | |
To claim this, I am signing this object: |
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 characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |