Skip to main content

AI-powered terminal task manager using Google's Gemini

Project description

gemiTask

A powerful AI-powered command-line task management tool that helps you easily manage and track task progress with the help of Google's Gemini AI.

Features

  • 🤖 AI-Powered Task Analysis: Break down complex tasks into actionable steps
  • 📝 Natural Language Input: Describe tasks in plain English
  • 🌲 Subtask Support: Break down large tasks into manageable subtasks
  • 🔄 Task Status Tracking: Track task progress (pending, in progress, done)
  • ⭐ Priority Management: High, medium, and low priority levels
  • 🔗 Task Dependencies: Set dependencies between tasks
  • 💾 Local Storage: Auto-save task data in JSON format
  • 🎨 Beautiful Terminal Interface: Clear visual display with Rich

Installation

pip install gemiTask

Quick Start

  1. Get your Gemini API key

  2. Configure gemiTask

    # Create config directory
    mkdir -p ~/.config/gemiTask
    
    # Create config file
    echo '{
      "gemini_api_key": "your-api-key-here"
    }' > ~/.config/gemiTask/config.json
    

Usage

1. Add a New Task

# Basic usage
gemiTask add "Complete project documentation"

# Add with description and priority
gemiTask add "Complete project documentation" -d "Write README and API docs" -p high

# Priority options: high, medium, low

2. Add Subtasks

# Syntax: gemiTask add-subtask <parent_id> "subtask title" [-d "description"]
gemiTask add-subtask 1 "Write unit tests" -d "Ensure code quality"

3. Update Task Status

# Syntax: gemiTask status <task_id> <status>
gemiTask status 1 in_progress

# Available statuses:
# - pending
# - in_progress
# - done
# - blocked
# - deferred

# Update subtask status
gemiTask status 1.1 done

4. Manage Task Dependencies

# Syntax: gemiTask depend <task_id> <dependency_id>
gemiTask depend 2 1  # Task 2 depends on Task 1

5. View Task List

gemiTask list

# Example output:
# 📋 Task List
# └── 1: Project Documentation (in progress)
#     ├── 1.1: Write README (done)
#     └── 1.2: API Documentation (pending)

6. Get Next Tasks

gemiTask next

# Shows all tasks that can be started
# (no uncompleted dependencies)

Data Storage

Task data is stored in tasks.json in your project directory. This enables:

  • Version control of task data with project code
  • Easy sharing of task status in teams
  • Simple viewing and editing of task data

Use Cases

Personal Project Management

  • Track project progress
  • Break down large tasks
  • Prioritize work

Team Collaboration

  • Manage tasks in code repositories
  • Share task status via Git
  • Track dependencies

Daily Work Management

  • To-do list management
  • Progress tracking
  • Task planning

Development

Install Development Dependencies

pip install -r requirements-dev.txt

Run Tests

pytest

Build Project

python -m build

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.

Related Links

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

gemitask-0.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

gemitask-0.1.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file gemitask-0.1.1.tar.gz.

File metadata

  • Download URL: gemitask-0.1.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gemitask-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a6fa7e7c87bbae16c86d94e18f2f3acb3ba9a184fb761e1d8be32e7abac64006
MD5 b1328856ca715f588179ef9b112cbb44
BLAKE2b-256 3271ff04afcfbe1a0ee1fd7da499d02aa428b0514decaf4d20b114f06454e51c

See more details on using hashes here.

File details

Details for the file gemitask-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: gemitask-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gemitask-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d7969019b5f9454f9c7150a22a86c2245650013f93e384534aef80ce0a98e4e1
MD5 e9fb947b81ea5fd89e45483fcec9ad1a
BLAKE2b-256 d913c2c6b115b3fe3a3628b0b870d01fe34955052acb5dad3effa5ccbaae2cb2

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