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
- Host: GitHub
- URL: https://github.com/badetitou/franz-textto
- Owner: badetitou
- Created: 2018-02-25T12:45:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T19:04:03.000Z (about 7 years ago)
- Last Synced: 2025-01-14T01:15:21.547Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```