{"id":13726798,"url":"https://github.com/shekohex/impulse","last_synced_at":"2025-06-24T07:34:54.778Z","repository":{"id":38333140,"uuid":"284690405","full_name":"shekohex/impulse","owner":"shekohex","description":"🎇 send a push notification when your long build command finish","archived":false,"fork":false,"pushed_at":"2023-02-21T20:16:06.000Z","size":46,"stargazers_count":61,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T10:05:31.625Z","etag":null,"topics":["impulse","notification"],"latest_commit_sha":null,"homepage":"http://impulse-build.netlify.app","language":"Rust","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/shekohex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-08-03T12:10:45.000Z","updated_at":"2024-11-05T00:40:09.000Z","dependencies_parsed_at":"2024-01-07T21:04:45.988Z","dependency_job_id":"9d1e41ee-9b38-4856-8d1c-936a1fd1cf5d","html_url":"https://github.com/shekohex/impulse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shekohex/impulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fimpulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fimpulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fimpulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fimpulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shekohex","download_url":"https://codeload.github.com/shekohex/impulse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fimpulse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261629596,"owners_count":23187078,"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":["impulse","notification"],"created_at":"2024-08-03T01:03:23.179Z","updated_at":"2025-06-24T07:34:49.762Z","avatar_url":"https://github.com/shekohex.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eImpulse 🔔\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    A CLI Tool to Send a Push Notifications when a command completes.\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.com/github/shekohex/impulse\"\u003e\n    \u003cimg src=\"https://travis-ci.com/shekohex/impulse.svg?branch=master\"\n      alt=\"Travis CI\" /\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://ci.appveyor.com/project/shekohex/impulse\"\u003e\n    \u003cimg src=\"https://ci.appveyor.com/api/projects/status/kpaeadhhoscqbcdw/branch/master?svg=true\"\n      alt=\"AppVeyor\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/shekohex/impulse/releases\"\u003e\n    \u003cimg alt=\"GitHub All Releases\" src=\"https://img.shields.io/github/downloads/shekohex/impulse/total\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## About\n\nExample:\n\n```bash\n$ impulse 'cargo build'\n```\n\n## Install\n\n1. [Github Releases](https://github.com/shekohex/impulse/releases)\n\n2. Or if you want to build it localy\n\n```bash\n$ git clone https://github.com/shekohex/impulse.git\n$ cd impulse\n$ cargo install\n```\n\n## Usage\n\n1. Goto [Impulse Website](https://impulse-build.netlify.app/) and enable push notifications (the small red bell in the bottom right corner).\n2. Copy your UserID and set `IMPULSE_USER_IDS` env to the UserID value.\n\n```bash\nUsage: impulse \u003ccmd\u003e [--uids \u003cuids\u003e] [-s \u003csuccess-message\u003e] [-e \u003cerror-message\u003e]\n\nSend push notification when your long build command finish\n\nOptions:\n  --uids            override the UserIDs that we will send notification to.\n                    normally this will be stored in `IMPULSE_USER_IDS` env. UIDs\n                    is separated by `,`.\n  -s, --success-message\n                    set the success message. default to: Build exit successfully\n  -e, --error-message\n                    set the error message. default to: Build errored\n  --help            display usage information\n```\n\n## FAQ\n\n1. How do I support more than device (like my other laptop or mobile)?\n\n- the `IMPULSE_USER_IDS` env accept more than one UID. just seprate them by a `,`.\n\n2. How do I ..?\n\n- Open an issue :)\n\n## Contributing\n\nWant to join us? Check out our [\"Contributing\" guide][contributing] and take a\nlook at some of these issues:\n\n- [Issues labeled \"good first issue\"][good-first-issue]\n- [Issues labeled \"help wanted\"][help-wanted]\n\n[contributing]: https://github.com/shekohex/impulse/blob/master/.github/CONTRIBUTING.md\n[good-first-issue]: https://github.com/shekohex/impulse/labels/good%20first%20issue\n[help-wanted]: https://github.com/shekohex/impulse/labels/help%20wanted\n\n## Safety\n\nThis crate uses `#![deny(unsafe_code)]` to ensure everything is implemented in\n100% Safe Rust.\n\n## License\n\n\u003csup\u003e\nLicensed under \u003ca href=\"LICENSE\"\u003eMIT license\u003c/a\u003e.\n\u003c/sup\u003e\n\n\u003cbr/\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the MIT license, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fimpulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshekohex%2Fimpulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fimpulse/lists"}