Unified task management CLI. One interface for multiple task/issue tracking services.
- Jira (current)
- GitHub Issues / Projects (planned)
- Asana (planned)
- Google Tasks (planned)
- Apple Reminders (planned)
npm install -g @circlesac/tsk# Jira attachment operations (uses acli token from Keychain)
tsk jira attach list SHMV-2464
tsk jira attach download SHMV-2464
tsk jira attach download SHMV-2464 --id 20192tsk reuses the acli Jira token stored in macOS Keychain. If acli is authenticated with an API token (acli jira auth login --token), attachment downloads will work without additional setup.
# Ensure acli is logged in with API token (not OAuth)
echo "YOUR_API_TOKEN" | acli jira auth login --site "your-site.atlassian.net" --email "[email protected]" --tokenMIT