{"id":17693390,"url":"https://github.com/ttytm/vzit","last_synced_at":"2025-05-12T20:55:10.289Z","repository":{"id":240263247,"uuid":"802144933","full_name":"ttytm/vzit","owner":"ttytm","description":"Zig formatter that utilizes `zig fmt` while allowing for tab indentation and diff viewing.","archived":false,"fork":false,"pushed_at":"2024-11-17T17:20:49.000Z","size":34,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T04:41:38.440Z","etag":null,"topics":["cli-app","code-formatter","diff","formatter","tabs","zig","zig-fmt"],"latest_commit_sha":null,"homepage":"https://github.com/ttytm/vzit","language":"V","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/ttytm.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-17T15:50:37.000Z","updated_at":"2024-11-17T17:20:52.000Z","dependencies_parsed_at":"2024-05-17T16:57:46.167Z","dependency_job_id":"0f611a8e-38d1-434a-b0de-b91889ce611a","html_url":"https://github.com/ttytm/vzit","commit_stats":null,"previous_names":["ttytm/vzit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttytm%2Fvzit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttytm%2Fvzit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttytm%2Fvzit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttytm%2Fvzit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttytm","download_url":"https://codeload.github.com/ttytm/vzit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253822640,"owners_count":21969832,"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":["cli-app","code-formatter","diff","formatter","tabs","zig","zig-fmt"],"created_at":"2024-10-24T13:44:54.467Z","updated_at":"2025-05-12T20:55:10.264Z","avatar_url":"https://github.com/ttytm.png","language":"V","readme":"# VZiT\n\n[badge__build]: https://img.shields.io/github/actions/workflow/status/ttytm/vzit/ci.yml?branch=main\u0026logo=github\u0026logoColor=C0CAF5\u0026labelColor=333\n[badge__version]: https://img.shields.io/github/v/release/ttytm/vzit?logo=task\u0026logoColor=C0CAF5\u0026labelColor=333\n\n[![][badge__build]](https://github.com/ttytm/vzit/actions?query=branch%3Amain)\n[![][badge__version]](https://github.com/ttytm/vzit/releases/latest)\n\nUses `zig fmt` to format Zig code while allowing for tab indentation and diff viewing.\n\n## Quick Start\n\n- [Installation](https://github.com/ttytm/vzit/wiki/Installation)\n- [Editor Setup](https://github.com/ttytm/vzit/wiki/Editor-Setup)\n  - [Neovim](https://github.com/ttytm/vzit/wiki/Editor-Setup#neovim)\n  - [VS Code / Codium](https://github.com/ttytm/vzit/wiki/Editor-Setup#vs-code--codium)\n\n## Feature Overview\n\n- Use tabs with `zig fmt` under the hood (no need to miss out on the amazing work that goes into it).\n- View diffs with your preferred tool.\n\nhttps://github-production-user-asset-6210df.s3.amazonaws.com/34311583/337395033-be5d0270-713f-495a-9f91-15665841eb64.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240606%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20240606T184324Z\u0026X-Amz-Expires=300\u0026X-Amz-Signature=2df83e6313c9b80dfaab603825d552c4858a2876cbb7331afea85da1547f8097\u0026X-Amz-SignedHeaders=host\u0026actor_id=34311583\u0026key_id=0\u0026repo_id=802144933\n\n## Usage\n\n```\nUsage: vzit [flags] [commands] \u003cpath\u003e\n\nFormatter and diff viewer utilizing zig fmt.\nBy default, formatted output is written to stdout.\n\nFlags:\n  -w  --write         Modifies non-conforming files in-place.\n  -l  --list          Prints paths of non-conforming files. Exits with an error if any are found.\n  -d  --diff          Prints differences of non-conforming files. Exits with an error if any are found.\n                      - The 'VZIT_DIFF_CMD' environment variable allows setting a custom diff command.\n  -i  --indentation   Sets the indentation used [possible values: 'tabs', 'smart', '\u003cnum\u003e'(spaces)].\n                      - tabs: used by default.\n                      - smart: based on the initial indentations in a file.\n                      - \u003cnum\u003e: number of spaces.\n  -h  --help          Prints help information.\n  -v  --version       Prints version information.\n\nCommands:\n  update              Updates vizit to the latest version.\n  help                Prints help information.\n  version             Prints version information.\n```\n\n## Disclaimer\n\nMaintaining quality throughout development will be paramount.\nHowever, it is still an early release. Until a stable 1.0 release is available, minor versions (`0.\u003cminor\u003e.*`) may contain breaking changes.\n\nThis is a spare time project. Please take it easy if there are delays in replying.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttytm%2Fvzit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttytm%2Fvzit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttytm%2Fvzit/lists"}