{"id":15209498,"url":"https://github.com/nekofar/zsh-git-lfs","last_synced_at":"2026-02-26T15:39:17.985Z","repository":{"id":82895738,"uuid":"287515010","full_name":"nekofar/zsh-git-lfs","owner":"nekofar","description":"This plugin adds short aliases for the git-lfs commands","archived":false,"fork":false,"pushed_at":"2020-09-23T09:02:00.000Z","size":8,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T01:43:24.256Z","etag":null,"topics":["aliases","git","git-lfs","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nekofar.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2020-08-14T11:14:55.000Z","updated_at":"2025-08-03T06:04:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"6361f78f-2928-430e-8cc9-8bf452f081d8","html_url":"https://github.com/nekofar/zsh-git-lfs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nekofar/zsh-git-lfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekofar%2Fzsh-git-lfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekofar%2Fzsh-git-lfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekofar%2Fzsh-git-lfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekofar%2Fzsh-git-lfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekofar","download_url":"https://codeload.github.com/nekofar/zsh-git-lfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekofar%2Fzsh-git-lfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29863603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":["aliases","git","git-lfs","zsh","zsh-plugin"],"created_at":"2024-09-28T07:40:26.968Z","updated_at":"2026-02-26T15:39:17.969Z","avatar_url":"https://github.com/nekofar.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# zsh-git-lfs\n\nThis plugin adds short aliases for the [`git-lfs`](https://github.com/git-lfs/git-lfs) commands.\n\n## Usage\n\nWithout typing full `git-lfs` commands in console, like:\n\n   ```zsh\n   git lfs track \"*.psd\"\n   ```\n\nthere is more convenient alias:\n\n   ```zsh\n   glft \"*.psd\" \n   ```\n\n## Installation\n\n#### zplug\n\n1. Add the following to your `.zshrc`:\n\n   ```zsh\n   zplug \"nekofar/zsh-git-lfs\"\n   ```\n\n2. Start a new terminal session.\n\n#### Antigen\n\n1. Add the following to your `.zshrc`:\n\n   ```zsh\n   antigen bundle nekofar/zsh-git-lfs\n   ```\n\n2. Start a new terminal session.\n\n#### Oh My Zsh\n\n1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)\n\n   ```zsh\n   git clone https://github.com/nekofar/zsh-git-lfs \\\n     ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-git-lfs\n   ```\n\n2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):\n\n   ```zsh\n   plugins=( [plugins...] zsh-git-lfs)\n   ```\n\n3. Start a new terminal session.\n\n## Requirements\n\n1. The git-lfs tool has to be [installed](https://github.com/git-lfs/git-lfs#installing)\n   separately.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekofar%2Fzsh-git-lfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekofar%2Fzsh-git-lfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekofar%2Fzsh-git-lfs/lists"}