Slow and steady with the addition of features over the last few months (http://bonhardcomputing.com/category/news/) and how does it compare to Transmit!? Transmit is an FTP app; Truck uses rsync-over-SSH.
Curious why you choose Python? Is core logic implemented in Python? Was it hard to setup process for building and packaging app ? Any plans to release in Mac App Store? Ty.
I find Python to be one of the least worst languages. It took some difficult weeks to figure out how to build and package, although, to that end, PyQtDeploy came along at just the right time. It's already in the Mac App Store.
> It took some difficult weeks to figure out how to build and package
I had the exact same experience with my PyQt-based file manager [1]. Because of this frustration, I open sourced its build system [2]. I believe it could have saved you those weeks of work. Maybe it can still help you if you want to add automatic updates on Mac, or support other OSs (Windows, Linux).
This mentions try for free many times but doesn’t mention pricing anywhere. Why don’t you have clear pricing information on the site that’s easily accessible?
18 comments
[ 3.5 ms ] story [ 44.0 ms ] threadhttps://news.ycombinator.com/newsfaq.html
That's even more true for Show HN: "New features and upgrades ("Foo 1.3.1 is out") generally aren't substantive enough to be Show HNs."
https://news.ycombinator.com/showhn.html
I had the exact same experience with my PyQt-based file manager [1]. Because of this frustration, I open sourced its build system [2]. I believe it could have saved you those weeks of work. Maybe it can still help you if you want to add automatic updates on Mac, or support other OSs (Windows, Linux).
1: https://fman.io
2: https://build-system.fman.io