andrewbanchich / shreddit

Delete your Reddit data.
MIT License
247 stars 11 forks source link

Mac binary? #98

Closed nhornblower closed 3 months ago

nhornblower commented 4 months ago

Thanks for rewriting this.

Apparently a dumb question as no one else has asked...

What is the Mac file shreddit-mac? It isn't an .app, doesn't seem to be a .zip or .sit. Not sure what to do with it in Terminal. Any hints?

andrewbanchich commented 4 months ago

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.

muzzah commented 4 months ago

Its not compiled for Apple CPUs is it?

andrewbanchich commented 4 months ago

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 commented 3 months ago

The Mac app is not working. It does not recognize it as an app, I can't run ./shreddit.

andrewbanchich commented 3 months ago

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

jlyfshhh commented 3 months ago

Screenshot 2024-06-08 at 5 57 57 PM

andrewbanchich commented 3 months ago

chmod +x ./shreddit-mac

You need to give it executable permissions before running it.

jlyfshhh commented 3 months ago

Duh, that was it. It's always the simple things I overlook.

andrewbanchich commented 3 months ago

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 details of error.

nhornblower commented 3 months ago

Thank you everyone for helping and Andrew for providing the chmod solution. :)