deadvey pushed to master at deadvey/aladeen 2026-04-02 02:19:08 +02:00
31e7eab069 removed duplicating words when using .split(' '), which produces empty None strings, used filter(None, ...) to remove these empty strings
deadvey pushed to master at deadvey/aladeen 2026-04-01 19:28:03 +02:00
aff8a8dd43 added a dedicated sleep function
deadvey pushed to master at deadvey/aladeen 2026-03-30 16:21:39 +02:00
a912836c07 Added the help command
deadvey pushed to master at deadvey/aladeen 2026-03-30 16:15:23 +02:00
302d7ea2e4 readme formatting
deadvey pushed to master at deadvey/aladeen 2026-03-30 16:14:45 +02:00
9923bda2a1 updated the top argument list in readme
c59e00cf78 Added support for different voices, renamed language and quote files with their 2 letter abreviations.
Compare 2 commits »
deadvey pushed to master at deadvey/aladeen 2026-03-30 15:33:13 +02:00
21345481b4 Fixed how quote IDs are read as argument and change the flag for listing quotes.
deadvey pushed to master at deadvey/aladeen 2026-03-30 02:11:26 +02:00
fea01154f3 Updated the comments and how rate is done
deadvey pushed to master at deadvey/aladeen 2026-03-30 01:35:13 +02:00
2859b3fbd5 updated reamde and language files and args
deadvey pushed to master at deadvey/aladeen 2026-03-29 21:54:49 +02:00
17e77c6372 Removed the old get_dictation file and updated the text outputing of the dictations
deadvey pushed to master at deadvey/aladeen 2026-03-29 21:24:11 +02:00
6ed1c6493e Added file mode support
deadvey pushed to master at deadvey/aladeen 2026-03-29 21:15:40 +02:00
7f49d241d8 fixed readme formatting and added two excepts for the mode modifier
0b0baf21b2 ignore some files
Compare 2 commits »
deadvey pushed to master at deadvey/blogger-nodejs 2026-03-25 18:09:25 +01:00
4955ebe7bd Update README.md
deadvey pushed to ed at deadvey/crawos 2026-03-11 22:17:43 +01:00
245cfa57f3 ED: Gotten l (list) working, need to work more on d (delete) as there's a bug with deleting lines that are not line 1.
deadvey pushed to ed at deadvey/crawos 2026-03-08 23:07:45 +01:00
88716c0b64 Fixed some bugs with inputs
deadvey pushed to ed at deadvey/crawos 2026-03-07 21:48:57 +01:00
7a9b82d57c Starting writing an ed implementation
deadvey created branch ed in deadvey/crawos 2026-03-07 21:48:57 +01:00
deadvey pushed to dev at deadvey/blogger-nodejs 2026-03-07 18:57:37 +01:00
ad4efffed5 Database reading changes should work, gotta implement same for writing and finish up testing then merge back into master
30cec0f7f0 Sydication updates
Compare 2 commits »
deadvey pushed to dev at deadvey/blogger-nodejs 2026-03-05 14:53:38 +01:00
9f5fd261c3 Changing how data is requested in DEV branch
deadvey created branch dev in deadvey/blogger-nodejs 2026-03-05 14:53:38 +01:00
deadvey pushed to master at deadvey/crawos 2026-03-05 00:09:58 +01:00
43d0a020f7 Added port support, and removed things from BASIC_DEVELOPMENT it does not yet support