Created
January 18, 2021 14:59
-
-
Save nixpulvis/a533c05760499fa9b4527a8ca4f11b1f to your computer and use it in GitHub Desktop.
This file contains 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
$ events --today | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ Thursday 2020-10-08 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Coffee │ | |
│ ▸ Readings (due: 10-20) │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
$ events --week | |
┍━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━┑ | |
│ 4 + │ 5 ++ │ 6 │ 7 │ 8 + │ 9 + │ 10 +++ │ | |
│ │ │ │ │ │ │ │ | |
│ +-+ │ + │ │ │ │ │ │ | |
│ │ +-+ │ │ │ │ │ │ | |
└──────────┴──────────┴──────────┴─────────┴──────────┴──────────┴──────────┘ | |
$ events --month | |
┍━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━┑ | |
│ 1 │ 2 + │ 3 +++ │ | |
│ │ │ │ | |
│ │ │ │ | |
│ │ │ │ | |
┍━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━┽──────────┼──────────┼──────────┤ | |
│ 4 + │ 5 ++ │ 6 │ 7 │ 8 │ 9 + │ 10 ++ │ | |
│ │ │ │ │ │ │ │ | |
│ +-+ │ + │ │ │ │ │ │ | |
│ │ +-+ │ │ │ │ │ │ | |
├──────────┼──────────┼──────────┼─────────┼──────────┼──────────┼──────────┤ | |
│ 11 │ 12 ++ │ 13 │ 14 │ 15 │ 16 + │ 17 + │ | |
│ │ │ │ │ │ │ │ | |
│ +-+ │ │ + │ │ │ │ │ | |
│ │ │ │ │ │ │ │ | |
├──────────┼──────────┼──────────┼─────────┼──────────┼──────────┼──────────┤ | |
│ 18 + │ 19 - │ 20 - │ 21 -+ │ 22 + │ 23 │ 24 │ | |
│ │ │ │ │ │ │ │ | |
│ + │ │ │ +--+ │ * │ │ │ | |
│ │ │ │ │ │ │ │ | |
├──────────┼──────────┼──────────┼─────────┼──────────┼──────────┼──────────┤ | |
│ 25 │ 26 │ 27 . │ 28 │ 29 │ 30 + │ 31 │ | |
│ │ │ │ │ │ │ │ | |
│ │ │ │ │ .. │ │ │ | |
│ │ │ │ │ │ │ │ | |
└──────────┴──────────┴──────────┴─────────┴──────────┴──────────┴──────────┘ |
This file contains 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
$ tasks --today | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ ▾ Groceries │ | |
│ ☐ Milk │ | |
│ ☒ Coffee │ | |
│ ▸ Readings (due: 10-20) │ | |
│ ☐ Cancel Google Account │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
$ tasks --complete 2020-10-08 | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ Thursday 2020-10-08 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Coffee │ | |
│ ▸ Readings (due: 10-20) │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
$ tasks --due 2020-10-20..2020-10-30 | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ ▸ Readings (due: 10-20) │ | |
│ ▸ Paper (due: 10-27) │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
$ tasks --complete --today | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ Thursday 2020-10-08 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Coffee │ | |
│ ▸ Readings (due: 10-20) │ | |
┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ | |
│ Monday 2020-10-12 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Milk │ | |
┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ | |
│ ▸ Readings (due: 10-20) │ | |
│ ▸ Paper (due: 10-27) │ | |
│ ☐ Cancel Google Account │ | |
└─────────────────────────────────────────────────────────────────────────────┘ | |
$ tasks --complete --today --future | |
┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑ | |
│ Thursday 2020-10-08 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Coffee │ | |
│ ▸ Readings (due: 10-20) │ | |
┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ | |
│ Monday 2020-10-12 │ | |
├─────────────────────────────────────────────────────────────────────────────┤ | |
│ ▾ Groceries │ | |
│ ☒ Milk │ | |
┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ | |
│ ▸ Readings (due: 10-20) │ | |
│ ▸ Paper (due: 10-27) │ | |
│ ☐ Cancel Google Account │ | |
┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ | |
│ ▸ This Project │ | |
│ ▸ Buy a House │ | |
│ ☐ Everything else... │ | |
└─────────────────────────────────────────────────────────────────────────────┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment