1
0
Commit Graph

94 Commits

Author SHA1 Message Date
13f64ee5d6 update src/db.py to use redis db instead of a json file lol 2021-03-19 13:55:08 +00:00
76313906bc add undo function 2021-02-27 15:22:08 +00:00
043cebe8b4 create function get_task_ids_from_context, use in functions delete and do 2021-02-27 15:16:51 +00:00
c08281b83a undo commit 669181239d, hide empty (deleted) tasks in ls function instead 2021-02-27 15:14:09 +00:00
5892e80e2e update .gitignore 2021-02-27 15:03:57 +00:00
f351fd8f90 add option to delete commands 2021-02-27 15:03:16 +00:00
a5ff687ade move fuzzy_get_task_id to src/db.py 2021-02-27 15:02:24 +00:00
669181239d don't return empty (deleted) tasks 2021-02-27 15:00:25 +00:00
0db78a6ab7 put pydo as git dependency in requirements.txt 2021-02-27 14:56:29 +00:00
452d4d2465 get bot token from commandline 2021-02-27 14:56:02 +00:00
Alvie Rahman
f3c3e671fa
Merge pull request #1 from alvierahman90/dependabot/pip/cryptography-3.3.2
Bump cryptography from 3.3.1 to 3.3.2
2021-02-26 12:16:43 +00:00
18c4e1f193 create readme 2021-02-25 21:37:14 +00:00
dependabot[bot]
061c72a0fe
Bump cryptography from 3.3.1 to 3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 21:35:05 +00:00
6212d92fc9
initial commit v2 !! 2021-02-25 21:34:33 +00:00
e9decc0ee7
clear repo 2021-02-25 21:30:45 +00:00
e1654bb023
Update help.md 2018-12-19 17:04:18 +00:00
14e942355b
Update version number 2018-12-19 17:00:21 +00:00
ec07146c08
minor edits 2018-12-19 16:54:27 +00:00
343c03a6c1
merge rm, do, undo, and priority functions with fuzzy versions 2018-12-12 00:18:34 +00:00
09f55ea9b9
functions relating to a user all now have chat_id as first parameter 2018-12-11 23:05:56 +00:00
701ff42b22
Show output when runnign docker container 2018-12-11 22:54:19 +00:00
0b507b3cd3
move help.md into src/ 2018-09-16 12:59:47 +01:00
54e7af68f5
Change readme 2018-09-16 12:57:23 +01:00
31099219ec
Update docker-compose example file 2018-09-16 12:47:41 +01:00
f671a3b198
config can be changed on the fly, moved to volume 2018-09-16 12:44:48 +01:00
a3ddc41118
Dockerize 2018-09-16 12:37:35 +01:00
6f16104524
Move Tasks module to different package 2018-09-16 12:16:14 +01:00
80bf201fa7
Add install instructions to readme, remove todo list from readme 2018-09-08 14:55:28 +01:00
0538f87706
Merge branch 'master' of github.com:alvierahman90/todo.txt_telegram 2018-09-08 14:26:40 +01:00
e199e34627
Integrate rm_task into rm_tasks to remove a function 2018-09-08 14:22:06 +01:00
c05979e208
Add fuzzy modes for /do, /undo, /rm, and /priority 2018-09-08 14:19:45 +01:00
Alvie Rahman
eb666d34ce
Create LICENSE 2018-09-04 16:40:12 +01:00
4116023f98
Make it easier to change version number 2018-08-23 15:10:23 +01:00
c65fd52f19
Add version information on help message 2018-08-23 15:04:23 +01:00
366669e6ab
Fix /ls :only-hidden mode 2018-08-19 15:35:16 +01:00
2c0a71cb2b
Merge branch 'master' of gitlab.com:alvierahman90/todo.txt_telegram 2018-08-19 15:09:22 +01:00
5d1bd982c4
Improve help.md 2018-08-19 15:07:54 +01:00
ad4d470d6a
Improve help.md 2018-08-19 15:05:58 +01:00
b4e07d246a
change ls filters :show-hidden -> :show-done, :only-hidden -> :only done 2018-08-19 15:04:51 +01:00
9f5c233c44
Fix help.md 2018-08-19 14:29:37 +01:00
c59ba5b560
Merge branch 'master' of gitlab.com:alvierahman90/todo.txt_telegram 2018-08-19 14:25:50 +01:00
b602334303
Add checks to see if supplied ID is numeric 2018-08-19 14:19:55 +01:00
e59eb73597
Add checks to see if supplied ID is numeric 2018-08-19 13:44:14 +01:00
cda3d6fd72
Show task ID on doing/undoing task 2018-08-19 13:36:59 +01:00
06e010dbcb
Add ability to change priority of tasks 2018-08-16 20:45:03 +01:00
7ab29c7533
Formatting 2018-08-16 20:10:36 +01:00
1901de893d
Implement help command 2018-08-09 21:13:58 +01:00
c634a447a0
Merge branch 'master' of github.com:alvierahman90/todo.txt_telegram 2018-08-09 21:00:49 +01:00
f30b33241a
Fix filtering only using last filter 2018-08-09 20:59:04 +01:00
Alvie Rahman
136d48049d Set theme jekyll-theme-minimal 2018-08-09 20:10:42 +01:00