用iPad Pro已經好幾年了,從iPad Pro 12.9吋換到11吋,一直到去年更新了貴死人的Magic Keyboard後,已經越來越適合拿來工作。

當初用iPad是想說已經很少在做製作方面的東西,現在工作上都是管理跟顧問的角色,只要能看圖看文件跟玩玩東西基本上已經足夠,所以就把Macbook Pro賣掉改用了12.9吋的iPad Pro工作,之後又因為要飛跟經常出差換比較好攜帶的11吋。

在iPad更新到iPadOS後已經是個蠻適合創作輔助的工具,在音樂上有Cubasis、圖像創作上有Procreate、影片剪輯也有LumaFusion...等,雖說我已經很少在製作了,但是心血來潮或者是看到新東西還是會想要玩一下。

但是在寫code上,還是會讓我有種想換回Mac的衝動,畢竟連最基本在Local玩個東西都無法。不過我已經沒有Mac了,所以就只能找找可以玩的東西。

這邊就分享一些好用的app

iVim (編輯器)

‎iVim
iVim is a project that brings the vim editor to the iOS system. It is open source, please visit the App Support URL. Font management Besides some system and embedded monospace fonts, iVim allows users to import and use their own custom fonts. Moreover, iVim supports to render ligatures if your fo…

不知道為什麼這app很少人推薦,這app是免費的,個人大推,可以內購Plugins Manager後安裝plugin,也可以使用Pathogen方式安裝,對用vim的人很方便。

這邊附上我的vim設定

andysmk2/myvim
Contribute to andysmk2/myvim development by creating an account on GitHub.

Blink Shell (SSH/Mosh)

‎Blink Shell: Mosh & SSH Client
We had no choice. We had to build Blink or we were going to jump out the window in frustration over the tools we were using. We started by analyzing what the must-haves were and we ended up grounding Blink on these four concepts: • Fast rendering: dmesg in your Unix server should be instantaneous. …

因為iPad不能在Local玩東西,所以會需要在Cloud主機上寫寫東西,這時候用這app就很方便,支援Mosh所以穩定度也是蠻高的。

Working Copy (Git client)

‎Working Copy - Git client
Access Git repositories on the go. Clone, edit, commit and push while allowing other apps access to repositories. Git is a important part of our work-life and iOS can take part in this. The ability to commit even when offline has added utility on a device that moves in and out of network coverage. …

這東西基本上是必備的,搭配Github把東西拉下來丟上去都需要它,一些服務在部署上也只能用它搭配Github,比方說Heroku,因為iPad也沒辦法用cli。

ShellFish (SSH & SFTP)

‎Secure ShellFish - SSH & SFTP
Secure ShellFish is an app that brings SSH to your iPhone and iPad and remote file transfers to the Files app, all in a convenient and easy to use package. Lightning fast, Secure ShellFish helps you access your remote servers and do whatever you need to do – whether that’s edit a configuration file…

算是蠻方便的app,跟Working Copy是同一個開發者,可以用SFTP拉檔案跟上傳,同時也支援SSH。

Inspect Browser (Web DevTools)

‎Inspect Browser
Web development tools for iOS. Inspect is a web inspector for iOS that provides desktop-class developer tools, right in the app. No need for remote debugging, connecting to a desktop, proxies, or remote systems. Included are:- JavaScript console.- HTML element inspection and editing (with live …

如果用iPad寫網頁沒有這個app會很麻煩,雖然跟Chrome DevTools比還是陽春很多,不過總比什麼都沒有好。

這些就是目前在使用的app,但我畢竟不是個coder,所以這些工具只是我個人在玩的時候會用的。