💾 Archived View for tilde.team › ~shiro › gemlog › 2023-07-22.gmi captured on 2024-02-05 at 11:17:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

Saturday, 22 July 2023

Writing gemtext using neovim + scp

This gemlog is written in my local nvim buffer and piped it through ssh to tilde.team server. Does it works?

Edit: it works! It's a pain to write the full directory path for the gemlog, but atleast it works, I guess.

Edit2: I found a better way to do it, by using scp instead of piping the buffer. It look like this:

nvim scp://<user>@tilde.team/~/file-in-home-dir.txt

Its kinda slow if you have a bad internet connection like me.