Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 868 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 868 Bytes

mshare

This is a command line tool to share text/url to Notes/Message/Email/Airdrop from your terminal.

Installation

git clone https://github.com/mosugi/mshare.git
cd mshare
make install

Usage

Share to Notes

mshare notes "Hello World"
mshare notes https://google.com

Share to Message

mshare message "Hello World"
mshare message https://google.com

Share to Email

mshare email "Hello World"
mshare email https://google.com

Share to AirDrop

mshare airdrop https://google.com

Call from Chrome Extension

This tool can receive arguments from native messaging.

Example: https://github.com/mosugi/ShareToNotes-extension

Thanks

https://github.com/vldmrkl/airdrop-cli https://gist.github.com/tearfulDalvik/e656177d3df7521cd61dffdc24ef3ec3 https://qiita.com/hcrane/items/e784a5f7c4fb5e6470e6