Skip to content

Commit e9c5f52

Browse files
tweak readme, complete a todo (#5)
1 parent 94c663c commit e9c5f52

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Tickets as config. Manage your repository's tickets and todo items as configurat
99

1010

1111
```hcl
12+
# rocketship.tickgit
13+
1214
goal "Build the Rocketship 🚀" {
1315
description = "Finalize the construction of the Moonblaster 2000"
1416
@@ -27,6 +29,7 @@ goal "Build the Rocketship 🚀" {
2729
```
2830

2931
```
32+
$ tickgit status
3033
=== Build the Rocketship 🚀 ⏳
3134
--- 1/3 tasks completed (2 remaining)
3235
--- 33% completed

todo.tickgit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ goal "Basic command line tool" {
22
description = "finish up a simple cli with no options or arguments, it just prints out a summary report of the git repo in the CWD"
33

44
task "Implement cobra" {
5-
status = "pending"
5+
status = "done"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)