{"id":21019519,"url":"https://github.com/mrmetalwood/hyper-command-gifs","last_synced_at":"2025-05-15T07:33:11.985Z","repository":{"id":69043389,"uuid":"76843643","full_name":"mrMetalWood/hyper-command-gifs","owner":"mrMetalWood","description":"Hyper Command Gifs","archived":false,"fork":false,"pushed_at":"2017-09-29T10:27:13.000Z","size":11640,"stargazers_count":46,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T18:55:26.799Z","etag":null,"topics":["gifs","hyper","javascript","redux"],"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/mrMetalWood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-12-19T08:35:45.000Z","updated_at":"2022-10-06T13:44:47.000Z","dependencies_parsed_at":"2023-03-11T04:59:39.329Z","dependency_job_id":null,"html_url":"https://github.com/mrMetalWood/hyper-command-gifs","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"7f660fc27aaa0d6e0686ace148a5ca7862ae39a4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrMetalWood%2Fhyper-command-gifs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrMetalWood%2Fhyper-command-gifs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrMetalWood%2Fhyper-command-gifs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrMetalWood%2Fhyper-command-gifs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrMetalWood","download_url":"https://codeload.github.com/mrMetalWood/hyper-command-gifs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254296597,"owners_count":22047301,"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":["gifs","hyper","javascript","redux"],"created_at":"2024-11-19T10:32:41.908Z","updated_at":"2025-05-15T07:33:08.396Z","avatar_url":"https://github.com/mrMetalWood.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyper Command GIFs\n\nPlugin for Hyper™ terminal.\n\nEnhances your daily terminal routine with GIFs. Because why not.\n\nCurrently the plugin matches for the following keywords in your commands:\n\n- build\n- checkout\n- deploy\n- pull\n- push\n- start\n- test\n\nMore to come in the next few days!\n\n![Demo of Plugin using git push command](example/git-push-demo.gif)\n\n## How to use\n\nInstall [Hyper](https://hyper.is) and add `hyper-command-gifs`\nto `plugins` in `~/.hyper.js`.\n\n```javascript\nplugins: [\n  'hyper-command-gifs'\n]\n```\n\n## Config\n\nTo configure the plugin simply add a `hyperCommandGifs` property to the config object in `~/.hyper.js`.\nThe only option right now is to disable certain commands to prevent them from matching and showing GIFs.\n\nLet's say you are switching branches like a maniac and hitting `npm test` every 5 seconds, then just disable them like this:\n\n```javascript\nmodule.exports = {\n  config: {\n    // ...all the other default options\n\n\n    hyperCommandGifs: {\n      disabledCommands: ['checkout', 'test']\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmetalwood%2Fhyper-command-gifs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmetalwood%2Fhyper-command-gifs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmetalwood%2Fhyper-command-gifs/lists"}