5 projects
fzf-but-typed
Statically typed API to fzf
chitter
Fork of 'iterchain', Chitter allows you to chain iters.
funparse
`funparse` allows you to 'derive' an argument parser from type annotations of a function's signature, cutting down on the boilerplate code.
wcd
'Wallpaper changing daemon' is exactly what its name suggests. It tries to be the 'mpd' of wallpapers.
ssrs
'Simple Scripting for Rust' enables you to run rust source files as scripts, from the command line, by prefixing them with a shebang line. It's useful because sometimes you just want to write a quick-and-dirty 'script', without having to creaate a new crate/package.