gh-atat

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: MIT Imports: 3 Imported by: 0

README

gh-atat

CLI tool for synchronizing TODO.md with GitHub Issues

Motivation

Managing tasks between local TODO.md files and GitHub Issues often leads to duplication and synchronization problems. gh-atat solves this by providing a git-like workflow to keep both in sync automatically.

Prerequisites

  • GitHub CLI (gh) installed and authenticated

Installation

gh extension install toms74209200/gh-atat

Usage

Repository Setup

Add a repository to sync with:

gh atat remote add owner/repo

View current repository configuration:

gh atat remote

Remove a repository:

gh atat remote remove owner/repo
Commands

Push TODO.md to GitHub Issues

gh atat push

Pull GitHub Issues to TODO.md

gh atat pull
TODO.md Format

gh-atat works with standard markdown checkbox format:

- [ ] Implement new feature
- [x] Fix bug in authentication
- [ ] Update documentation

After synchronization, Issue numbers will be automatically added:

- [ ] Implement new feature #123
- [x] Fix bug in authentication #124
- [ ] Update documentation #125

License

MIT License

Author

toms74209200

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cli
run

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL