Skip to main content

A terminal task manager CLI — add, update, and list tasks with priorities.

Project description

cli-tool

A terminal task manager CLI — add, update, and list tasks with priorities.

Install (for everyone)

After the package is published to PyPI, anyone can install it with:

pip install smart-task-cli

Or with uv:

uv tool install smart-task-cli

Then run the cli-tool command from anywhere.

Usage

Tasks are stored in a tasks.json file in the current directory.

# Add a task (default priority: medium)
cli-tool add "Buy groceries"
cli-tool add "Fix bug" --priority high

# List all tasks
cli-tool list

# Update a task
cli-tool update 1 --title "Buy groceries and milk"
cli-tool update 1 --completed true
cli-tool update 1 --priority low

Publish to PyPI (for maintainers)

So that anyone can install with pip install smart-task-cli, publish the package to PyPI.

1. Create a PyPI account

2. Install publish tools

uv add --dev twine

3. Build the package

uv build

This creates dist/smart_task_cli-0.1.0.tar.gz and a wheel in dist/.

4. Upload to PyPI

Using twine (recommended):

uv run twine upload dist/*

When prompted, use your PyPI username and API token as the password (or set TWINE_USERNAME and TWINE_PASSWORD).

Using uv:

uv publish

(Configure PyPI token via UV_PUBLISH_TOKEN or keyring.)

5. After publishing

  • The package will be live at https://pypi.org/project/smart-task-cli/.
  • Anyone can run: pip install smart-task-cli and then cli-tool add "My task", etc.

Notes

  • Name on PyPI: The project name is smart-task-cli (the cli-tool name was too similar to an existing project).
  • Version: Bump version in pyproject.toml for each release, then run uv build and upload again.
  • Authors: Update authors in pyproject.toml with your name and email before publishing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smart_task_cli-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file smart_task_cli-0.1.0.tar.gz.

File metadata

  • Download URL: smart_task_cli-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.3 {"installer":{"name":"uv","version":"0.10.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for smart_task_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ba5a3d7adc306d8a55264446bc386964db807eab1e6d1f1f5b849ff21031c66a
MD5 1a795841b35cb381eb08debf10b150a3
BLAKE2b-256 06c597779a7f9de8d392d9ac2bc82c7dc7bcef413a92e8854ac132fd67d8433c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page