Mac CLI – OS X command line tools for developers
1–10 of 75 posts
Re: Mac CLI – OS X command line tools for developers
#2Re: Mac CLI – OS X command line tools for developers
#3Re: Mac CLI – OS X command line tools for developers
#4Re: Mac CLI – OS X command line tools for developers
#5I'm quite unfond of this command suite pattern that seems to be popular in cli apps lately. It's a very git thing to do. Why not just mac-whatever1 mac-whatever2? It has less coupling, basic autocompletion out of the box, and generic autocompletion very easily generatable in a context-free fashion, but less coupling alone should be enough of a reason.
Re: Mac CLI – OS X command line tools for developers
#6Looks like a nice collection of tools, but unfortunately the installation process assumes you want to install Homebrew (as if you haven't already), install pip, and install git, pv, and python through Homebrew. I don't want to perform those steps. I already have Homebrew, pip, and git installed, and I have pv and python installed using Nix.
Re: Mac CLI – OS X command line tools for developers
#7I'm quite unfond of this command suite pattern that seems to be popular in cli apps lately. It's a very git thing to do. Why not just mac-whatever1 mac-whatever2? It has less coupling, basic autocompletion out of the box, and generic autocompletion very easily generatable in a context-free fashion, but less coupling alone should be enough of a reason.
Re: Mac CLI – OS X command line tools for developers
#8As a seasoned dev on OS X I'm not sure if I see the benefits here. You get the same set of instructions but lose (or rather, don't gain, as a beginner) the chance to use google-fu.
Re: Mac CLI – OS X command line tools for developers
#9I'm quite unfond of this command suite pattern that seems to be popular in cli apps lately. It's a very git thing to do. Why not just mac-whatever1 mac-whatever2? It has less coupling, basic autocompletion out of the box, and generic autocompletion very easily generatable in a context-free fashion, but less coupling alone should be enough of a reason.
I agree 100% with you. I am working on a modular version of the script and I will update the code soon. Thanks for your comment!
Re: Mac CLI – OS X command line tools for developers
#10Earlier quoted context omitted.
I agree 100% with you. I am working on a modular version of the script and I will update the code soon. Thanks for your comment!
I appreciate your appreciating my jibe. Good luck with your suite and sorry for the little bit of negativity. Command line apps are my favorite type of apps.