1
0

23 Commits

Author SHA1 Message Date
f8f8c53ce0
A bunch of mostly untested shit 2018-07-29 17:12:27 +01:00
e469755e37
Clean up code and document code 2018-07-28 21:58:21 +01:00
8e5e5f166c
Clearer separation between task and operation 2018-07-14 16:28:38 +01:00
8923a79083
Task.text -> str(Task) 2018-07-14 16:23:35 +01:00
15588b80ed
Add way to export tasks as raw text (no numbering, shows all tasks unfiltered) 2018-07-11 20:26:24 +01:00
f3ea3a108b
Add raw support for get_tasks function 2018-07-11 19:54:58 +01:00
e62257daaa
Switch range(len(list)) to enumerate(list) 2018-07-11 19:45:51 +01:00
d49115c421
Send task text instead of ID when doing task 2018-07-08 22:21:49 +01:00
eeb20fcc26
Better sorting for ls 2018-06-27 23:18:05 +01:00
2650c265b9
Fix /last command when command is commandless add 2018-06-27 23:01:18 +01:00
85d5ffc318
Add '/last' command, remembers last command sent 2018-06-27 22:42:07 +01:00
e7d21dedba
Fix adding commands w/o add command 2018-06-26 21:21:56 +01:00
68ef96b184
Fix remove command 2018-06-26 21:15:50 +01:00
42c93b687b
Reduce sleep time, increase responsiveness 2018-06-26 21:00:47 +01:00
991cf35adf
Added responses to more commands 2018-06-26 21:00:32 +01:00
a59a636d70
Add ping function 2018-06-26 20:55:55 +01:00
567aef53c5
Add response to adding task 2018-06-26 20:50:58 +01:00
672c893280
Fix commandless task adding 2018-06-26 20:50:45 +01:00
909365c413
Add filtering to ls command and shorten hidden settings 2018-06-26 20:42:38 +01:00
ec6664868e
All commands now require forward slash and no command assumes /add prefix 2018-06-26 20:11:03 +01:00
95ebace08f
make commands case insensetive 2018-06-24 17:45:53 +01:00
cea9eb1eab
Change commands and fix tasks numbering 2018-06-24 17:44:24 +01:00
27f6dc057d
Initial commit. 2018-06-24 17:22:51 +01:00