Update documentation for iOS app.

This commit is contained in:
Mark Jerde 2017-08-23 00:28:50 -05:00
parent aa83f93754
commit 08c5eb29d4
2 changed files with 32 additions and 6 deletions

18
help.iOS.md Normal file
View file

@ -0,0 +1,18 @@
### Flycut iOS Help
<a href="http://itunes.apple.com/us/app/flycut-clipboard-manager/id442160987?mt=12"><img src="http://a3.mzstatic.com/us/r1000/047/Purple/fb/53/f2/mzi.mcaxwyjm.175x175-75.png" /></a><br />
**Basics**
Copy the same way as always.
Paste the same way as always.
Open Flycut to save the current clipping if it hasn't already been saved. Tap any clipping in Flycut to place it on the clipboard. Swipe right on any clipping to delete it, or swipe left to open it if it is a web link.
**Details**
A clipping will move to the top of the list when tapped to place it on the clipboard.
Only the most recent 40 clippings will be retained.
Formatting is stripped from clippings, allowing you to paste without carrying along unwanted formatting.

View file

@ -1,32 +1,40 @@
### Flycut
# Flycut
<a href="https://github.com/TermiT/Flycut/releases"><img src="http://a3.mzstatic.com/us/r1000/047/Purple/fb/53/f2/mzi.mcaxwyjm.175x175-75.png" /></a><br />
**Description:**
Flycut is a clean and simple clipboard manager for developers. It's based on an open source app called Jumpcut.
Every time you copy a code piece, Flycut stores it in history. Later, you can paste it using Shift-Command-V even if you have something different in your current clipboard. You can change the hotkey and other settings in preferences.
On the Mac, every time you copy a code piece, Flycut stores it in history. Later, you can paste it using Shift-Command-V even if you have something different in your current clipboard. You can change the hotkey and other settings in preferences.
On iOS, every time you open Flycut, it checks for a new clipping and stores it in history. Later, you can tap any item in the history list to place it on the clipboard. You can also swipe web links in the history to open them without placing them on the clipboard.
Developed by developers for developers.
**Donation:**
If you like Flycut, you can donate [here](http://www.pledgie.com/campaigns/16338).
## Install
**MacAppStore (outdated):**
Download from the App Store [here](http://itunes.apple.com/us/app/flycut-clipboard-manager/id442160987?mt=12)
Note: the App Store version is not up to date - if you want the latest version with all the features, you will have to download DRM-Free version or compile Flycut yourself.
Note: the Mac App Store version is not up to date - if you want the latest version with all the features, you will have to download DRM-Free version or compile Flycut yourself.
**DRM-Free:**
Download latest DRM-Free version [here](https://github.com/TermiT/Flycut/releases)
**iOS App Store:**
Submission pending to the App Store
## Use
**Documentation:**
[Mac Help File](help.md) / [iOS Help File](help.iOS.md)
## Develop
**Contributors:**
Check the list of contributors [here](https://github.com/TermiT/Flycut/graphs/contributors)
**License:**
MIT
**Documentation:**
[Help File](help.md)
**Todo:**
* Big refactoring