51 Commits

Author SHA1 Message Date
dasman
b940d5b724 tau: fix removing tags starting with @ 2025-08-11 17:02:01 +03:00
dasman
4bd0185252 tau: add 'log' command listing task related events in a certain timeframe 2025-04-24 23:10:25 +03:00
parazyd
78109ca8ab tau: Use python3 2025-02-28 15:32:17 +01:00
dasman
5f36dcda79 tau: fix a big in set_comment RPC, and exit with no access msg accordingly 2025-02-20 20:33:01 +03:00
dasman
3f8ec7e67a tau: show all stopped tasks with keyword 'tau archive all' 2025-02-17 20:05:13 +03:00
dasman
e94fce616d tau: show refid when adding a new task 2025-02-17 19:51:01 +03:00
G10h4ck
1a232e67ad chore: Fix python scripts shebang
Avoid python scripts "escaping" from venv
2025-02-17 12:14:14 +00:00
skoupidi
a76b9526bc misc: use ~/.local/share/darkfi for app storage 2025-01-13 15:25:15 +02:00
dasman
dab5b78419 tau: due time always be in future 2024-11-12 00:26:46 +03:00
dasman
c23b4cf979 tau: fix multiple values for assign and tags 2024-11-11 03:44:54 +03:00
dasman
21ca366998 tau: wrong due date exit with error instead assert 2024-11-11 03:42:06 +03:00
dasman
aafdd372fa tau: fix due date when displaying it in task_events and task info 2024-11-11 03:40:39 +03:00
dasman
eeddb7ef8c tau: fix datetime if the timestamp is in millis 2024-10-03 02:11:49 +03:00
dasman
94eb311bb4 tau: fix a bug that matched RefIDs instead of local IDs when RefID starts with numbers equal to local ID 2024-09-08 16:21:05 +03:00
dasman
053942f101 tau: fix a bug in archive command that made the intended month be older by one month 2024-08-29 18:32:43 +03:00
darkfi
8e199758d4 tau: fix typo 2024-08-19 16:45:52 +02:00
dasman
759122b379 doc: misc/tau: add missing commands and general doc update 2024-08-16 03:59:14 +03:00
dasman
a6e05ad395 tau: allow modifying task description using EDITOR 2024-07-25 04:21:32 +03:00
dasman
77533a5312 tau: prevent empty comments on tasks 2024-07-24 03:08:20 +03:00
skoupidi
fbcebe5e43 chore: updated some .gitignore files 2024-07-19 16:53:13 +03:00
darkfi
6962bbfd38 tau: assign field already contains @, so it will appear when adding task as @@foo 2024-07-17 14:08:06 +02:00
dasman
1280470758 tau: gitignore python stuff 2024-07-02 01:24:47 +03:00
dasman
2d68d9d054 tau: ignore any colon that isn't part of known attributes 2024-06-21 05:21:36 +03:00
dasman
273a046b8a tau: print and error and exxit if attributes are invalid, instead of assert 2024-06-20 17:34:09 +03:00
dasman
349ec7413e bin/tau: fix archive monthes and indexing stopped tasks 2024-05-26 04:39:19 +03:00
parazyd
bdb24d3078 tau: Rename main.py to tau 2024-04-17 20:11:47 +02:00
dasman
f7d0b7a5ac bin/tau: print info on cli when access denied 2024-03-20 23:32:19 +03:00
dasman
5dec33a632 bin/tau: accept RefID in any length 2024-03-11 16:18:37 +03:00
dasman
66d5e760b9 bin/tau: accept full RefIDs as IDs as well 2024-03-11 15:29:52 +03:00
dasman
0ecdff598d bin/tau: show task index when creating a new one 2024-02-22 02:37:18 +03:00
dasman
2a8ba89001 bin/tau: accept shortend refid as an identifier for tasks 2024-02-22 02:36:00 +03:00
Dastan-glitch
bf65de25ad bin/tau: remove commented/unused code 2023-12-22 01:22:08 +03:00
Dastan-glitch
3fafd85d3c bin/tau: more informative connection error with daemon 2023-12-19 06:06:50 +03:00
Dastan-glitch
27531c487b bin/tau: show refids as well when listing tasks 2023-11-19 04:45:53 +03:00
Dastan-glitch
ade0aa1dc7 bin/tau: [tau-python] alias UTC instead of importing it 2023-11-15 18:28:47 +03:00
Dastan-glitch
07441ee7b9 bin/tau: fix EOF error when adding a comment 2023-11-07 05:24:13 +03:00
Dastan-glitch
35f1d4d620 bin/tau: allow executing subcommands on all/non-filterd tasks 2023-11-07 05:20:45 +03:00
Dastan-glitch
820198db8e bin/tau: add more help info/examples 2023-10-30 17:09:28 +03:00
Dastan-glitch
c62846eb90 bin/tau: allow subcommands to affect multiple tasks 2023-10-30 16:54:53 +03:00
Dastan-glitch
3c6f8d86a7 bin/tau: add export and import 2023-10-27 18:34:24 +03:00
Dastan-glitch
b115638e98 bin/tau: update code and rpc methods 2023-10-26 20:56:21 +02:00
Dastan-glitch
2ee6dfbfc3 bin/tau: fix adding/removing tags and assigns 2023-10-10 16:25:06 +03:00
Dastan-glitch
06c22f2b80 bin/tau-python: sleep a bit for modifications to reflect before showing the modified task 2023-10-10 16:25:06 +03:00
Dastan-glitch
856ab6cf0a bin/tau-python: [WIP] show task title on creation 2023-10-05 06:00:33 +03:00
Dastan-glitch
facc1a2f3a bin/tau-python: [WIP] fix task events 2023-10-05 05:58:21 +03:00
Dastan-glitch
b3307c35b3 bin/tau-python: [WIP] fix RPC methods naming 2023-10-04 05:38:48 +03:00
Dastan-glitch
5ad745f1fd bin/tau-python: [WIP] replace id with refid 2023-10-04 05:38:22 +03:00
Dastan-glitch
cd31e18820 bin/tau-python: [WIP] saving mapped ids is not needed 2023-10-04 05:31:10 +03:00
Dastan-glitch
8a769604fe bin/tau-python: [WIP] round rank up to 4 decimal places 2023-10-04 05:29:34 +03:00
Dastan-glitch
b30ff61e65 bin/tau-python: [WIP] fix find_free_id() and ids start from 1 instead of 0 2023-10-04 05:27:12 +03:00