{"id":18668205,"url":"https://github.com/funnyboy-roks/vi3","last_synced_at":"2026-05-05T19:31:25.954Z","repository":{"id":216604009,"uuid":"741622332","full_name":"funnyboy-roks/vi3","owner":"funnyboy-roks","description":"A program to generate vi-style keystrokes for i3 using modes.","archived":false,"fork":false,"pushed_at":"2024-01-24T14:45:12.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-18T07:39:01.232Z","etag":null,"topics":["c","i3","i3-config","vi","vim"],"latest_commit_sha":null,"homepage":"","language":"C","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/funnyboy-roks.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}},"created_at":"2024-01-10T19:15:26.000Z","updated_at":"2024-01-12T14:40:31.000Z","dependencies_parsed_at":"2024-01-24T15:48:10.360Z","dependency_job_id":"a3fe7bb5-f2fd-43b1-96e2-badcc84c3a1e","html_url":"https://github.com/funnyboy-roks/vi3","commit_stats":null,"previous_names":["funnyboy-roks/vi3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/funnyboy-roks/vi3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fvi3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fvi3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fvi3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fvi3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyboy-roks","download_url":"https://codeload.github.com/funnyboy-roks/vi3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2Fvi3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["c","i3","i3-config","vi","vim"],"created_at":"2024-11-07T08:41:53.785Z","updated_at":"2026-05-05T19:31:25.935Z","avatar_url":"https://github.com/funnyboy-roks.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vi3\n\nA program to generate vi-style keystrokes for i3 using modes.\n\n## Usage\n\nTo run the program just run `./vi3 \u003cinput-file\u003e \u003coutput-file\u003e`.\n\nBoth `input-file` and `output-file` can be substituted with `-` to use\nSTDIN and STDOUT respectively.\n\n## Example\n\nInput file:\n\n```cfg\nexit Escape\nexit Ctrl+j\n; volume up\nv,u exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%\n; volume down\nv,d exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%\n; volume mute\nv,m exec exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle\n```\n\nOutput:\n\n```i3config\nmode \"Vim: \" {\n    bindsym v mode \"Vim: v\"\n    bindsym Escape mode \"default\"\n    bindsym Ctrl+j mode \"default\"\n}\nmode \"Vim: v\" {\n    bindsym u exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%; mode \"default\"\n    bindsym d exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%; mode \"default\"\n    bindsym m exec exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle; mode \"default\"\n    bindsym Escape mode \"default\"\n    bindsym Ctrl+j mode \"default\"\n}\n```\n\n## Building\n\nThis project uses libc and no other dependencies.\n\nTo build, just run `make` in the root directory. (or just use your C\ncompiler to compile the `main.c` file)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fvi3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyboy-roks%2Fvi3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fvi3/lists"}