variadico

Results 27 comments of variadico

Sounds great. Can someone help with the implementation?

:grimacing: This might not be possible. I'm guessing you're talking about desktop notifications only. This would depend on the notification APIs on Linux and MacOS. Not sure if those APIs...

The way `noti` is currently written, this is impossible because AppleScript doesn't expose the necessary APIs to allow this. However, this _might_ be possible in v2.

When this comment was first written, `noti` looked very different. This is now possible. On macOS: We'd probably need a path to an image file. Or just use some app...

Hm. Supposedly, you should be able to place the sound file anywhere here: ``` ~/Library/Sounds /Library/Sounds /Network/Library/Sounds /System/Library/Sounds ``` But, `/System` is now blocked off by SIP. So maybe that's...

This would definitely tricky to implement. Maybe one day... :)

> Basically I'd like noti to grab every command that I started and that runs longer than 1 minute. Yeah, I was thinking the exact same thing. I very briefly...

We don't need a new release pushed for every little change.

> stop updating so often How do you do this? I'm not running any update commands. I think the bug @DanielSmedegaardBuus is referring to is that when someone pushes an...

Ah, just checked Package Control > Settings — Default. Auto-updates are on by default. ``` // If packages should be automatically upgraded when ST starts "auto_upgrade": true, ``` Looks like...