Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mosugi/mshare


https://github.com/mosugi/mshare

Last synced: 4 days ago
JSON representation

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