https://github.com/koki-develop/sheep
🐑 Sleep with Sheep.
https://github.com/koki-develop/sheep
Last synced: 6 months ago
JSON representation
🐑 Sleep with Sheep.
- Host: GitHub
- URL: https://github.com/koki-develop/sheep
- Owner: koki-develop
- License: mit
- Created: 2023-04-18T20:38:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T12:41:43.000Z (6 months ago)
- Last Synced: 2025-08-10T14:39:05.639Z (6 months ago)
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 62
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sheep
[](https://github.com/koki-develop/sheep/releases/latest)
[](https://github.com/koki-develop/sheep/actions/workflows/ci.yml)
[](https://codeclimate.com/github/koki-develop/sheep/maintainability)
[](https://goreportcard.com/report/github.com/koki-develop/sheep)
[](./LICENSE)
Sleep with Sheep.

## Contents
- [Installation](#installation)
- [Usage](#usage)
- [LICENSE](#license)
## Installation
### Homebrew
```console
$ brew install koki-develop/tap/sheep
```
### `go install`
```console
$ go install github.com/koki-develop/sheep@latest
```
### Releases
Download the binary from the [releases page](https://github.com/koki-develop/sheep/releases/latest).
## Usage
```sh
$ sheep [time]
# e.g.
$ sheep 5 # 5 seconds
$ sheep 1h30m20s # 1 hour, 30 minutes, 20 seconds
```
## LICENSE
[MIT](./LICENSE)