akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
akshaykalose's comments
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
I also have another open source repo with several releases at ~40MB per release.
If the repo starts to get really large, then yes, I should host it somewhere else. But, putting it into perspective, I just released an initial MVP, and the repo size is less than 5MB in total.
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
The toggle is actually a native SwiftUI Picker in the toolbar. Adding command options and dragging and dropping on the dock icon is on the roadmap!
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
789-Zip will be able to create multiple types of formats and will also allow editing (renaming, adding in files one by one, renaming, moving, and deleting) within the Finder view.
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
I'm also going to be adding features to update the archive so you can just drag and drop new files into the archive in addition to renaming files and moving them around inside of the archive (and deleting files).
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
akshaykalose | 1 year ago | on: Show HN: 789-Zip – A native macOS app for 7-Zip
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.