{"id":13551985,"url":"https://github.com/pombadev/ikill","last_synced_at":"2025-08-13T23:32:58.587Z","repository":{"id":43031801,"uuid":"249116470","full_name":"pombadev/ikill","owner":"pombadev","description":"Interactively kill running processes.","archived":false,"fork":false,"pushed_at":"2024-11-29T04:52:42.000Z","size":2066,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-30T10:09:27.619Z","etag":null,"topics":["fkill","ikill","kill","killall","pkill","process"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/pombadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-22T05:00:11.000Z","updated_at":"2023-08-29T09:19:18.000Z","dependencies_parsed_at":"2022-08-03T16:00:14.996Z","dependency_job_id":null,"html_url":"https://github.com/pombadev/ikill","commit_stats":null,"previous_names":["pjmp/ikill"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pombadev%2Fikill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pombadev%2Fikill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pombadev%2Fikill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pombadev%2Fikill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pombadev","download_url":"https://codeload.github.com/pombadev/ikill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229787011,"owners_count":18124014,"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":["fkill","ikill","kill","killall","pkill","process"],"created_at":"2024-08-01T12:01:56.941Z","updated_at":"2024-12-15T06:10:38.784Z","avatar_url":"https://github.com/pombadev.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"ikill [![Crates.io](https://img.shields.io/crates/v/ikill)](https://crates.io/crates/ikill) ![License](https://img.shields.io/crates/l/ikill)\n---\n\n\u003e Interactively kill running processes, inspired by [fkill-cli](https://github.com/sindresorhus/fkill-cli).\n\n### Features\n\n- List and fuzzy find running processes.\n- Multi select processes by pressing \u003ckbd\u003e⭾\u003c/kbd\u003e.\n- Clear all queries by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003el\u003c/kbd\u003e.\n\n### Usage\n\nRun `ikill` on terminal, search and press \u003ckbd\u003e↵\u003c/kbd\u003e.\n\n### Screenshot\n\n[![A screenshot](./screencast.gif)](./screencast.gif)\n\n### Installation\n\nIf you have rust toolchain installed, you can just do:\n```\ncargo install ikill\n```\n\nAlternatively, you can download pre-build binaries from the [release page](https://github.com/pjmp/ikill/releases).\n\n### Usage\n\n```\nikill - Interactively kill processes\n\nUSAGE:\n    ikill\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n```\n\n# Alternatives\n\n```bash\n# using `fzf`\npgrep . -l | fzf --reverse -m | awk '{ print $2 }' | xargs -I% -r kill -9 '%'\n\n# using `dmenu`\npgrep . -l | dmenu -l 20 | awk '{ print $2 }' | xargs -I% -r kill -9 '%'\n```\n\n### TODO\n\n - [ ] Preview pane with process id?\n - [ ] allow users to customize `skim`?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpombadev%2Fikill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpombadev%2Fikill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpombadev%2Fikill/lists"}