{"id":17988060,"url":"https://github.com/lujun9972/emacs-rainbow-fart","last_synced_at":"2026-01-18T13:29:42.625Z","repository":{"id":91558527,"uuid":"275342998","full_name":"lujun9972/emacs-rainbow-fart","owner":"lujun9972","description":"一个在你编程时持续夸你写的牛逼的扩展，可以根据代码关键字播放贴近代码意义的真人语音。Inspired from vscode-rainbow-fart","archived":false,"fork":false,"pushed_at":"2020-06-28T02:27:28.000Z","size":4731,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T03:26:49.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://saekiraku.github.io/vscode-rainbow-fart/#/zh/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lujun9972.png","metadata":{"files":{"readme":"README.org","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":"2020-06-27T09:51:16.000Z","updated_at":"2024-09-13T18:09:45.000Z","dependencies_parsed_at":"2023-03-15T13:30:58.824Z","dependency_job_id":null,"html_url":"https://github.com/lujun9972/emacs-rainbow-fart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lujun9972/emacs-rainbow-fart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Femacs-rainbow-fart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Femacs-rainbow-fart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Femacs-rainbow-fart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Femacs-rainbow-fart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lujun9972","download_url":"https://codeload.github.com/lujun9972/emacs-rainbow-fart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Femacs-rainbow-fart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-29T19:10:30.740Z","updated_at":"2026-01-18T13:29:42.604Z","avatar_url":"https://github.com/lujun9972.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"* Intro\n\n[[https://github.com/stardiviner/emacs-rainbow-fart/workflows/CI/badge.svg]]\n\n[[logo.png]]\n\n🌈 EMACS RAINBOW FART\n\nThis package is inspired from [[https://saekiraku.github.io/vscode-rainbow-fart/#/zh/][vscode-rainbow-fart]] and [[https://github.com/DogLooksGood/rainbow-fart.el][rainbow-fart.el]].\n\nThis is an interesting idea package.\n\nHere is a screencast which is recorded by [[https://github.com/DogLooksGood][DogLooksGood]].\n\n[[file:Emacs rainbow-fart demo.mp4][Emacs rainbow-fart demo.mp4]]\n\n* Features\n\n- auto play voice when you type keywords\n- auto play voice when you put point/cursor on flycheck error\n- auto play voice when in specific time quantum\n\n* Install\n\n** use-package + Quelpa\n\n#+begin_src emacs-lisp\n(use-package rainbow-fart\n  :quelpa (rainbow-fart :fetcher \"github\" :repo \"stardiviner/emacs-rainbow-fart\")\n  :hook (prog-mode . rainbow-fart-mode))\n#+end_src\n\n* Usage\n\nJust like the screencast video shows, A voice played when you type some keywords.\n\n* Customization\n\n** choose voice model\n\n#+begin_src emacs-lisp\n(setq rainbow-fart-voice-model \"JustKowalski\")\n#+end_src\n\n*NOTE*: Currently only \"JustKowalski\" built-in. Contribution welcome.\n\n** control keyword voice\n\nNot frequently play voice for every keywords:\n\n#+begin_src emacs-lisp\n(setq rainbow-fart-keyword-interval (* 60 10))\n#+end_src\n\nPlay voice for every keywords:\n\n#+begin_src emacs-lisp\n(setq rainbow-fart-keyword-interval nil)\n#+end_src\n\n** control hourly reminder\n\nDisable hourly reminder:\n\n#+begin_src emacs-lisp\n(setq rainbow-fart-time-interval nil)\n#+end_src\n\n* Contribution\n\n- [ ] Need an elegant solution to handle different model voices which have different voice files\n- [ ] Need more voice models\n- [ ] I will add contributors into list\n\n** Contributors\n\n- DogLooksGood\n- lujun9972\n\n* LICENSE\n\nThis package elisp code is published under GPL v3, the voice data is from\n[[https://github.com/JustKowalski][GitHub@JustKowalski]] and project [[https://github.com/SaekiRaku/vscode-rainbow-fart][vscode-rainbow-fart]] which is released under [[https://github.com/SaekiRaku/vscode-rainbow-fart/blob/master/LICENSE][MIT license]].\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Femacs-rainbow-fart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flujun9972%2Femacs-rainbow-fart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Femacs-rainbow-fart/lists"}