{"id":28547042,"url":"https://github.com/skywind3000/viz","last_synced_at":"2026-02-18T17:01:14.833Z","repository":{"id":285351832,"uuid":"957825530","full_name":"skywind3000/viz","owner":"skywind3000","description":"🚀 Smallest Vi-clone Text Editor for Windows CLI and SSH session (only 62KB) !! ","archived":false,"fork":false,"pushed_at":"2025-03-31T07:47:41.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T21:57:15.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skywind3000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T07:40:12.000Z","updated_at":"2025-03-31T15:37:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a52379d9-d194-44e1-a174-b186a4ff02b9","html_url":"https://github.com/skywind3000/viz","commit_stats":null,"previous_names":["skywind3000/viz"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skywind3000/viz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywind3000","download_url":"https://codeload.github.com/skywind3000/viz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-06-10T00:09:04.779Z","updated_at":"2026-02-18T17:01:14.332Z","avatar_url":"https://github.com/skywind3000.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Viz\n\nSmallest Vi-clone text editor for Windows (62KB) that runs in terminal and SSH sessions.\n\n## Features\n\n- Smallest full function vi-clone text editor, **only 62KB**.\n- Portable, distrubted as a single executable file.\n- Offers a wide range of vi functions: search (`/` and `?`), undo (`u`), repeat (`.`), and marks (`m{letter}`).\n- Named register for yank/paste: `\"a3yy` and `\"ap`.\n- Supports multiple files with commands like `:next`, `:prev`, and `:rewind`.\n- Some colon mode commands with `:` (available options can be listed with `:set`).\n- Adapt to window re-sizes.\n- Can be used in ssh sessions and none-GUI environments (eg. server container).\n- Even runs on Windows XP and Windows 7.\n- Supports `%USERPROFILE%\\.exrc` configuration.\n- Ideal for occasional or emergency use.\n- Ideal for keeping it in your rescue USB-stick.\n\n\n## Download\n\n- Executable file can be found in the [release](https://github.com/skywind3000/viz/releases) page.\n\n## Screenshots\n\nRuns remotely over an SSH session on a Windows 10 server (using PuTTY):\n\n![](https://skywind3000.github.io/images/p/zvi/zvi_ssh.png)\n\nRuns natively on Windows 7:\n\n![](https://skywind3000.github.io/images/p/zvi/zvi_win7.png)\n\nRuns natively on Windows XP:\n\n![](https://skywind3000.github.io/images/p/zvi/zvi_xp.png)\n\n\n## Source\n\nBusybox includes a well-implemented and maintained `vi` applet, which has been contributed to for more than 10 years by the busybox contributors\n\nThe code is from [busybox-w32](https://github.com/rmyorston/busybox-w32) project, I just tailor it into a single applet.\n\n## Build\n\nDownload and install MSYS2, start `MinGW32` program:\n\n```\ngit clone --depth 1 https://github.com/rmyorston/busybox-w32.git\ngit clone https://github.com/skywind3000/viz.git\ncd busybox-w32\nmake mingw32_defconfig    # 32 bits will run on more platforms\n```\n\nthen just:\n\n```\ncopy ../viz/.config .     # use the predefined configuration\nmake\nmv busybox.exe viz.exe\n```\n\n## Credit\n\n- https://github.com/rmyorston/busybox-w32\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywind3000%2Fviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fviz/lists"}