https://github.com/caffeines/homebrew-tap
https://github.com/caffeines/homebrew-tap
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/caffeines/homebrew-tap
- Owner: caffeines
- Created: 2025-06-19T15:17:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T16:44:36.000Z (about 1 year ago)
- Last Synced: 2025-06-29T10:02:54.413Z (about 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for caffeines
This repository contains Homebrew formulae for caffeines tools.
## Installation
```bash
# Add the tap
brew tap caffeines/tap
# Install notion-todo
brew install notion-todo
```
## Available Formulae
- **notion-todo**: A command-line interface for managing todo items using Notion database integration
## Usage
After installation, you can use the `todo` command:
```bash
# Setup
todo guide
# Add todos
todo add "Buy groceries"
todo add "Complete project" --date 2025-06-25
# List and manage
todo list
```
## Repository Structure
```
├── Formula/
│ └── notion-todo.rb # Auto-generated by GoReleaser
└── README.md
```
This repository is automatically maintained by GoReleaser.