{"id":16266608,"url":"https://github.com/chambln/kakoune-interactively","last_synced_at":"2026-01-20T13:32:57.082Z","repository":{"id":144115374,"uuid":"224678647","full_name":"chambln/kakoune-interactively","owner":"chambln","description":"Makes some Kakoune commands more friendly and interactive","archived":false,"fork":false,"pushed_at":"2020-01-29T13:31:00.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T14:53:00.319Z","etag":null,"topics":["kakoune","plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chambln.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":"2019-11-28T15:11:00.000Z","updated_at":"2025-03-10T19:36:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5e64aa4-a49e-4328-a9d1-630686e23ca9","html_url":"https://github.com/chambln/kakoune-interactively","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"948baa8b5a82d9ff0b4e13e3ce175b50f4222426"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chambln/kakoune-interactively","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fkakoune-interactively","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fkakoune-interactively/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fkakoune-interactively/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fkakoune-interactively/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chambln","download_url":"https://codeload.github.com/chambln/kakoune-interactively/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fkakoune-interactively/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["kakoune","plugin"],"created_at":"2024-10-10T17:42:35.666Z","updated_at":"2026-01-20T13:32:57.063Z","avatar_url":"https://github.com/chambln.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactively\n\nThis plugin makes various [Kakoune](https://kakoune.org) commands more\nfriendly and interactive by asking questions such as ‘save changes?’ and\n‘ignore write protection?’. In particular, `i-quit` saves you the\ntrouble of hunting down modified buffers to save (or discard) before\nquitting.\n\n[![asciicast](https://asciinema.org/a/F5UXtFxv6PjCnZnU05EFSxIzJ.svg)](https://asciinema.org/a/F5UXtFxv6PjCnZnU05EFSxIzJ)\n\nSuggested configuration:\n\n``` kak\n# ~/.config/kak/kakrc\nplug chambln/kakoune-interactively config %{\n    alias global cd i-change-directory\n    alias global db i-delete-buffer\n    alias global q i-quit\n    alias global w i-write\n    set-option global yes_or_no_instant true\n}\n```\n\nIf `yes_or_no_instant` is truthy then `yes-or-no` prompts will not wait\nfor \u003ckbd\u003eret\u003c/kbd\u003e to be pressed.\n\nYou can use `yes-or-no` to create your own interactions. Prompts happen\nasynchronously, so Kakoune won’t wait for the prompt to be dismissed\nbefore continuing with the next line of the script. To work around this,\n`yes-or-no` accepts an optional parameter `\u003cfinal\u003e` which it evaluates\nafter a yes or no answer is given. If the prompt is dismissed with\n\u003ckbd\u003eEsc\u003c/kbd\u003e, nothing is evaluated.\n\n## Bugs and notes\n\n  - You can’t pass a filename to `i-write`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fkakoune-interactively","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchambln%2Fkakoune-interactively","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fkakoune-interactively/lists"}