{"id":13913303,"url":"https://github.com/micahkepe/vimtutor-sequel","last_synced_at":"2025-04-07T16:17:48.001Z","repository":{"id":251431840,"uuid":"837396393","full_name":"micahkepe/vimtutor-sequel","owner":"micahkepe","description":"Vimtutor Sequel - Advanced Vim Tutor Lessons ⌨️","archived":false,"fork":false,"pushed_at":"2024-09-19T13:56:43.000Z","size":134,"stargazers_count":508,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T15:17:52.646Z","etag":null,"topics":["vim","vimrc","vimtutor"],"latest_commit_sha":null,"homepage":"https://formulae.brew.sh/formula/vimtutor-sequel","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/micahkepe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"micahkepe"}},"created_at":"2024-08-02T21:59:36.000Z","updated_at":"2025-03-26T11:53:56.000Z","dependencies_parsed_at":"2024-08-03T00:26:01.260Z","dependency_job_id":"7bc45b98-6343-474c-8c53-b21192c290e6","html_url":"https://github.com/micahkepe/vimtutor-sequel","commit_stats":{"total_commits":41,"total_committers":4,"mean_commits":10.25,"dds":0.1707317073170732,"last_synced_commit":"f6aeb1ef51f6db78c1cd6dd45249abd0d5cf5f63"},"previous_names":["micahkepe/vimtutor-sequel"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fvimtutor-sequel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fvimtutor-sequel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fvimtutor-sequel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fvimtutor-sequel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micahkepe","download_url":"https://codeload.github.com/micahkepe/vimtutor-sequel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685628,"owners_count":20979085,"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":["vim","vimrc","vimtutor"],"created_at":"2024-08-07T02:01:11.232Z","updated_at":"2025-04-07T16:17:47.976Z","avatar_url":"https://github.com/micahkepe.png","language":"Shell","funding_links":["https://github.com/sponsors/micahkepe"],"categories":["Shell"],"sub_categories":[],"readme":"# vimtutor-sequel\n\nVimtutor Sequel provides advanced Vim tutor lessons to help users deepen their understanding of Vim.\n\n![Teaser image of the tutorial](images/teaser.png)\n\n## Features\n\n- Advanced Vim commands and techniques\n- Step-by-step tutorials\n- Interactive exercises\n\n## Installation\n\nThe easiest way to use `vimtutor-sequel` is to install it using Homebrew. However, you can also run the tutorial manually by cloning the repository (see [Running Vimtutor Without Homebrew](#running-vimtutor-without-homebrew)).\n\nIf you don't have Homebrew installed, you can install it using the following command:\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n### For New Users\n\nTo install `vimtutor-sequel` for the first time using Homebrew:\n\n```sh\nbrew install vimtutor-sequel\n```\n\n### For Existing Users\n\nIf you have already installed `vimtutor-sequel` and want to upgrade to the latest version:\n\n1. **Check your current version** (available from version 1.2.3 and later):\n\n   ```sh\n   vimtutor-sequel --version\n   ```\n\n   If you are not on the latest version, you can upgrade by continuing with the following steps.\n\n2. **Upgrade `vimtutor-sequel`**:\n\n   ```sh\n   brew update\n   brew upgrade vimtutor-sequel\n   ```\n\n## Usage\n\nTo run the `vimtutor-sequel` script, simply type:\n\n```sh\nvimtutor-sequel\n```\n\n## Running Vimtutor Without Homebrew\n\nIf you are on Windows or Linux, you can still run the tutorial by cloning the repository and running the script manually:\n\n1. **Clone the repository**:\n\n```sh\ngit clone https://github.com/micahkepe/vimtutor-sequel.git\n```\n\n2. **Navigate to the repository**:\n\n```sh\ncd vimtutor-sequel\n```\n\n3. **Make a Copy of the Tutorial**:\n\n```sh\ncp vimtutor-sequel.txt vimtutor-sequel-copy.txt\n```\n\n4. **Run Vim with the Custom Configuration**:\n\n```sh\nvim -u vimtutor-sequel.vimrc -U NONE vimtutor-sequel-copy.txt\n```\n\nThis method allows you to easily access and run the Vimtutor Sequel lessons without the need for additional installation steps.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to `vimtutor-sequel`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahkepe%2Fvimtutor-sequel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicahkepe%2Fvimtutor-sequel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahkepe%2Fvimtutor-sequel/lists"}