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

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


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

Last synced: 1 day ago
JSON representation

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.