Skip to content

v0.1.2 β€” Interactive Project Setup (No YAML Required)

Choose a tag to compare

@rishapgandhi rishapgandhi released this 03 Jun 08:02
· 19 commits to main since this release

What's New

Zero-Config Project Setup 🎯

No more editing YAML files! TaskMind now guides users through project setup interactively.

During install:

🧠 TaskMind β€” Quick Project Setup

Common categories (y/n for each):
  Add 'Meetings'? [Y/n]: y
  Add 'Communication'? [Y/n]: y
  Add 'Email'? [Y/n]: y

Add a custom project? [Y/n]: y
  Project name: My Client
  Keywords to match: client-site, CLIENT-
  βœ“ Added!

βœ… Setup complete! 4 projects configured.

New Commands

  • taskmind setup β€” full guided project wizard
  • taskmind add-project β€” add one project interactively
  • taskmind remove-project β€” remove by number selection

Install (unchanged)

git clone https://github.com/rishapgandhi/taskmind.git
cd taskmind && bash install.sh

The installer now runs the setup wizard automatically at the end.

Full Changelog: v0.1.1...v0.1.2