Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)