{"id":15866891,"url":"https://github.com/ksatirli/shortcuts","last_synced_at":"2025-10-17T15:31:27.508Z","repository":{"id":119432701,"uuid":"235326031","full_name":"ksatirli/shortcuts","owner":"ksatirli","description":"⏩ Shortcuts","archived":true,"fork":false,"pushed_at":"2020-03-13T10:50:51.000Z","size":61,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T18:35:28.417Z","etag":null,"topics":["alias","bash","cli"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@operatehappy/shortcuts","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ksatirli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-21T11:25:54.000Z","updated_at":"2024-05-28T09:34:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"53da3c86-33a5-4b66-97d6-459315d12ee2","html_url":"https://github.com/ksatirli/shortcuts","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ksatirli/shortcuts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fshortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fshortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fshortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fshortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksatirli","download_url":"https://codeload.github.com/ksatirli/shortcuts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fshortcuts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279368883,"owners_count":26156848,"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-10-17T02:00:07.504Z","response_time":56,"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":["alias","bash","cli"],"created_at":"2024-10-05T23:40:28.002Z","updated_at":"2025-10-17T15:31:27.200Z","avatar_url":"https://github.com/ksatirli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shortcuts for @operatehappy\n\n\u003e This repository is a collection of organization-specific shortcuts for [@operatehappy](https://github.com/operatehappy/).\n\n## Table of Contents\n\n- [Shortcuts for @operatehappy](#shortcuts-for-operatehappy)\n  - [Table of Contents](#table-of-contents)\n  - [Requirements](#requirements)\n  - [Dependencies](#dependencies)\n  - [Usage](#usage)\n  - [Author Information](#author-information)\n  - [License](#license)\n\n## Requirements\n\nThis module requires Node.js 6.x or later.\n\n## Dependencies\n\nThis script has no external dependencies.\n\n## Usage\n\nTo install this utility, run the following command in your console:\n\n```sh\nnpm install -g @operatehappy/shortcuts\n```\n\nThis will make the following shortcuts available globally:\n\n### Docker\n\n- `docker-remove-dangling-volumes`\n- `docker-remove-dead`\n- `docker-system-prune`\n- `docker-system-df`\n\n### Git\n\n- `git-log`\n\n### Terraform\n\n- `terraform-apply`\n- `terraform-destroy`\n- `terraform-fmt`\n- `terraform-get`\n- `terraform-graph`\n- `terraform-import`\n- `terraform-init`\n- `terraform-plan`\n- `terraform-refresh`\n- `terraform-taint`\n- `terraform-untaint`\n- `terraform-workspace-delete`\n- `terraform-workspace-new`\n\nThe shortcuts in the _Terraform_ section set sensible defaults that work for _us_. Inspect the [Shell scripts](https://github.com/operatehappy/shortcuts/search?l=Shell\u0026q=terraform) for a better understanding of what that means.\n\n### `pre-commit`\n\n- `pre-commit-install`\n- `pre-commit-remove`\n- `pre-commit-run`\n\nThe shortcuts in the [pre-commit](https://pre-commit.com/) section install, remove, or run Git hooks using our organization-specific [configuration](https://github.com/operatehappy/dotfiles-org/blob/master/.pre-commit-config.yaml).\n\n### Operate Happy\n\n- `oh-shfmt`\n- `oh-release`\n- `oh-terraform-docs`\n\n### misc. stuff\n\n- `serve`\n\nThis shortcut provides a quick way of serving the current directory via HTTP. The shortcut defaults to using `python` and maps to port `4779`.\n\nThe runtime can be changed by supplying a single argument as the first argument. Valid options include: `python2`, `python3`, `php`, and `ruby`.\n\n## Author Information\n\nThis module is maintained by the contributors listed on [GitHub](https://github.com/operatehappy/shortcuts/graphs/contributors)\n\nDevelopment of this module was sponsored by [Operate Happy](https://github.com/operatehappy).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _\"AS IS\"_ basis, without WARRANTIES or conditions of any kind, either express or implied.\n\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatirli%2Fshortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksatirli%2Fshortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatirli%2Fshortcuts/lists"}