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

New script kitty_notifications.py: Kitty desktop notifications (OSC 99) #552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eilefsen
Copy link

@eilefsen eilefsen commented Apr 14, 2024

Script info

  • Script name: kitty_notifications.py
  • Version: 1.0.0
  • Requirements: 
  • Min WeeChat version: 
  • Script tags: notify py3

Description

Send OS notifications via OSC 99, a feature of the Kitty terminal

Checklist (new script)

  • Single commit, single file added
  • Commit message: New script name.py: short description…
  • No similar script already exists
  • Name: max 32 chars, only lower case letters, digits and underscores
  • Unique name, does not already exist in repository
  • No shebang on the first line
  • Comment in script with name/pseudo, e-mail and license
  • Only English in code/comments
  • Pure WeeChat API used, no extra API
  • Function hook_process is used for any blocking call
  • For Python script: works with Python 3 (Python 2 support is optional)
  • Score 100 / 100 displayed by weechat-script-lint

@flashcode flashcode self-assigned this May 13, 2024
@flashcode flashcode added the new script New script label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new script New script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants