-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Startup helper #107
Comments
It would be useful, if it writes those variable exports into ~/.bash_profile. |
@egordorichev exactly, that's the purporse |
@dhyegofernando, it doesn't look like, it writes it somewhere. If you reboot, script changes will be reset. |
@egordorichev yeah, it could be where it fits better for you, for me |
I think the script should be converted to node and store the vars in a way that can also be opened on Windows. That way we get cross-platform support. |
Maybe it's a good Idea to create something like a cli interface to ask for sime important settings and than start the app. |
Unfortunately I can't for a while 😞 |
Hey, I’d like to jump in on this. Should this be implemented in care.js directly, or in another file? |
Looking at the codebase a little more: a possible check for configuration would be to check if there aren’t any twitter keys, but TTC_APIKEYS is true (which it is by default). |
This would be it's own file. As @mojoaxel mentioned it would end up being a CLI front-end to help people get it configured. Checking for config values is just pulling them from the node process environment. See if they exist, if not, ask for the user to provide them. |
@mojoaxel Thanks :) I’ve made CLIs before, I’m just AFK at the moment. |
ATM, I can’t even set up tiny-care-terminal on my machine. So, it’s gonna take a bit :) |
I've done a little shell script to put in my terminal's initial source file (.zshrc in my case):
If it isn't helpful, please just close this issue.
Regards :)
The text was updated successfully, but these errors were encountered: