Hacker News new | ask | show | jobs
by akshaykalose 659 days ago
I usually open-source everything, but this app is currently closed-source. Everything related to viewing and unarchiving is free and I plan to make creating archives and renaming/moving/deleting files within the archive paid. (The lifetime license is currently 80% off during development, check in the Settings of the app.)

I'm using SwiftUI + AppKit in XCode to make the app. The toolbar is just a row of big native buttons :D. I initially designed it to be familiar to Windows users & 7-Zip. But, after actually playing with 7-Zip recently, I think it can be unintuitive at times (ex. the extract/copy/move buttons can all unarchive and the button to create an archive is labeled "Add"), so I plan to modify it. I'm also planning on adding customization options to move these buttons to the native macOS toolbar so it can fit in better with the macOS design langauge.

Thanks I spent quite some time playing around with that animation! It is also fully coded in SwiftUI.

2 comments

You should not host on GitHub without source.
Is this your opinion or is there something in ToS ?

GitHub allows private repos, proprietary licenses, and releases explicitly allow publishing a binary, so, why not use github? it's free.

Apart from the abuse of GitHub, are you sure the current form of distribution complies with the 7zip license?
Yes, I checked this, 7zip has a GNU LGPL license.
More directly: I believe you are in violation of the LGPL 2.1 license 7zip uses, though it'd be easy to fix.

I think the easiest to follow explanation of the requirements for this case is https://softwareengineering.stackexchange.com/a/86146/332347