@kjuulh

0 Followers
3 Following
2 Posts

Platform Engineer @lunar

Developing jank, and some good stuff once in a while

Just quickly got #tootcli up and running with nvim like so

```bash
local tempfile=$(mktemp)

# Open nvim and let the user edit the file
nvim $tempfile

# Use the contents of the file as input for your command
toot post "$(cat $tempfile)"

# Clean up the temporary file
rm $tempfile
```

Simply run the script, edit the text file and save quit :wq

It hasn't been that long since I setup a bare-metal kubernetes cluster. However, I decided to give #talos a try, super nice distribution. It has some jank, but I got a ha cluster up and running in no time.