IVim: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
Line 15: Line 15:
bash
bash
</pre>
</pre>
* [https://superuser.com/questions/827827/access-icloud-drive-via-terminal SuperUser], Access iCloud Drive via terminal.


== Where are my Files ==
== Where are my Files ==

Revision as of 17:22, 16 June 2021

Boogaloo iVim is a text editor on iOS based on Vi IMproved by Bram Moolenaar.

Getting help on iVim

Apple iCloud

All iCloud Documents are store in ~/Library/Mobile\ Documents/com~apple~CloudDocs. So:
Start by opening Terminal and then

$ cd ~/Library/Mobile\ Documents/com~apple~CloudDocs
$ ls -Al
.DS_Store
..
bash

Where are my Files

Every App on an iPad has its own local storage. So you can not edit files that live in other Apps local storage.
Can you edit files in the iCloud?


Which files can be edited.

See also

top

Reference

top