iSH 上のファイルは iOS の他アプリからアクセスできる

iSH 上のファイルは iOS の他アプリからアクセスできる #

テキストエディタとかファイラーとかから普通にアクセスできるので、使い勝手微妙な Emacs on iSH で無理にやる必要もなく。
Markdown Editor の Taio 使うと、こんな感じか。
hugo のコンテンツ生成は、Google Cloud Shell でやった方が速いので、やや冗長だけど、これで iPad だけでできますな。

。。。iSH じゃなくて Git クライアント使う方が一般的ですかね。でも、hugo newを iPad 上でできてるのは、まぁまぁ意義があると思っている。

  1. iSH
    • hugo new a.md
  2. Taio
    • a.md を編集
  3. iSH
    • git add a.md
    • git commit
    • git push
  4. Google Cloud Shell
    • git pull
    • hugo --cleanDestinationDir
    • git add public
    • git commit
    • git push

See Also

Copyright © 髭。/ Hugo + hugo-book