You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (Jira)" <ji...@apache.org> on 2021/04/08 17:30:00 UTC

[jira] [Commented] (IGNITE-9325) Add an ability to make a sound after a complete execution to all command-line utilities

    [ https://issues.apache.org/jira/browse/IGNITE-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317371#comment-17317371 ] 

Stanislav Lukyanov commented on IGNITE-9325:
--------------------------------------------

Instead of the beep, it's better to play a WAV with the "work complete" sound of your favorite WC3 race. Obviously, Ignite can't use WC3 sounds for copyright reasons, so no point in implementing any sound functionality at all.

 

On a serious note, simple
 ```
 bin/control.sh --state; echo -e "\a"
 ```
 worked for me on OS X (and you can use `afplay` to play a WAV - or at least internet tells me so).

 

I think this ticket should be closed.

> Add an ability to make a sound after a complete execution to all command-line utilities
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9325
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9325
>             Project: Ignite
>          Issue Type: Improvement
>          Components: examples
>    Affects Versions: 2.5
>            Reporter: ARomantsov
>            Assignee: Artsiom Panko
>            Priority: Major
>              Labels: command-line, newbie
>
> Often I work simultaneously on several clusters over ssh and there are situations when I forget to check that the first cluster has completed the command (for example, activation), while working on the second. 
> It would be great if there was an option to ignite command-line utilities that would allow some sort of sound (or system beep) to be played after the command got executed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)