-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21de917
commit 8fd9bc8
Showing
11 changed files
with
83 additions
and
82 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{"UI actions to match cmds":{"id":"UI actions to match cmds","description":"do, undo, work, tag, create etc","duration":1800000000000,"done":false,"tags":{"UI":{}}},"UI tags":{"id":"UI tags","description":"filter the items by tags in the UI, listing the tags for selection","duration":0,"done":true,"tags":{"TAGS":{},"UI":{}}},"dep inv on tabs":{"id":"dep inv on tabs","description":"apply dependency inversion in tabs.go","duration":0,"done":false,"tags":{"OTHER":{},"REFACTOR":{}}},"list tags":{"id":"list tags","description":"command like 'godo list tag1 tag2 tag3' that lists items in tags","duration":1800000000000,"done":true,"tags":{"TAGS":{}}},"ordering":{"id":"ordering","description":"sort by custom order","duration":3600000000000,"done":false,"tags":{"OTHER":{}}},"tags":{"id":"tags","description":"command like 'godo tags' that lists the existing tags","duration":0,"done":true,"tags":{"TAGS":{}}},"untag":{"id":"untag","description":"command like tag but deletes the tag from items","duration":5400000000000,"done":true,"tags":{"TAGS":{}}},"version":{"id":"version","description":"version command that prints version","duration":0,"done":true,"tags":{"OTHER":{}}}} | ||
{"UI actions to match cmd":{"id":"UI actions to match cmd","description":"do, undo, work","duration":1800000000000,"done":false,"tags":{"UI":{}}},"UI tags":{"id":"UI tags","description":"filter the items by tags in the UI, listing the tags for selection","duration":0,"done":true,"tags":{"TAGS":{},"UI":{}}},"dep inv on tabs":{"id":"dep inv on tabs","description":"apply dependency inversion in tabs.go","duration":0,"done":false,"tags":{"OTHER":{},"REFACTOR":{}}},"list tags":{"id":"list tags","description":"command like 'godo list tag1 tag2 tag3' that lists items in tags","duration":1800000000000,"done":true,"tags":{"TAGS":{}}},"ordering":{"id":"ordering","description":"sort by custom order","duration":3600000000000,"done":false,"tags":{"OTHER":{}}},"tag":{"id":"tag","description":"command like 'godo tags' that lists the existing tags","duration":0,"done":true,"tags":{"TAGS":{}}},"untag":{"id":"untag","description":"command like tag but deletes the tag from items","duration":5400000000000,"done":true,"tags":{"TAGS":{}}},"version":{"id":"version","description":"version command that prints version","duration":0,"done":true,"tags":{"OTHER":{}}}} | ||
} | ||
":{"OTHER":{}}}} | ||
} | ||
ersion","description":"version command that prints version","duration":0,"done":true,"tags":{"OTHER":{}}}} | ||
ration":5400000000000,"done":true,"tags":{"TAGS":{}}},"version":{"id":"version","description":"version command that prints version","duration":0,"done":true,"tags":{"OTHER":{}}}} |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package logic | ||
|
||
func Version() string { | ||
return "v0.4.0" | ||
} |
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
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
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
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
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