Skip to main content

Simple project and task manager with CLI and UI.

Project description

Taskman (CLI + UI)

Simple project and task manager with both a command‑line interface and a lightweight browser UI. Task data is persisted in a lightweight SQLite database on disk.

Hosting model: the UI server is intended to be centrally hosted in a shared environment. You can still run it locally for development and testing using the localhost instructions below. The CLI is a thin client for the server API and requires the server to be running and reachable.

Features

  • Keep projects organized: browse projects, open or create new ones, and rename them when they change
  • Track tasks quickly: add tasks with summary, assignee, status, priority, and rich-text/Markdown remarks
  • Highlight milestones: star important tasks so they appear on the shared Highlights board
  • Edit in place: update any task field right inside the table, including Markdown preview for remarks
  • Export anytime: save a project’s tasks to a Markdown file for sharing
  • Choose your interface: use the browser UI or the guided CLI menus—the same data is shared either way
  • Capture quick todos: lightweight checklist with due dates, people, priorities, add/edit inline, and mark done

Components

  • Browser UI (central by default; optional local run)
    • Open the hosted URL from your team, or run locally with taskman-ui (or python -m taskman.server.tasker_server) and visit http://127.0.0.1:8765.
    • From the landing page you can add/rename projects, jump into a project, and see starred tasks across projects. Inside a project you get a sortable/searchable table, inline edits, highlights, delete, and a quick add-task panel. A Todo tab gives you a checklist view with add/edit inline forms and checkbox completion.
  • CLI (uses the same server)
    • Run taskman-cli (or python -m taskman.cli.task_manager).
    • Menus guide you to list/open/create/rename projects, add or edit tasks by index, sort task listings by status or priority, export to Markdown, and switch projects.

Install

  • Python 3.8+
  • From PyPI (recommended): pip install ataskman (adds taskman-ui, taskman-cli)
  • From source for dev: pip install -e .
  • Alternative: pip install -r requirements.txt (then run via python -m ...)

UI loads its JS libraries from CDNs; the Python server has no extra UI deps.

Quick Start

  • UI (central or local)
    • Central: open the shared UI URL provided by your team.
    • Local dev: run taskman-ui (or python -m taskman.server.tasker_server) and visit http://127.0.0.1:8765.
  • CLI (server required)
    • Run: taskman-cli (or python -m taskman.cli.task_manager).
    • Ensure the UI server is running and reachable; the CLI talks to the server API.

See QUICKSTART.md for brief usage notes.

Data Storage

  • Projects registry and tasks database: ~/taskman/data/taskman.db
  • Todo database: ~/taskman/data/taskman_todo.db
  • Markdown export: ~/taskman/data/<project>_tasks_export.md

Tests

Run all tests with pytest.

License

Educational and personal use.

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

ataskman-0.3.0.tar.gz (54.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ataskman-0.3.0-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file ataskman-0.3.0.tar.gz.

File metadata

  • Download URL: ataskman-0.3.0.tar.gz
  • Upload date:
  • Size: 54.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for ataskman-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d42475ec646e1988511e9753adcb842f73954303acacf50b9a958e9ad0b58155
MD5 825e8e16dc10e3956a52f2283feb71a9
BLAKE2b-256 01c45fad7d2d262c28e58b2305f767cd2fca7ff83c52acb5e8c9193e0246573e

See more details on using hashes here.

File details

Details for the file ataskman-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: ataskman-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for ataskman-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a78f87c2d857ebe22555d06d2cecd140456210fe3004734a1de24b9e7f5d14c0
MD5 39db4fe2c3e6e10d2b83bbc4b970285f
BLAKE2b-256 93bc0b14a0fff408df3dd2ac5bab3a9b6889f9f388deace5f1db71578872ae4d

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