My own version of a simple icalendar-based todo manager.
Project description
tdry
This repo was forked from the original repo at https://github.com/pimutils/todoman
Changes
1. Shorter Commands
cancel: cc
copy: cp
delete: rm
done: do
edit: ed
flush: fl
list: ls
move: mv
new: nw
show: sh
2. Add more color to the output.
3. The default due
date is now never
(0).
4. Add percent
selector in the edit command.
5. Add LISTS commands:
--newlist
or-nl
to create a new list.--removelist
or-rml
to delete a list.--lists
or-sl
to show all lists.
6. Add doing
command to focus on a especific task.
doing
alone shows the current task.doing <task>
add the task to the doing list.doing --all
ordoing -a
shows all tasks in the doing list.
7. Add done
command to mark as complete the task that is currently being done.
done
alone marks the current task as complete.done --show
ordone -s
shows all completed tasks.done --clear
ordone -c
clears all completed tasks.
8. Add cancel
command to cancel the task that is currently being done.
Bonus
I have created an alias to make the commands even shorter.
alias t='todo'
TODO
- Create a Docker image to run the application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tdry-1.0.0.tar.gz
(34.6 kB
view details)
Built Distribution
tdry-1.0.0-py3-none-any.whl
(30.6 kB
view details)
File details
Details for the file tdry-1.0.0.tar.gz
.
File metadata
- Download URL: tdry-1.0.0.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd7d52ec23841ff75a0cfee2a1d957b559771f01905e1e5aeaac0772cf94b14 |
|
MD5 | 069ef309a889c0b4e58606cd109c652c |
|
BLAKE2b-256 | 56b44733bf2c75183ff945e998a6383fc249f402a4bbab6de4a48a8d3237a452 |
File details
Details for the file tdry-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tdry-1.0.0-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c413455434bcdc3ac167a607ab9f0d75b7a69e5f400e617f9d233fba52838f78 |
|
MD5 | b706e69135be1d77ebb8484093bac9a0 |
|
BLAKE2b-256 | 1ab57a23f92a2b50711757336851fd8f71713c757ae4b4272cb3328edd65929d |