Skip to content
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

Feature request: make sound #1

Open
adam-lynch opened this issue Feb 23, 2020 · 2 comments
Open

Feature request: make sound #1

adam-lynch opened this issue Feb 23, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@adam-lynch
Copy link

I'd love if there was a notification sound. I often use run long command && say "Done" on Mac

@yoannmoinet
Copy link
Owner

Great idea.
We have to figure out how we want to configure this, I don't want to add arguments to the command just to configure how you want notee to work.
I'll think about it.

@yoannmoinet yoannmoinet added the enhancement New feature or request label Feb 27, 2020
@hydrosquall
Copy link

hydrosquall commented Apr 7, 2020

How about using cosmicconfig? Seems to be fairly popular in CLI tools. https://www.npmjs.com/package/cosmiconfig

Then, someone can put a .noteerc file in your project or general developer directory that looks something like

{
    "sound": true // or "string name" for whatever's available on that platform
}

Cosmicconfig will walk up the directory tree until it finds something that matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants