iPad as a Dev Console, Part 1: SSH

I recently got an iPad to replace my venerable Huawei tablet, and I've been exploring how to use it for dev work.

I work mostly in on Linux, so my requirements are pretty modest:

  • ssh terminal
  • sftp for file management
  • editor with sftp
Continue reading “iPad as a Dev Console, Part 1: SSH”

MastoBot 0.1.0-2

I've published another prerelease of to ; this prerelease expands coverage of the MastoBotAPI class and significantly improves method documentation coverage.

Continue reading “MastoBot 0.1.0-2”

MastoBot Documentation!

I'm bad at documentation, so in I'm making a concerted effort to be mindful of it.

Enter tooling! I'm using with Pages and CI.

Continue reading “MastoBot Documentation!”

Collect a keypress in a bash githook

After a flurry of accidental pushes direct to the main branch at work, I decided we need a technical solution. The obvious answer would be to use GitLab’s protected branches, but that’s not practical at our org. Next best: a to check the branch one is committing to, and have the user confirm or cancel as the case may be.

Continue reading “Collect a keypress in a bash githook”

Mastobot Beta 0.1.0-0

I've released an initial beta of to .

is a client library for . It offers 3 levels of helpers to communicate with a instance.

Continue reading “Mastobot Beta 0.1.0-0”

MastoBot

I've started work on my client library, .

Initial work has progressed well; I have wrappers for HTML methods and reasonable coverage of helpers for API endpoints.

Continue reading “MastoBot”