{"id":18072091,"url":"https://github.com/luismayta/zsh-notify","last_synced_at":"2025-04-12T03:01:46.045Z","repository":{"id":37047613,"uuid":"231997151","full_name":"luismayta/zsh-notify","owner":"luismayta","description":"Get notified when your command is done","archived":false,"fork":false,"pushed_at":"2024-10-29T19:03:39.000Z","size":2642,"stargazers_count":12,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-10-29T21:16:10.316Z","etag":null,"topics":["autoinstall","automation","notify","peru","r2d2","zsh"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luismayta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["luismayta"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta","https://amzn.com/w/1VJ9F3BEK0S8B"]}},"created_at":"2020-01-06T00:53:18.000Z","updated_at":"2024-10-29T19:00:49.000Z","dependencies_parsed_at":"2023-12-21T21:23:21.495Z","dependency_job_id":"79dc0b4e-87b1-4d74-9584-45d7614d8de1","html_url":"https://github.com/luismayta/zsh-notify","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/luismayta%2Fzsh-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luismayta","download_url":"https://codeload.github.com/luismayta/zsh-notify/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510006,"owners_count":21116131,"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":["autoinstall","automation","notify","peru","r2d2","zsh"],"created_at":"2024-10-31T09:19:00.154Z","updated_at":"2025-04-12T03:01:45.999Z","avatar_url":"https://github.com/luismayta.png","language":"Makefile","funding_links":["https://github.com/sponsors/luismayta","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta","https://amzn.com/w/1VJ9F3BEK0S8B"],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `README.yaml`\n  ** 2) Run`make readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n# zsh-notify\n\n[![GitHub release](https://img.shields.io/github/release/luismayta/zsh-notify?style=flat-square)](https://github.com/luismayta/zsh-notify/releases/latest) [![Lint](https://img.shields.io/github/workflow/status/luismayta/zsh-notify/lint-code)](https://github.com/luismayta/zsh-notify/actions?workflow=lint-code) [![CI](https://img.shields.io/github/workflow/status/luismayta/zsh-notify/ci)](https://github.com/luismayta/zsh-notify/actions?workflow=ci) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/Keep%20A%20Changelog-1.0.0-%23E05735)](https://keepachangelog.com)\n\nzsh-notify plugin for zsh with auto install and sound of r2d2.\n\n## Features\n\n- auto install dependencies\n- sound of r2d2 for success and error commands\n\n## Requirements\n\nThis is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:\n\n- [zsh-core](https://github.com/hadenlabs/zsh-core)\n\n## Installation\n\n### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users\n\nIf you're using [oh-my-zsh](https://gitub.com/robbyrussell/oh-my-zsh), install this plugin by doing the following:\n\n1.  Go to your oh-my-zsh custom plugins directory -`cd ~/.oh-my-zsh/custom/plugins`\n2.  Clone the plugin `bash git clone https://github.com/luismayta/zsh-notify`bash\n3.  Edit your `.zshrc` and add `plugins=( ... zsh-notify )` to your list of plugins\n4.  Open a new terminal and enjoy!\n\n### [antigen](https://github.com/zsh-users/antigen) users\n\nIf you're using [Antigen](https://github.com/zsh-users/antigen), install this plugin by doing the following:\n\n1.  Add `antigen bundle luismayta/zsh-notify` to your `.zshrc` where you're adding your other plugins.\n2.  Either open a new terminal to force zsh to load the new plugin, or run `antigen bundle luismayta/zsh-notify` in a running zsh session.\n3.  Enjoy!\n\n### [antibody](https://github.com/getantibody/antibody) users\n\nIf you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:\n\n1.  Add :\n\n```{.sourceCode .bash}\n     antibody bundle luismayta/zsh-notify branch:develop\n```\n\nto your `.zshrc` where you're adding your other plugins.\n\n2.  Either open a new terminal to force zsh to load the new plugin, or run `antibody bundle luismayta/zsh-notify` in a running zsh session.\n3.  Enjoy!\n\n## Usage\n\nThe only thing that is needed is to add it to your ZSH configuration\n\n## Functions\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/luismayta/zsh-notify/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/luismayta/zsh-notify/issues) to report any bugs or file feature requests.\n\n### Development\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  **Commit** changes to your own branch\n4.  **Push** your work back up to your fork\n5.  Submit a **Pull Request** so that we can review your changes\n\n**NOTE:** Be sure to rebase the latest changes from \"upstream\" before making a pull request!\n\n## Module Versioning\n\nThis Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n\nUsing the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:\n\n1. Use the `MAJOR` version for incompatible changes.\n1. Use the `MINOR` version when adding functionality in a backwards compatible manner.\n1. Use the `PATCH` version when introducing backwards compatible bug fixes.\n\n### Backwards compatibility in `0.0.z` and `0.y.z` version\n\n- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)\n- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)\n\n## Copyright\n\nCopyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n## License\n\nThe code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).\n\n## Don't forget to 🌟 Star 🌟 the repo if you like zsh-notify\n\n[Your feedback is appreciated](https://github.com/luismayta/zsh-notify/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismayta%2Fzsh-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluismayta%2Fzsh-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismayta%2Fzsh-notify/lists"}