Andrew Banchich

Results 76 comments of Andrew Banchich

> I'm mainly not a Windows user Me neither =) I just do a lot of work with Windows paths for work. Unix is so much simpler. I'm not an...

The Windows [documentation on verbatim / extended-length path prefixes](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation) says: > These prefixes are not used as part of the path itself. They indicate that the path should be passed...

Actually, thinking this through some more, Rust thought `\\?/UNC/` was a UNC, not VerbatimUNC (which I understand since it uses forward slashes. Since it doesn't work for accessing extended-length paths,...

Hi! If you are in the same directory as the program, just run `./shreddit`. If you add it to your PATH then you can just run `shreddit` from anywhere.

Does the `shreddit-mac` binary not work? https://github.com/andrewbanchich/shreddit/releases/tag/v0.9.3 I don't have a Mac to test this on so not sure if there's something different needed for their own chips.

@jlyfshhh can you provide more details? How are you trying to run it? What error message do you get?

`chmod +x ./shreddit-mac` You need to give it executable permissions before running it.

Glad it worked! Going to close this since I haven't gotten any info about specific errors. If something still isn't working for someone please open a new issue and post...

Thanks for the contribution! I think `--after` would more intuitively mean that posts after the given date _should_ be shredded (and vice versa with `--before`). Could you update the logic...