jnoortheen / xontrib-cmd-durations

Show long running commands durations in prompt with option to send notification when terminal is not focused.
MIT License
16 stars 4 forks source link

Set notification application name #10

Closed anki-code closed 1 year ago

anki-code commented 1 year ago

Before

image

After:

# default
$XONTRIB_CD_NOTIFICATION_APP_NAME = xsh.env.get("TITLE")
image

or:

$XONTRIB_CD_NOTIFICATION_APP_NAME = 'xonsh'
xontrib load cmd_done
image
anki-code commented 1 year ago

@jnoortheen please merge

jnoortheen commented 1 year ago

Thanks @anki-code !