shreddit icon indicating copy to clipboard operation
shreddit copied to clipboard

Delete your Reddit data.

Results 25 shreddit issues
Sort by recently updated
recently updated
newest added

Fix the workflow and add support for mac silicon.

This tool works for a while, then I eventually get this error: ``` thread 'main' panicked at /Users/jesse/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shreddit-0.9.3/src/things/post.rs:168:10: called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: Error("EOF...

Adding `SHREDDIT_SKIP_SUBREDDITS=` to env args such as `SHREDDIT_SKIP_SUBREDDITS=halo` gets ignored by shreddit. I have tried various formatting options such as `SHREDDIT_SKIP_SUBREDDITS=/r/halo` and `SHREDDIT_SKIP_SUBREDDITS=r/halo` but they all get ignored. Adding `--skip-subreddits`...

I'm getting the following error when trying to run in Red Hat, Rocky Linux and Fedora: called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: Error("expected value", line:...

With the current implementation, the user must specify subreddits with the correct case, otherwise the checks to skip them won't work.