Skip to content

Commit da6cf02

Browse files
committed
doc: update readme with timezone flag
1 parent be89690 commit da6cf02

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ go test -v ./...
8080

8181
### Milestone 1
8282
* [ ] Makefile, Taskfile or `Just` to build
83-
* [ ] `parse` command
84-
* [ ] timezone flag for parse command to specify additional output zone
83+
* [X] `parse` command
84+
* [X] timezone flag for parse command to specify additional output zone
8585
* [ ] `timezone` command
8686
* [ ] list command (include source?)
8787
* [ ] show current system timezone

docs/assets/epok.gif

102 KB
Loading

docs/epok.tape

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Require epok
6161

6262
Set Shell "bash"
6363
Set FontSize 32
64-
Set Width 1600
64+
Set Width 1800
6565
Set Height 800
6666
Set Theme { "name": "Epok", "black": "#535178", "red": "#ef6487", "green": "#5eca89", "yellow": "#fdd877", "blue": "#65aef7", "magenta": "#aa7ff0", "cyan": "#43c1be", "white": "#ffffff", "brightBlack": "#535178", "brightRed": "#ef6487", "brightGreen": "#5eca89", "brightYellow": "#fdd877", "brightBlue": "#65aef7", "brightMagenta": "#aa7ff0", "brightCyan": "#43c1be", "brightWhite": "#ffffff", "background": "#29283b", "foreground": "#b3b0d6", "selection": "#3d3c58", "FF8B00": "#FF8B00" }
6767
Set WindowBar Colorful
@@ -70,16 +70,16 @@ Set MarginFill "#FF8B00"
7070
Set BorderRadius 10
7171
Set TypingSpeed 0.150
7272

73-
Type "# generate a unix timestamp" Sleep 1s Enter Enter
73+
Type "# generate a unix timestamp" Sleep 3s Enter Enter
7474

75-
Type "epok now" Sleep 1s Enter Enter
75+
Type "epok now" Sleep 3s Enter Enter
7676

77-
Type "# save a nanosecond timestamp to the clipboard" Sleep 1s Enter Enter
77+
Type "# save a nanosecond timestamp to the clipboard" Sleep 3s Enter Enter
7878

79-
Type "epok now --precision=nanos --output=simple | tee >(pbcopy)" Sleep 1s Enter Enter
79+
Type "epok now --precision=nanos --output=simple | tee >(pbcopy)" Sleep 3s Enter Enter
8080

81-
Type "# display the human-readable timestamp" Sleep 1s Enter Enter
81+
Type "# display the human-readable timestamp in several locales" Sleep 3s Enter Enter
8282

83-
Type "pbpaste | epok parse" Sleep 1s Enter
83+
Type "pbpaste | epok parse -z Big\ Ben=Europe/London,Tokyo\ SkyTree=Asia/Tokyo,Empire\ State=America/New_York" Sleep 3s Enter
8484

8585
Sleep 10s

0 commit comments

Comments
 (0)