# Zip sends a message to self (send message) and a friend (baadu). the message is whatever is on the clipboard. MacOS only ### Installation download and extract this extension as zip in Terminal, navigate to the folder of this extension ```cd ~/Downloads/zip-main``` (depends on name) Look in src/message.tsx and change the contacts and phone numbers to yours (will all 1234567890 by default) Look in src/log.tsx and change the path to wherever you want your logs to go (default is ~/Documents/logs, you'll have to create that folder if it doesn't exist) run ```npm install``` run ```npm run build``` Open raycast and turn on developer mode (preferences > advanced) Import extension and select the folder ```zip-main``` or whatever you've called it Run your commands! ### Images ![Form1](https://github.com/Omegon0/zip/blob/main/form1.jpg?raw=true) ![Func1](https://github.com/Omegon0/zip/blob/main/func1.jpg?raw=true) ![Form2](https://github.com/Omegon0/zip/blob/main/form2.jpg?raw=true) ![Func2](https://github.com/Omegon0/zip/blob/main/func2.jpg?raw=true)