-
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
Mathias Nestler
committed
Apr 6, 2015
1 parent
f6b756a
commit 0df7ce3
Showing
4 changed files
with
32 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
CSFML* | ||
SFML* | ||
resources/ | ||
godown |
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,6 @@ | ||
---------------------------------------------------------------------------- | ||
"THE BEER-WARE LICENSE" (Revision 42): | ||
<[email protected]> wrote this file. As long as you retain this notice you | ||
can do whatever you want with this stuff. If we meet some day, and you think | ||
this stuff is worth it, you can buy me a beer in return Mathias Nestler | ||
---------------------------------------------------------------------------- |
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,24 @@ | ||
# godown | ||
|
||
A talking countdown written in golang. | ||
|
||
### Installation | ||
Install from source with `go get github.com/MMore/godown` | ||
|
||
### Usage | ||
`godown [<flags>] <duration>` | ||
|
||
Flags: | ||
* --female male or female voice | ||
* --lang=en english (en) or german (de) language | ||
|
||
Args: | ||
* <duration> duration of the countdown (i.e. 1m30s) | ||
|
||
### License | ||
[LICENSE](LICENSE) | ||
|
||
## Copyright and License | ||
|
||
Made by Mathias Nestler (c) 2015. Feel free to contribute! | ||
Sounds Copyright Epic games (Unreal Tournament 2004) |
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