kota's memex

https://github.com/atotto/clipboard

Clipboard support for go.

https://github.com/godbus/dbus

Native Go bindings for D-Bus.

https://github.com/muesli/go-app-paths

Seems like the best "config directory" library. The other xdg one I had been using doesn't fallback to /etc/app which is super annoying.

https://sr.ht/~sircmpwn/dowork/

Task queueing library.

https://github.com/meowgorithm/babyenv

Pretty slick environment variable parser. Lets you read environment variables into a config struct in a similar manner to parsing toml/json and such.

https://github.com/elliotchance/pie

A utility library for dealing with slices and maps.

https://github.com/pkg/sftp

SFTP library for go.

https://github.com/google/uuid

UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

https://github.com/jinzhu/now

A time toolkit.

https://github.com/BurntSushi/toml

Easy simple toml library.

https://github.com/go-ini/ini

INI file read and write.

https://github.com/spf13/afero

A FileSystem Abstraction System.

https://github.com/google/go-cmp

Easy deep comparison.

https://github.com/stretchr/testify

A toolkit with common assertions and mocks that plays nicely with the standard library.

https://github.com/esimov/caire

Content aware image resize library

https://github.com/fogleman/primitive

Reproducing images with geometric primitives.

https://github.com/muesli/smartcrop

Content aware image crop.

https://stackoverflow.com/questions/22892120/how-to-generate-a-random-string-of-a-fixed-length-in-go/31832326#31832326

Fast random string generator.

https://github.com/dustin/go-humanize

Formatters for units to human friendly sizes.

https://github.com/mvdan/xurls

Extract URLs from text (even supports gemini).

https://github.com/Tnze/go-mc

Libraries of everything in Minecraft.

https://github.com/jawher/mow.cli

A versatile library for building CLI applications. Perhaps a bit overkill for a lot of things, but simpler than cobra for sure.