{"id":22870332,"url":"https://github.com/berquerant/emacs-alerter","last_synced_at":"2026-01-08T09:05:24.024Z","repository":{"id":81890022,"uuid":"359424245","full_name":"berquerant/emacs-alerter","owner":"berquerant","description":"Alerter partial integration for Emacs","archived":false,"fork":false,"pushed_at":"2021-04-19T10:50:51.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T16:58:48.168Z","etag":null,"topics":["emacs-lisp"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berquerant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-04-19T10:49:22.000Z","updated_at":"2021-05-05T06:01:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"efdb87df-bb73-4462-9964-9e173e2379b9","html_url":"https://github.com/berquerant/emacs-alerter","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/berquerant%2Femacs-alerter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Femacs-alerter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Femacs-alerter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Femacs-alerter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berquerant","download_url":"https://codeload.github.com/berquerant/emacs-alerter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460354,"owners_count":20781101,"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":["emacs-lisp"],"created_at":"2024-12-13T13:14:33.897Z","updated_at":"2026-01-08T09:05:19.007Z","avatar_url":"https://github.com/berquerant.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alerter partial integration for Emacs\n\nLaunch a notification using [alerter](https://github.com/vjeantet/alerter) from Emacs.\n\n## Usage\n\nLaunch a notification simply:\n\n``` emacs-lisp\n(alerter-alert \"Hello!\")\n```\n\nSchedule a notification:\n\n``` emacs-lisp\n(alerter-alert-at-time \"I'm back.\" :time \"2021-05-01 12:00:00\")\n```\n\nReceive answer:\n\n``` emacs-lisp\n(alerter-alert \"Continue?\" \n    :actions \"Yes,No\" \n    :hook (lambda (proc output)\n            (when (equal (s-chomp output) \"Yes\")\n              (message \"Got Yes\"))))\n```\n\n## Log\n\nActual executed command, the output of the command, etc, are written in `alerter-notification-buffer-name` buffer.\nYou can disable this log by setting `alerter-notification-log-quiet` t.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Femacs-alerter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberquerant%2Femacs-alerter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Femacs-alerter/lists"}