{"id":49114909,"url":"https://github.com/yashksaini-coder/pykill","last_synced_at":"2026-04-21T06:33:57.728Z","repository":{"id":300092331,"uuid":"988629590","full_name":"yashksaini-coder/pykill","owner":"yashksaini-coder","description":"Effortlessly find and clean up Python virtual environments in your projects with this fast, Rust-powered tool.","archived":false,"fork":false,"pushed_at":"2025-06-29T17:31:39.000Z","size":26,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T18:29:07.801Z","etag":null,"topics":["cleaner","cli","cli-tool","python","ratatui-rs","rust","tool","tui-rs","virtualenv"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/yashksaini-coder.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}},"created_at":"2025-05-22T20:45:54.000Z","updated_at":"2025-06-29T17:31:43.000Z","dependencies_parsed_at":"2025-06-19T21:18:45.636Z","dependency_job_id":"c69b4233-a22a-4768-af68-000f6e9f1006","html_url":"https://github.com/yashksaini-coder/pykill","commit_stats":null,"previous_names":["yashksaini-coder/pykill"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashksaini-coder/pykill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashksaini-coder%2Fpykill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashksaini-coder%2Fpykill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashksaini-coder%2Fpykill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashksaini-coder%2Fpykill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashksaini-coder","download_url":"https://codeload.github.com/yashksaini-coder/pykill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashksaini-coder%2Fpykill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32080445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":["cleaner","cli","cli-tool","python","ratatui-rs","rust","tool","tui-rs","virtualenv"],"created_at":"2026-04-21T06:33:52.914Z","updated_at":"2026-04-21T06:33:57.720Z","avatar_url":"https://github.com/yashksaini-coder.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pykill\n\nA cross-platform TUI tool for finding and deleting Python virtual environments.\n\n## Features\n\n*   **Interactive TUI:** A user-friendly terminal interface for navigating and managing Python virtual environments.\n*   **Cross-Platform:** Works on Linux, Windows, and macOS.\n*   **Virtual Environment Detection:** Scans directories to find common Python virtual environment folders (e.g., `venv`, `.venv`, `env`).\n*   **Interactive Deletion:** Safely delete virtual environments with a confirmation step.\n*   **Command-Line Mode:** Option to list virtual environments without launching the TUI.\n*   **Fast Scanning:** Built in Rust for efficient directory traversal and analysis.\n\n## Installation\n\n### From Releases (Recommended)\n\nYou can download pre-compiled binaries for your operating system from the GitHub Releases page:\n\n[https://github.com/YOUR_GITHUB_USER/YOUR_REPO_NAME/releases](https://github.com/YOUR_GITHUB_USER/YOUR_REPO_NAME/releases)\n\nBinaries are typically provided for Linux, Windows, and macOS (x86_64 and aarch64). Download the appropriate archive for your system, extract it, and place the `pykill` executable in a directory included in your system's PATH.\n\n### From Source\n\nIf you have Rust and Cargo installed, you can build `pykill` from source.\n\n1.  **Install via `cargo install` (recommended for source installs):**\n    ```bash\n    cargo install --git https://github.com/YOUR_GITHUB_USER/YOUR_REPO_NAME.git\n    ```\n    This will build and install the `pykill` binary into your Cargo bin directory (e.g., `~/.cargo/bin/pykill`).\n\n2.  **Manual Build:**\n    Alternatively, you can clone the repository and build it manually:\n    ```bash\n    git clone https://github.com/YOUR_GITHUB_USER/YOUR_REPO_NAME.git\n    cd YOUR_REPO_NAME \n    cargo build --release\n    ```\n    The binary will be located at `target/release/pykill`. You can then copy this to a location in your PATH.\n\n## Usage\n\n### TUI Mode (Default)\n\nTo start `pykill` in its interactive TUI mode, simply run the command:\n\n```bash\npykill\n```\n\nThis will scan the current directory for virtual environments.\n\nYou can also specify a path to scan:\n\n```bash\npykill /path/to/your/projects\n```\n\n**Keybindings:**\n\n*   **`↑` / `↓`**: Navigate up and down the list of detected virtual environments.\n*   **`d`**: Mark the currently selected virtual environment for deletion. This will open a confirmation dialog.\n*   **`y`**: (In confirmation dialog) Confirm the deletion of the virtual environment.\n*   **`n`**: (In confirmation dialog) Cancel the deletion and close the dialog.\n*   **`q`**: Quit the application. This works in both the main list view and the confirmation dialog.\n\n### Command-Line Mode\n\nIf you prefer to get a simple list of virtual environments printed to your terminal without the TUI, use the `--no-tui` flag.\n\n*   Scan the current directory:\n    ```bash\n    pykill --no-tui\n    ```\n\n*   Scan a specific directory:\n    ```bash\n    pykill /path/to/your/projects --no-tui\n    ```\n\nThe output will list the path, size, and last modified date for each detected virtual environment.\n\n## Building from Source\n\nIf you wish to contribute or build the latest version yourself:\n\n1.  **Prerequisites:**\n    *   Ensure you have Rust and Cargo installed. You can get them from [rustup.rs](https://rustup.rs/).\n\n2.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/YOUR_GITHUB_USER/YOUR_REPO_NAME.git\n    ```\n\n3.  **Navigate to the directory:**\n    ```bash\n    cd YOUR_REPO_NAME \n    ```\n    (Note: If the repository is named `pykill`, you would `cd pykill`)\n\n4.  **Build the release binary:**\n    ```bash\n    cargo build --release\n    ```\n\n5.  **Run the binary:**\n    The executable will be located at `target/release/pykill`.\n\n## Contributing\n\nContributions are welcome! If you have suggestions, feature requests, or bug reports, please open an issue or submit a pull request on the GitHub repository.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details (if one is present, otherwise assume MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashksaini-coder%2Fpykill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashksaini-coder%2Fpykill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashksaini-coder%2Fpykill/lists"}