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

https://github.com/badetitou/franz-textto

Franz SendLeap Plugin
https://github.com/badetitou/franz-textto

Last synced: 7 months ago
JSON representation

Franz SendLeap Plugin

Awesome Lists containing this project

README

          

# SendLeap for Franz

An unofficial Franz recipe for [SendLeap](https://sendleap.com) (previously TextTo.io).

## Installing

### Windows

With git and PowerShell:

```
mkdir $env:APPDATA\Franz\recipes\dev\
git clone git@github.com:badetitou/franz-textto.git $env:APPDATA\Franz\recipes\dev\franz-textto
```

With Explorer:

1. Download the `franz-textto.zip` from github. Extract it to its own folder (`franz-textto`).
2. Open `%appdata%/Franz/recipes/dev/`. The `dev` folder may not exist, so go ahead and create it.
3. Copy the `franz-textto` folder into the plugins directory.
4. Reload Franz.

### Mac

```
mkdir ~/Library/Application\ Support/Franz/recipes/dev/
git clone git@github.com:badetitou/franz-textto.git ~/Library/Application\ Support/Franz/recipes/dev/franz-textto
```

### Linux

```
mkdir ~/.config/Franz/recipes/dev
git clone git@github.com:badetitou/franz-textto.git ~/.config/Franz/recipes/dev/franz-textto
```