Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grem11n/gofriday
Be sure if it's Friday or not!
https://github.com/grem11n/gofriday
Last synced: 18 days ago
JSON representation
Be sure if it's Friday or not!
- Host: GitHub
- URL: https://github.com/grem11n/gofriday
- Owner: grem11n
- License: mit
- Created: 2017-07-07T09:11:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T09:29:43.000Z (over 7 years ago)
- Last Synced: 2024-10-13T00:56:30.167Z (about 1 month ago)
- Language: Go
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Never be confused if it's Friday today when it's not!
GoFriday is a super easy command line tool, which tells you if it's a Friday today or how many days you should wait for it.
## Installation
1. Clone this repo
2. Compile the source code with: `go build friday.go`
3. [Optional] Make an alias in your shell config like or put the binary into `$PATH`
4. ?????
5. Profit!You can also just use a pre-compiled binary from the `bin/` directory!
## Compatibility
Surely runs on macOS 10.12.5Linux should go flawlessly as well
And I'm pretty sure, you will be able to compile it for Windows
## Sample usage:
```
➜ ~ which wd
wd: aliased to /usr/local/bin/friday
➜ ~ wd
It's Friday!!!
```