Hacker News new | ask | show | jobs
by Scribbd 631 days ago
I often use `code` command in the cli for a bunch of tasks. Mostly to just open an instance of vscode in a dir I am at. Is there a plan for such a command like that for haystack-ide?

Meanwhile, an alias is easily created for macOS: `alias needle="/Applications/Haystack\ Editor.app/Contents/MacOS/Electron"`

1 comments

Yeah I think we added this for Windows but neglected to do so for Mac. Will add a `haystack-editor` command!
Thank you very kindly.