{"id":18072164,"url":"https://github.com/luismayta/zsh-functions","last_synced_at":"2025-04-12T03:05:41.822Z","repository":{"id":42649630,"uuid":"222376208","full_name":"luismayta/zsh-functions","owner":"luismayta","description":"functions for zsh","archived":false,"fork":false,"pushed_at":"2023-02-07T23:11:36.000Z","size":5485,"stargazers_count":8,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-25T22:41:18.304Z","etag":null,"topics":["automation","functions","peru","plugin","tools","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/luismayta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["luismayta"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta","https://amzn.com/w/1VJ9F3BEK0S8B"]}},"created_at":"2019-11-18T06:13:34.000Z","updated_at":"2024-05-19T16:31:37.000Z","dependencies_parsed_at":"2023-01-25T08:31:18.554Z","dependency_job_id":null,"html_url":"https://github.com/luismayta/zsh-functions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismayta%2Fzsh-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luismayta","download_url":"https://codeload.github.com/luismayta/zsh-functions/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246045814,"owners_count":20714848,"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":["automation","functions","peru","plugin","tools","zsh"],"created_at":"2024-10-31T09:19:12.732Z","updated_at":"2025-03-28T14:30:52.070Z","avatar_url":"https://github.com/luismayta.png","language":"Shell","funding_links":["https://github.com/sponsors/luismayta","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta","https://amzn.com/w/1VJ9F3BEK0S8B"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `provision/generator/README.yaml`\n  ** 2) Run`task readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n \n\n\n\n\n [![Latest Release](https://img.shields.io/github/release/luismayta/zsh-functions)](https://github.com/luismayta/zsh-functions/releases) [![Lint](https://img.shields.io/github/workflow/status/luismayta/zsh-functions/lint-code)](https://github.com/luismayta/zsh-functions/actions?workflow=lint-code) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/Keep%20A%20Changelog-1.0.0-%23E05735)](https://keepachangelog.com)\n\n# zsh-functions\n\n zsh-functions plugin for zsh. \n\n\n\n\n\n\n\n\n\n\n\n\n## Requirements\n\n\nThis is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:\n\n- [docker](https://www.docker.com)\n- [python](https://www.python.org)\n- [taskfile](https://github.com/go-task/task)\n\n\n\n## Installation\n### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users\n\nIf you're using [oh-my-zsh](https://gitub.com/robbyrussell/oh-my-zsh), install this plugin by doing the following:\n\n1.  Go to your oh-my-zsh custom plugins directory -`cd ~/.oh-my-zsh/custom/plugins`\n2.  Clone the plugin `bash git clone https://github.com/luismayta/zsh-functions`bash\n3.  Edit your `.zshrc` and add `plugins=( ... zsh-functions )` to your list of plugins\n4.  Open a new terminal and enjoy!\n### [antigen](https://github.com/zsh-users/antigen) users\n\nIf you're using [Antigen](https://github.com/zsh-users/antigen), install this plugin by doing the following:\n\n1.  Add `antigen bundle luismayta/zsh-functions` to your `.zshrc` where you're adding your other plugins.\n2.  Either open a new terminal to force zsh to load the new plugin, or run `antigen bundle luismayta/zsh-functions` in a running zsh session.\n3.  Enjoy!\n### [antibody](https://github.com/getantibody/antibody) users\n\nIf you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:\n\n1.  Add :\n\n```{.sourceCode .bash}\n     antibody bundle luismayta/zsh-functions\n```\n\nto your `.zshrc` where you're adding your other plugins.\n\n2.  Either open a new terminal to force zsh to load the new plugin, or run `antibody bundle luismayta/zsh-functions` in a running zsh session.\n3.  Enjoy!\n\n\n\n\n\n\n\n\n\n ## Functions\n\nzsh cheat includes a small utility `cheat` to fetch and install new packages.\n\n#### `cheat::install`\n\nInstall cheat.\n\n#### `cheat::post_install`\n\nInstall sync config and cheatsheets.\n\n#### `cheat::cheatsheets::install`\n\nInstall all cheatsheet to path cheat.\n\n#### `cheat::sync`\n\nsync config cheatsheet to local.\n\n#### `fcheat`\n\nsearch cheat using fzf.\n\n\n\n\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/luismayta/zsh-functions/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/luismayta/zsh-functions/issues) to report any bugs or file feature requests.\n\n### Development\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  **Commit** changes to your own branch\n4.  **Push** your work back up to your fork\n5.  Submit a **Pull Request** so that we can review your changes\n\n**NOTE:** Be sure to rebase the latest changes from \"upstream\" before making a pull request!\n\n## Module Versioning\n\nThis Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n\nUsing the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:\n\n1. Use the `MAJOR` version for incompatible changes.\n1. Use the `MINOR` version when adding functionality in a backwards compatible manner.\n1. Use the `PATCH` version when introducing backwards compatible bug fixes.\n\n### Backwards compatibility in `0.0.z` and `0.y.z` version\n\n- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is\n  increased. (Initial development)\n- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is\n  increased. (Pre-release)\n\n\n\n\n## Copyright\n\nCopyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)\n\n\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n\n\n\n\n\n## License\n\nThe code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).\n\n\n\n## Don't forget to 🌟 Star 🌟 the repo if you like zsh-functions\n\n[Your feedback is appreciated](https://github.com/luismayta/zsh-functions/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismayta%2Fzsh-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluismayta%2Fzsh-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismayta%2Fzsh-functions/lists"}