fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.7K
active users
Kranky Kong boosted

I've decided to open source Ebou, the cross platform Mastodon Desktop Client.

You can find the repository here:

github.com/terhechte/Ebou

It also supports Windows, although this is beta and Windows binaries are not included yet (you'll have to compile it yourself). Attached is a Windows screenshot. Linux should be easy to support, too.

I'm open sourcing it because I think there's great value in a high quality cross platform Mastodon desktop client and I can't pull this off alone.

Do you have any unusual yet useful keybindings in your (neo)vim config?

Here's one of mine:
vim.keymap.set("n", "<Leader>C", ":map <lt>leader>c :!<lt>cr><left><left><left><left>", {})

I use it to quickly setup a keybinding to recompile my project.

so I'll type '<leader>C' and it puts me in command mode with ':map <leader>c :!<cr>' with the cursor right after the '!' so I can type whatever shell command I want, hit enter, then invoke it with <leader>c.