❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 275 B view raw
1module github.com/Fuwn/rui 2 3go 1.22.7 4 5require github.com/urfave/cli/v2 v2.27.4 6 7require ( 8 github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect 9 github.com/russross/blackfriday/v2 v2.1.0 // indirect 10 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect 11)