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

https://github.com/chyroc/homebrew-tap


https://github.com/chyroc/homebrew-tap

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Homebrew tap

[![Build Status](https://travis-ci.org/chyroc/homebrew-tap.svg?branch=master)](https://travis-ci.org/chyroc/homebrew-tap)

chyroc macOS formulae for the Homebrew package manager.

## Installation

Run the following in your command-line:

```sh
$ brew tap chyroc/tap
```

### otp-cli

- README: https://github.com/chyroc/otp-cli
- Usage: 在命令行中生成 OTP 码

```sh
$ brew install chyroc/tap/otp-cli
```

### dropbox-save-url

- README: https://github.com/chyroc/dropbox-save-url
- Usage: 离线下载一个 URL 到 Dropbox 空间

```sh
$ brew install chyroc/tap/dropbox-save-url
```

### mdcat

- README: https://github.com/chyroc/mdcat
- Usage: 将 Markdown 文件转化为一个 GitHub 风格的 HTML 文件

```sh
$ brew install chyroc/tap/mdcat
```

### emomit

- README: https://github.com/chyroc/emomit
- Usage: 通过交互式的命令选择 Git Commit Type 和 Emoji 表情进行提交

```sh
$ brew install chyroc/tap/emomit
```

### serve

- README: https://github.com/chyroc/serve
- Usage: 本地部署访问静态文件

```sh
$ brew install chyroc/tap/serve
```

### anb

- README: https://github.com/chyroc/anb
- Usage: 部署服务器工具

```sh
$ brew install chyroc/tap/anb
```

### media-to-github

- README: https://github.com/chyroc/media-to-github
- Usage: 上传小文件资源到 GitHub,并利用 github pages 功能生成 url

```sh
$ brew install chyroc/tap/media-to-github
```

## License

See [LICENSE](LICENSE).