Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koki-develop/sheep
🐑 Sleep with Sheep.
https://github.com/koki-develop/sheep
Last synced: 6 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:19:16.000Z (12 days ago)
- Last Synced: 2024-10-31T18:23:35.037Z (12 days ago)
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 60
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sheep
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/koki-develop/sheep)](https://github.com/koki-develop/sheep/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/sheep/ci.yml?logo=github)](https://github.com/koki-develop/sheep/actions/workflows/ci.yml)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/koki-develop/sheep?style=flat&logo=codeclimate)](https://codeclimate.com/github/koki-develop/sheep/maintainability)
[![Go Report Card](https://goreportcard.com/badge/github.com/koki-develop/sheep)](https://goreportcard.com/report/github.com/koki-develop/sheep)
[![LICENSE](https://img.shields.io/github/license/koki-develop/sheep)](./LICENSE)Sleep with Sheep.
![demo](./assets/demo.gif)
## 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)