Skip to content

Instantly share code, notes, and snippets.

@evilchili
Last active June 25, 2018 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilchili/2465006bc469cb1b13a3e26627a3cc15 to your computer and use it in GitHub Desktop.
Save evilchili/2465006bc469cb1b13a3e26627a3cc15 to your computer and use it in GitHub Desktop.
telisaran calendar cli
% python reckoning/calendar.py season
BEAR
Sy Mi Wo Th Fr
01 02 03 04 05
06 07 08 09 10
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25
26 27 28 29 30
31 32 33 34 35
36 37 38 39 40
41 42 43 44 45
% python reckoning/calendar.py today long
Syfdag, day 11 in the Season of the Bear (the 1st day of the 3rd span) in the year 3206 of the Modern Era
% python reckoning/calendar.py today short
Syfdag, 11th of the Bear, 3206 ME
% python reckoning/calendar.py today numeric
3.3206.8.11
% python reckoning/calendar.py today date
S11B
% python reckoning/calendar.py rhyme
Syfdag kindle fate’s first light
Mimdag have a secret might
Wodag have the strength to fight
Thordag curse the wrong, avenge the right
Freydag love fair beauty’s sight
– Dwarven nursery rhyme
% python reckoning/calendar.py today long
Syfdag, day 11 in the Season of the Bear (the 1st day of the 3rd span) in the year 3206 of the Modern Era
% python reckoning/calendar.py tomorrow long
Mimdag, day 12 in the Season of the Bear (the 2nd day of the 3rd span) in the year 3206 of the Modern Era
% python reckoning/calendar.py yesterday long
Freydag, day 10 in the Season of the Bear (the 5th day of the 2nd span) in the year 3206 of the Modern Era
# timeline management
% python reckoning/campaign.py timeline list
3.3206.7.41 S41R Campaign Start
3.3206.8.12 M12B Today
% python reckoning/campaign.py timeline record test "at 3.3206.1.1"
% python reckoning/campaign.py timeline list
3.3206.1.01 S1F Test
3.3206.7.41 S41R Campaign Start
3.3206.8.12 M12B Today
% python reckoning/campaign.py timeline expunge test
% python reckoning/campaign.py timeline list
3.3206.7.41 S41R Campaign Start
3.3206.8.12 M12B Today
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment