Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosugi/mshare
https://github.com/mosugi/mshare
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mosugi/mshare
- Owner: mosugi
- License: mit
- Created: 2021-02-13T04:48:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T04:55:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T15:24:37.166Z (about 2 months ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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