{"id":16114771,"url":"https://github.com/solarliner/node-libnotify-terminal","last_synced_at":"2025-04-06T08:17:31.370Z","repository":{"id":80989276,"uuid":"82375766","full_name":"SolarLiner/node-libnotify-terminal","owner":"SolarLiner","description":"libnotify-terminal, ported to nodejs.","archived":false,"fork":false,"pushed_at":"2017-08-08T15:05:13.000Z","size":131,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-12T13:54:16.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolarLiner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T09:24:40.000Z","updated_at":"2017-09-03T13:00:23.000Z","dependencies_parsed_at":"2023-10-28T14:15:12.056Z","dependency_job_id":null,"html_url":"https://github.com/SolarLiner/node-libnotify-terminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLiner%2Fnode-libnotify-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLiner%2Fnode-libnotify-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLiner%2Fnode-libnotify-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLiner%2Fnode-libnotify-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolarLiner","download_url":"https://codeload.github.com/SolarLiner/node-libnotify-terminal/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451658,"owners_count":20940944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T20:15:43.911Z","updated_at":"2025-04-06T08:17:31.355Z","avatar_url":"https://github.com/SolarLiner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-libnotify-terminal\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SolarLiner/node-libnotify-terminal/master/LICENSE)\n![Not yet on npm](https://img.shields.io/badge/npm-Not%20yet-yellowgreen.svg)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/945c18de3e3b46ee9c84c0c623c9f2e9)](https://www.codacy.com/app/solarliner/node-libnotify-terminal?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=SolarLiner/node-libnotify-terminal\u0026amp;utm_campaign=Badge_Grade) \n[![Codacy Coverage Badge](https://api.codacy.com/project/badge/Coverage/945c18de3e3b46ee9c84c0c623c9f2e9)](https://www.codacy.com/app/solarliner/node-libnotify-terminal?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=SolarLiner/node-libnotify-terminal\u0026utm_campaign=Badge_Coverage)\n[![Build Status](https://travis-ci.org/SolarLiner/node-libnotify-terminal.svg?branch=develop)](https://travis-ci.org/SolarLiner/node-libnotify-terminal)  \nlibnotify-terminal, ported to nodejs.\n\n## What is libnotify-terminal ?\n\n`libnotify-terminal` is a small program written in python that interacts with the Linux Desktop through the Freedesktop na nodeotifications specifications. You can look over at the repo in there: https://github.com/SolarLiner/libnotify-terminal\n\n## What is node-libnotify-terminal ?\n\n`node-libnotify-terminal` is a node module made to interact with those same notifications through `libnotify-terminal` as a child process. It is similar to `libnotify` in this way.\n\n## Why should I use this package over the old one?\n\n`libnotify` uses `notifysend` a program that fires a notification but does not allow you to do anything with it. `node-libnotify-terminal`, on the other hand, supports button and notification press callbacks which in turn allow the user to interact with your application in a whole new way on Linux WMs that support sending notifications (so all of them, basically).\n\n## How simple is it?\n\nFiring a simple notification, without callbacks, is as simple as this:\n```typescript\nimport { Notification } from \"node-libnotify-terminal\";\nNotification.fire(\"Application title\", \"Notification body\", \"Notification title\");\n```\n\nNote that the body is before the title, as only the body is required to fire a notification.\n\nMore examples are available on the Wiki.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarliner%2Fnode-libnotify-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolarliner%2Fnode-libnotify-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarliner%2Fnode-libnotify-terminal/lists"}