adbenitez / deltachat-cursed

[WIP] Cursed Delta, a lightweight Delta Chat client for the command line
GNU General Public License v3.0
40 stars 2 forks source link

add send subcommand to send a message from CLI #57

Closed adbenitez closed 2 years ago

adbenitez commented 2 years ago

close #20

dotlambda commented 2 years ago

How do I find out the chat id of a group? That might actually be a good thing to mention in --help.

adbenitez commented 2 years ago

for now it is only for direct chats:

delta send --chat friend@example.com "hello dude!"

I plan to add an option to list chats and their id before releasing the next version :)

currently working in improving the CLI before adding more commands that is why have not been added yet

adbenitez commented 2 years ago

also plan to add more options than only text messages, so people can send files, and even control message view type to send stickers etc

adbenitez commented 2 years ago

I plan to add an option to list chats and their id before releasing the next version :)

maybe also a /id command inside app to get chat id

adbenitez commented 2 years ago

done, you can list all ids using delta list CLI or get current chat id with /id command inside TUI

adbenitez commented 2 years ago

now you can send some fortunes cookies to your friends :D