redo-rs icon indicating copy to clipboard operation
redo-rs copied to clipboard

Port of apenwarr's redo to Rust

Results 6 redo-rs issues
Sort by recently updated
recently updated
newest added

I was evaluating using redo again and was checking if there were any C/Rust impls and found this one. One of my 2 misgivings with the apenwarr one is that...

Especially for Nix packaging (#12), the cold release builds take a long time. I believe I can turn off some of the [clap feature flags](https://docs.rs/clap/latest/clap/#feature-flags) to free up some build...

good first issue

I disabled the integration tests during the Nix derivation because it frequently hit issues with having programs like `which` available and depends on recursive gitignore. I believe I can probably...

bug

Submit the Nix packaging to [nixpkgs](https://github.com/NixOS/nixpkgs). Should include docs and shell completion, probably.

enhancement