{"id":14978498,"url":"https://github.com/brunnerlivio/clippy-say","last_synced_at":"2025-09-15T02:07:31.475Z","repository":{"id":91282554,"uuid":"132503588","full_name":"BrunnerLivio/clippy-say","owner":"BrunnerLivio","description":"Bring back Clippy and his friends to your operating system of choice.","archived":false,"fork":false,"pushed_at":"2019-10-25T15:11:29.000Z","size":45,"stargazers_count":23,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T18:54:41.474Z","etag":null,"topics":["clippy","electronjs","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/BrunnerLivio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-07T18:54:05.000Z","updated_at":"2024-09-28T01:25:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"280fa244-3b9f-406d-87f6-2ec35e254c3f","html_url":"https://github.com/BrunnerLivio/clippy-say","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BrunnerLivio/clippy-say","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fclippy-say","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fclippy-say/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fclippy-say/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fclippy-say/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunnerLivio","download_url":"https://codeload.github.com/BrunnerLivio/clippy-say/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunnerLivio%2Fclippy-say/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275194018,"owners_count":25421441,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["clippy","electronjs","nodejs"],"created_at":"2024-09-24T13:57:47.585Z","updated_at":"2025-09-15T02:07:31.467Z","avatar_url":"https://github.com/BrunnerLivio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clippy-say\n\nBring back Clippy and his friends to your operating system of choice.\n\n![Preview](https://i.imgur.com/dlXkv4z.gif)\n\n## Install\n\nYou need to install [NodeJS 8.x.x](https://nodejs.org/en/), in order to install `clippy-say` using the node package manager ([npm](https://docs.npmjs.com/getting-started/what-is-npm)).\n\n```bash\n# Install electron\n# If you have trouble installing it, you may use BUT WITH CAUTION\n# npm install -g electron --unsafe-perm=true --allow-root\nnpm install -g electron\nnpm install -g clippy-say\n```\n\n## Usage\n\nAfter the [installation](#install), `clippy-say` can be used as described.\n\n```bash\n\n# Run clippy\nclippysay\n\n# Run Merlin and let him say \"Hello World\"\n# Possible characters: \"Clippy\", \"Merlin\", \"Rover\" and \"Links\"\nclippysay \"Hello World\" --character \"Merlin\"\n\n# Play animations with the -a parameter\n# All the possible animations can be found on https://www.smore.com/clippy-js\nclippysay \"Hello my Dudes\" \\\n    --animation Alert \\\n    --animation Explain \\\n    --animation CheckingSomething \\\n    --nohold\n\n```\n\n### Parameters\n\n Parameter |     Alias     | Description | Usage\n---------- | ------------- | ----------- | ------\n`-c`       | `--character` | The character to display (e.g. \"Clippy\", \"Merlin\", \"Rover\" or \"Links\") | `clippysay \"Hello World\" --character \"Merlin\"`\n`-x`       | -             | The x-Coordinate to display the agent | `clippysay \"Hello World\" -x 20 -y 20`\n`-y`       | -             | The y-Coordinate to display the agent | `clippysay \"Hello World\" -x 20 -y 20`\n`-r`       | `--random`    | Spawns the agent at a random x-/y-coordinate | `clippysay \"Hello World\" -r`\n`--nohold` | -             | Makes the speech-bubble disappear after 2 seconds | `clippysay \"Hello World\" --nohold`\n`-a` | `--animation`       | Display an animation. All the animations are on [smore.com/clippy-js](https://www.smore.com/clippy-js)  | `clippysay \"Hello World\" -a Alert -a Explain -a CheckingSomething --nohold`\n\n\n\n## Features\n\n- Clippy!\n- A lot of CPU usage\n- Merlin\n- Even more CPU usage\n- CLIPPY\n\n## Related\n\n- [Electron](https://github.com/electron/electron)\n- [Clippy.js](https://www.smore.com/clippy-js)\n\n## License\n\n\u003eYou can check out the full license [here](LICENSE)\n\nThis project is licensed under the terms of the **MIT** license.\n\n## Notice\n\n\u003e Please don't kill me because of this application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunnerlivio%2Fclippy-say","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunnerlivio%2Fclippy-say","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunnerlivio%2Fclippy-say/lists"}