Recent Posts

TIL - Learning github script

less than 1 minute read

If you’re managing a lot of GitHub repositories you’re probably using GitHub Actions. One extremely powerful action is github-script. Using this script you ...

Monitoring GitHub Rate limits

4 minute read

If you’re an active user of GitHub API, pretty soon you’ll reach your account’s rate limit - 5000 requests per hour for authenticated user.

Git fzf wrappers for fish

less than 1 minute read

I was reading through the list of changes of new fzf version and, as it sometimes happened, found myself in a different place.

Restarting GitHub action from CLI

less than 1 minute read

GitHub Actions is still pretty new and missing a lot of functionality. One of such missing features was the ability to interact with Actions from the command...

Vim my favourite keymapping

less than 1 minute read

I don’t think that there is a single person who likes Vim’s Ex mode. And keymapping used to trigger this shortcut, Q regularly gets occasionally triggered.