{"id":18605586,"url":"https://github.com/lolcommits/lolcommits-term_output","last_synced_at":"2026-02-17T16:02:33.418Z","repository":{"id":56882178,"uuid":"104566542","full_name":"lolcommits/lolcommits-term_output","owner":"lolcommits","description":"Display lolcommits within your iTerm terminal","archived":false,"fork":false,"pushed_at":"2025-02-17T02:05:19.000Z","size":1390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-20T03:10:18.528Z","etag":null,"topics":["fun","git","git-addons","humor","iterm2","lolcommits","lolcommits-plugin","ruby","selfie"],"latest_commit_sha":null,"homepage":"https://lolcommits.github.io","language":"Ruby","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/lolcommits.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2017-09-23T12:39:21.000Z","updated_at":"2024-12-29T23:59:00.000Z","dependencies_parsed_at":"2024-12-30T00:23:40.089Z","dependency_job_id":"17eaa5ba-222e-4ce5-825e-97e0405e87cd","html_url":"https://github.com/lolcommits/lolcommits-term_output","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"d206790a4a12f453f16747f88c4a90a7f8e775d4"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/lolcommits/lolcommits-term_output","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-term_output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-term_output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-term_output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-term_output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolcommits","download_url":"https://codeload.github.com/lolcommits/lolcommits-term_output/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-term_output/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29549223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["fun","git","git-addons","humor","iterm2","lolcommits","lolcommits-plugin","ruby","selfie"],"created_at":"2024-11-07T02:22:12.671Z","updated_at":"2026-02-17T16:02:33.405Z","avatar_url":"https://github.com/lolcommits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lolcommits Term Output\n\n[![CI](https://img.shields.io/github/actions/workflow/status/lolcommits/lolcommits-term_output/ci.yml?branch=main\u0026style=flat\u0026label=CI)](https://github.com/lolcommits/lolcommits-term_output/actions/workflows/ci.yml)\n[![Gem](https://img.shields.io/gem/v/lolcommits-term_output.svg?style=flat)](http://rubygems.org/gems/lolcommits-term_output)\n[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-term_output.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-term_output)\n\n[lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam\nevery time you git commit code, and archives a lolcat style image with it. Git\nblame has never been so much fun!\n\nThis plugin uses the [inline image](http://iterm2.com/documentation-images.html)\nfeature available in [iTerm2](http://iterm2.com/index.html) to display each\nlolcommit (images only) in your terminal (after committing). For example:\n\n![iterm inline sample screenshot](./assets/images/sample.png)\n\n## Requirements\n\n* Ruby \u003e= 3.1\n* A webcam\n* [iTerm2](http://iterm2.com/index.html)\n* [ImageMagick](http://www.imagemagick.org)\n* [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing\n\n## Installation\n\nAfter installing the lolcommits gem, install this plugin with:\n\n    $ gem install lolcommits-term_output\n\nThen configure to enable and set the remote endpoint:\n\n    $ lolcommits --config -p term_output\n    # set enabled to `true`\n\nThat's it! Your next lolcommit will be displayed within your terminal.  To\ndisable use:\n\n    $ lolcommits --config -p term_output\n    # and set enabled to `false`\n\n## Development\n\nCheck out this repo and run `bin/setup`, this will install all dependencies and\ngenerate docs. Use `bundle exec rake` to run all tests.\n\nYou can also run `bin/console` for an interactive prompt that will allow you to\nexperiment with the gem code.\n\n## Tests\n\nMiniTest is used for testing. Run the test suite with:\n\n    $ rake test\n\n## Docs\n\nGenerate docs for this gem with:\n\n    $ rake rdoc\n\n## Troubles?\n\nIf you think something is broken or missing, please raise a new\n[issue](https://github.com/lolcommits/lolcommits-term_output/issues).  Take a\nmoment to check it hasn't been raised in the past (and possibly closed).\n\n## Contributing\n\nBug [reports](https://github.com/lolcommits/lolcommits-term_output/issues) and\n[pull requests](https://github.com/lolcommits/lolcommits-term_output/pulls) are\nwelcome on GitHub.\n\nWhen submitting pull requests, remember to add tests covering any new behaviour,\nand ensure all tests are passing on CI. Read the [contributing\nguidelines](https://github.com/lolcommits/lolcommits-term_output/blob/master/CONTRIBUTING.md)\nfor more details.\n\nThis project is intended to be a safe, welcoming space for collaboration, and\ncontributors are expected to adhere to the [Contributor\nCovenant](http://contributor-covenant.org) code of conduct.  See\n[here](https://github.com/lolcommits/lolcommits-term_output/blob/master/CODE_OF_CONDUCT.md)\nfor more details.\n\n## License\n\nThe gem is available as open source under the terms of\n[LGPL-3](https://opensource.org/licenses/LGPL-3.0).\n\n## Links\n\n* [CI](https://github.com/lolcommits/lolcommits-term_output/actions/workflows/ci.yml)\n* [RDoc](https://rubydoc.info/gems/lolcommits-term_output)\n* [Issues](http://github.com/lolcommits/lolcommits-term_output/issues)\n* [Report a bug](http://github.com/lolcommits/lolcommits-term_output/issues/new)\n* [Gem](http://rubygems.org/gems/lolcommits-term_output)\n* [GitHub](https://github.com/lolcommits/lolcommits-term_output)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-term_output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolcommits%2Flolcommits-term_output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-term_output/lists"}