sms-sender/README.md

20 lines
353 B
Markdown
Raw Permalink Normal View History

2019-08-07 15:47:12 +02:00
SMS-SENDER
==========
Send SMS using kdeconnect.
```bash
$ git clone https://gitnet.fr/deblan/sms-sender.git
$ cd sms-sender
2019-08-23 15:31:54 +02:00
$ export FILE=/path/to/contacts.vcf # not required if you manually fill the phone number
2019-08-21 09:56:34 +02:00
$ export DEVICE=XXXXXXXXXXXXXXXX # @see kdeconnect-cli -l
$ ./send-sms
2019-08-07 15:47:12 +02:00
```
Requirements
------------
* whiptail
2019-08-21 09:56:34 +02:00
* kdeconnect-cli
2019-08-07 15:47:12 +02:00
* vim