09-13-2022, 01:46 PM
(09-13-2022, 10:50 AM)biketool Wrote:(09-13-2022, 08:34 AM)anonymous Wrote:(09-12-2022, 04:58 AM)biketool Wrote:(09-12-2022, 04:49 AM)anonymous Wrote: Can you use ssh to call mmcli? You can use mmcli with --messaging-create-sms and --send.
Nice!
exactly what I wanted!
Now I can leave a SSH window up for this.
Where did you find this? I have this
https://www.commandlinux.com/man-page/man8/mmcli.8.html
but it is not clear how to format an included SMS message and I am now juggling between this and fixing my clashing chatty and gnome-contacts upgraded installs.
--messaging-create-sms-with-data is less dangerous to use than --messaging-create-sms that requires that you use quotes very carefully.
These examples might help you:
https://gitlab.freedesktop.org/mobile-br...i-test-sms
that script looks ripe for trimming down to a cli-sms app.
Yes and it can be useful to send encrypted SMS as there is no such feature in Chatty yet. You can write your SMS in a simple text editor, use GPG to encrypt it and use mmcli to send it.