Metadata-Version: 2.4
Name: tisk
Version: 0.1.1
Summary: Simple but cool Task manager
Author: Timothy Emad
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Tisk
###### The coolest CLI task manager because I made it :D
<img width="1304" height="779" alt="image" src="https://github.com/user-attachments/assets/edebfb08-040d-4d6c-bdca-c5d427f471e3" />


## Installation
```
pip install tisk
```

# How to use

## Add a task
```
tisk add Do_Laundry -d "Only the red T-shirt" -e "tomorrow"
```
note: everyting in a task is optional exept the title!

## List tasks
`tisk` -->  Quick access to unfinished tasks

`tisk list`  --> List Unfinished tasks

`tisk list -a` --> List all tasks

## Mark a task as done
`tisk done 1` --> By task Number

`tisk done Laundry` --> By searching task title

## Edit a task
```
tisk edit 1 -t "New Title" -d "New description" -e "New End date"
```

### Remove a task
```
tisk remove 1
```

### Reset (Delete all tasks)
```
tisk reset
```

### Undo last action
```
tisk undo
```
## AI Disclosure
### I used AI only for faster debugging but not in the core code
