Live data from Hacker News

Ask HN: How to set up get-shit-done app?

news.ycombinator.com

1–5 of 5 posts

Ask HN: How to set up get-shit-done app?

#1
I'm a designer, and not too familiar with the command line.

I'd like to setup the get-shit-done (https://github.com/leftnode/get-shit-done) program on my mac. But I don't know what this means: "After cloning this repository, put it in your $PATH and ensure it is executable."

I'd be grateful if one of you could outline the steps...

Re: Ask HN: How to set up get-shit-done app?

#3
post #2

Put it in your home folder (~/[your name]), and then go to Terminal.app, type "chmod a+rx [file name]" without quotes, and then type "./[file name]". Fill in whatever you call the main file.

Cool. It works. The only thing is, when I type "sudo ./get-shit-done work" I get this error: sh: /etc/init.d/networking: No such file or directory

Why? Solution?

Re: Ask HN: How to set up get-shit-done app?

#4
post #3
post #2

Put it in your home folder (~/[your name]), and then go to Terminal.app, type "chmod a+rx [file name]" without quotes, and then type "./[file name]". Fill in whatever you call the main file.

Cool. It works. The only thing is, when I type "sudo ./get-shit-done work" I get this error: sh: /etc/init.d/networking: No such file or directory Why? Solution?

I believe it should work nonetheless.

To help you I've rewritten it and you should be able to use it on Mac.

https://github.com/yogsototh/get-shit-done

Happy working! Do not hesitate to ask me if something goes wrong.

Re: Ask HN: How to set up get-shit-done app?

#5
post #3

Earlier quoted context omitted.

Cool. It works. The only thing is, when I type "sudo ./get-shit-done work" I get this error: sh: /etc/init.d/networking: No such file or directory Why? Solution?

I believe it should work nonetheless. To help you I've rewritten it and you should be able to use it on Mac. https://github.com/yogsototh/get-shit-done Happy working! Do not hesitate to ask me if something goes wrong.

[deleted]