File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Simple CLI follow-up tracker.
99- YAML import/export
1010- simple workflow states: ` created ` , ` waitme ` , ` waityou ` , ` finished `
1111- activity log
12+ - optional ` description ` field on items
1213
1314## Install
1415
@@ -26,24 +27,32 @@ pip install -e .
2627
2728``` bash
2829trackr init
29- trackr add devops-role " DevOps Engineer Budapest"
30+ trackr add devops-role " DevOps Engineer Budapest" --desc " OpenShift role with recruiter contact "
3031trackr state devops-role waityou
3132trackr note devops-role " CV sent"
3233trackr set-review devops-role 2026-03-23
3334trackr list
3435trackr review
3536trackr activity
37+ trackr history devops-role
3638```
3739
3840## YAML import format
3941
4042``` yaml
4143items :
42- - id : devops-role-saranya
44+ - id : devops-role-FixY
4345 title : DevOps Engineer - Budapest
46+ description : |
47+ OpenShift-heavy role.
48+ Recruiter: fix Y
4449 state : waityou
4550 next_review : 2026-03-23
4651 meta :
47- recruiter : Saranya
52+ recruiter : fix Y
4853 source : linkedin
4954` ` `
55+
56+ ## Extra
57+
58+ - ` trackr history <item_id>` shows the event history for a single item.
You can’t perform that action at this time.
0 commit comments