https://github.com/chyroc/homebrew-tap
https://github.com/chyroc/homebrew-tap
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chyroc/homebrew-tap
- Owner: chyroc
- License: apache-2.0
- Created: 2021-03-11T09:52:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T13:52:53.000Z (over 3 years ago)
- Last Synced: 2025-01-29T08:23:16.231Z (over 1 year ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew tap
[](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).