{"id":17206805,"url":"https://github.com/nowrep/notify-desktop","last_synced_at":"2025-02-24T05:31:10.249Z","repository":{"id":4336794,"uuid":"5472503","full_name":"nowrep/notify-desktop","owner":"nowrep","description":"notify-send clone without external dependencies","archived":false,"fork":false,"pushed_at":"2021-10-15T17:39:32.000Z","size":36,"stargazers_count":37,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-06T02:11:13.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowrep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-19T16:55:06.000Z","updated_at":"2024-08-25T16:45:18.000Z","dependencies_parsed_at":"2022-09-20T23:03:37.129Z","dependency_job_id":null,"html_url":"https://github.com/nowrep/notify-desktop","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/nowrep%2Fnotify-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fnotify-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fnotify-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fnotify-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowrep","download_url":"https://codeload.github.com/nowrep/notify-desktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122605,"owners_count":19751144,"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-15T02:44:02.294Z","updated_at":"2025-02-24T05:31:09.799Z","avatar_url":"https://github.com/nowrep.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"notify-desktop\n----------------------------------------------------------------------------------------\n\nLittle application that lets you send desktop notifications with one command.\nIt's basically clone of notify-send from libnotify, but it supports reusing notifications\non screen by passing its ID. It also does not use any external dependencies (except from\nlibdbus of course).  \nI wrote it because I needed to reuse notifications on screen in my scripts.\n\nCompiling\n----------------------------------------------------------------------------------------\n\nBuild dependencies are only pkg-config and libdbus.\n\n    $ make\n    $ sudo make install\n    \nUsage\n----------------------------------------------------------------------------------------\n\nFrom notify-desktop --help:\n\n    Usage: notify-desktop [OPTION...] \u003cSUMMARY\u003e [BODY]\n    \n    Options:\n       -r, --replaces-id=ID        Specifies the notifications ID that will be replaced\n       -u, --urgency=LEVEL         Specifies the urgency level (low, normal, critical)\n       -t, --expire-time=TIME      Specifies the timeout in milliseconds to expire the notification\n       -a, --app-name=APP_NAME     Specifies the app name for the icon\n       -i, --icon=ICON             Specifies an icon filename or stock icon to display\n       -c, --category=TYPE         Specifies the notification category\n\nID of sent notification is written into standard output.\n\nExamples:\n    \n    notify-desktop \"Minimal notification\"\n    \n    notify-desktop --icon=call-start \"Incoming call\"\n    \n    notify-desktop -i down -u low \"Low urgency\" \"Body of low urgency notification\"\n    \nExample bash functions that use --replaces-id option can be found in doc/ directory.\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowrep%2Fnotify-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowrep%2Fnotify-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowrep%2Fnotify-desktop/lists"}