mguesser

Crates.iomguesser
lib.rsmguesser
version0.1.2
created_at2025-05-22 00:45:31.468966+00
updated_at2025-05-31 01:52:05.472733+00
descriptionProvides a guess for the game Guess the Weight of the Marrow on both Neopets and virtu.pet.
homepagehttps://git.sr.ht/~sinza/mguesser
repositoryhttps://git.sr.ht/~sinza/mguesser
max_upload_size
id1684622
size29,094
sinza (retrosinza)

documentation

README

mguesser

mquesser is a command-line utility that prints a guess for the Neopets, Grundo's Cafe, and virtu.pet game Guess the Weight of the Marrow.

Usage

You are meant to use mguesser with a command-line clipboard utility. You can then paste the output into the form on the website.

Unix (Linux, BSD) systems with Wayland

mguesser -n | wl-copy # retail Neopets
mguesser -g | wl-copy # Grundo's Cafe
mguesser -v | wl-copy # virtu.pet

Unix (Linux, BSD) systems with X11

xsel

mguesser -n | xsel # retail Neopets
mguesser -g | xsel # Grundo's Cafe
mguesser -v | xsel # virtu.pet

xclip

mguesser -n | xclip # retail Neopets
mguesser -g | xclip # Grundo's Cafe
mguesser -v | xclip # virtu.pet

macOS

mguesser -n | pbcopy # retail Neopets
mguesser -g | pbcopy # Grundo's Cafe
mguesser -v | pbcopy # virtu.pet

Documentation

See the man page for more details.

Commit count: 0

cargo fmt