{"id":16948142,"url":"https://github.com/technicalpickles/caveat_patch_kids","last_synced_at":"2025-04-11T20:11:43.091Z","repository":{"id":6379912,"uuid":"7617487","full_name":"technicalpickles/caveat_patch_kids","owner":"technicalpickles","description":"Manage caveatPatchor.js files for Propane","archived":false,"fork":false,"pushed_at":"2013-04-13T16:32:48.000Z","size":177,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T10:55:36.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/technicalpickles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-15T02:57:54.000Z","updated_at":"2013-12-17T18:07:06.000Z","dependencies_parsed_at":"2022-07-28T22:38:53.162Z","dependency_job_id":null,"html_url":"https://github.com/technicalpickles/caveat_patch_kids","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcaveat_patch_kids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcaveat_patch_kids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcaveat_patch_kids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fcaveat_patch_kids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicalpickles","download_url":"https://codeload.github.com/technicalpickles/caveat_patch_kids/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473127,"owners_count":21109628,"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-13T21:49:45.642Z","updated_at":"2025-04-11T20:11:43.063Z","avatar_url":"https://github.com/technicalpickles.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CaveatPatchKids\n\nCaveatPatchKids is a tool for generating caveatPatchor.js files and for easily sharing snippets for use in [Propane](http://propaneapp.com/).\n\n## Installation\n\nInstall in the usual way:\n\n    $ gem install caveat_patch_kids\n\n## Usage\n\nTo start, plant a caveat patch:\n\n    $ caveat-patch-kids plant\n          create  /Users/yourface/.caveat_patch_kids/caveatPatchor.js\n\nThis creates a basic caveatPatchor.js you can customize using Sprockets directories. Either drop you code at the bottom, or require scripts provided by CaveatPatchKids.\n\nWhen you are happy with the code, bloom it:\n\n    $ caveat-patch-kids bloom\n           bloom  /Users/yourface/Library/Application Support/Propane/unsupported/caveatPatchor.js \n\nNow you can quit Propane, and launch it again. Hopefully nothing breaks...\n\nIf something does break, and you really need to get back into Propane, you can till:\n\n    $ caveat-patch-kids till\n          remove  /Users/technicalpickles/Library/Application Support/Propane/unsupported/caveatPatchor.js\n    \n### Scripts\n\nThese scripts are provided by CaveatPatchKids. Include them by updating ~/.caveat_patch_kids/caveatPatchor.js like:\n\n    //= require caveat_patch_kids/the_script\n\n* caveat_patch_kids/display_avatars: display a [Gravatar](http://www.gravatar.com/)  next to a user's name\n* caveat_patch_kids/display_cloudapp_images: display [CloudApp](http://getcloudapp.com/) images inline \n* caveat_patch_kids/display_librato: adjust [librato](https://metrics.librato.com/) graph links to embed a live version of the graph\n* caveat_patch_kids/display_scout: display [Scout](https://scoutapp.com/) graph links as embeded graphs\n* caveat_patch_kids/embiggen_message_history: increase message history\n* caveat_patch_kids/stylize_diffs: colorize diffs with red/green\n* caveat_patch_kids/stylize_nagios: colorize nagios alerts\n* caveat_patch_kids/link_to_rdio_app: update [Rdio](http://rdio.com/) links to go to the Rdio app, instead of a browser\n\nThe original caveatPatchor.js had a lot of mysterious and odd things. Those weren't included by default, but could be of use to someone, somewhere, or maybe just need some cleanup and documentation. See `scripts/caveat_patch_kids/unsupported` for the good.\n\n### Bundles\n\nFor convience, a full bundles with several scripts are included. Require them like any other script:\n\n* caveat_patch_kids/bundles/all: all scripts, except ones that aren't unspoorted or require specific things on your system (ie rdio) \n* caveat_patch_kids/bundles/unsupported: all scripts, even ones unsupported. you probably shouldn't do this unless you are a crazy person\n\n## Thanks\n\n* [@protocool](https://github.com/protocool) for releasing Propane with caveatPatchor.js support\n* [@wfarr](https://github.com/wfarr) for convincing someone to share their caveatPatchor.js\n* [@sstephenson](https://github.com/sstephenson) for sprockets\n* [@weppos](https://github.com/weppos) for [blogging about using sprockets outside of the context of a webapp](http://www.simonecarletti.com/blog/2011/09/using-sprockets-without-a-railsrack-project/)\n* Maybe you? If you wrote a script here, and it's uncredited, please let me know\n\n## TODO\n\n* make it easy for other people to release their own scripts as gems, and be able to load them\n* include screenshots of scripts in action\n* review unsupported stuff more closely\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fcaveat_patch_kids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicalpickles%2Fcaveat_patch_kids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fcaveat_patch_kids/lists"}