Aaron Jones

Results 5 comments of Aaron Jones

Thanks for reporting this. I think this possibly has to do with the way Homebrew is installed. Did you have Homebrew installed prior to running the script?

Looks like Homebrew requires `/usr/local/bin` to be in your PATH which you already figured out. When you run the installer it will warn you: ![](https://i.imgur.com/K6OHWDP.png) EDIT: Maybe the script should...

I had the same problem. [GET](https://www.timeanddate.com/time/zones/get) is a timezone. Instead do: "r 1pm pdt get mom some flowers", replacing pdt with your timezone. I think an improvement would be to...

My apologies @adpandit I closed this in error. This will indeed need to be added to this repository. Please review at your earliest convenience.

I did find that using the [j](https://rest.sh/#/shorthand?id=features-in-depth) executable, piped to restish, serves my purpose. ```console j 'org: myorg1, repo: myrepo1, description: a nice one' | restish example create-repo ```