
One cool feature is, that you can clone your websites for example from GitHub and then preview in Buffer Editor using the preview feature. If I need more git features then i just link folders via "open" function from working copy app and edit the files in Buffer Editor and later do other magic in working copy. The terminal is not the best/desktop class, but it has everything what I need.Īlso the git support in Buffer Editor is good and suits for basic git usage. I can also control my servers using the terminal inside Buffer Editor, terminal can be opened in the tabs like files. I do daily updates to multiple websites using buffer editor (The workflow is simple: open file and save it), tho it also supports download and upload for offline use. Actually I have bought/used all the code editors for iOS.īuffer editor supports: BitBucket, Github, GitLab, Custom Git, Dropbox, iCloud, Google Drive, SFTP, SSH, FTP, iOS Files. I can easily say, that currently Buffer Editor is the best code editor for iOS. It’s worth noting that Working Copy (git client) has a great repository search feature, which goes a long way towards addressing the code navigation issues, but I’m so used to the git CLI that I typically run git in iSH.Īll that said, I should probably learn to use vim, which is available in a few different guises but the learning curve is steep. If you’re a CLI kind-of programmer, this setup might work well for you. I use iSH for git, ssh, python and other Unix CLI commands.
TEXTASTIC VS KODER INSTALL
I was able to install the Kubernetes client because pip could compile the required ffi libraries. GCC works, so you can download and compile source.
TEXTASTIC VS KODER APK
iSH is an Alpine Linux shell (ash) with support for installation of APK packages: it runs on an Intel emulator, so provided the required system calls are available in iSH, you can install and use Alpine Linux binary packages. I typically use GoCoEdit in split screen mode with iSH (installed via TestFlight). GoCoEdit has sftp support and an ssh shell that you can use to connect to a server. The main thing missing is code navigation: the editor works well for individual files, but it’s hard to jump to a class/function definition in another file in the project. I’m currently using GoCoEdit, which seems to be the best of the bunch for me but isn’t perfect. For example, you can’t install the official Kubernetes client libraries. It doesn’t support libraries that require FFI (C-code) libraries. There are add-ons that give you a shell equivalent and I think you can ssh/sftp from this shell. Pythonista is very nice and allows you to both edit and run your Python code.
