{"id":17370118,"url":"https://github.com/gianarb/notify.vim","last_synced_at":"2025-04-14T05:03:25.802Z","repository":{"id":15465886,"uuid":"18199094","full_name":"gianarb/notify.vim","owner":"gianarb","description":"System notify for vim","archived":false,"fork":false,"pushed_at":"2015-01-03T12:01:28.000Z","size":163,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T18:53:31.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/gianarb.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}},"created_at":"2014-03-28T02:48:15.000Z","updated_at":"2022-09-11T22:45:09.000Z","dependencies_parsed_at":"2022-09-08T12:30:49.273Z","dependency_job_id":null,"html_url":"https://github.com/gianarb/notify.vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fnotify.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fnotify.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fnotify.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fnotify.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gianarb","download_url":"https://codeload.github.com/gianarb/notify.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824683,"owners_count":21167344,"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-16T00:23:36.424Z","updated_at":"2025-04-14T05:03:25.770Z","avatar_url":"https://github.com/gianarb.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notify.vim\n\n![Vim Desktop notifications][screencast]\n\n## Rationale\nThis plugin is intended to be used by with other plugins that do background jobs and wants to notify the user about the success of a specific job.\nSee the [#Examples](#examples) section for use cases.\n\n## Implemented notification emitters\n- osascript (Mac OSX)\n- notify-send (Ubuntu)\n\n## Installation\n\n### Using Vundle\nAdd to your plugins\n\n```\nPlugin 'gianarb/notify.vim'\n```\n\n## Usage\nSend a notification\n\n### Using the emitNotification function\n\n```vim\ncall notify#emitNotification('Title', 'Body')\n```\n\n### Using the command\n\n```vim\n:Notify title content\n```\n\n### From command line\n\n```bash\nvim +Notify\\ title\\ body +qall\n```\n\n## Examples\n\n### Automatic ctags with notification when completed\n\n**Dependencies**\n\n- tpope/[vim-dispatch](https://github.com/tpope/vim-dispatch) (execute commands asynchronously)\n\n**Add to your vimrc**\n\n```vim\nfunction! GenerateCtags()\n   Dispatch! ctags -R \u0026\u0026 vim +Notify\\ \"Horray\"\\ \"Ctags\\ updated\" +qall\nendfunction\nau BufWritePost *.c,*.cpp,*.h,*.php call GenerateCtags()\n```\n\n\n[screencast]: http://i.imgur.com/7iyrMrx.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianarb%2Fnotify.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgianarb%2Fnotify.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianarb%2Fnotify.vim/lists"}