You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pykill is a Rust-based utility (currently in early development) designed to scan projects for Python virtual environments. The goal is to provide a fast, cross-platform tool with a terminal user interface (TUI) for managing and potentially cleaning up Python virtual environments within a given directory tree.
4
+
5
+
## Features (Planned)
6
+
-**Scan for Python Virtual Environments:** Detect virtual environments in a project using Python's `sys.prefix` or directory heuristics.
7
+
-**Terminal User Interface:** Built with [ratatui](https://crates.io/crates/ratatui) and [crossterm](https://crates.io/crates/crossterm) for a modern, interactive TUI experience.
8
+
-**Project Navigation:** Easily browse and select directories to scan.
9
+
-**Environment Management:** (Planned) List, inspect, and optionally remove unused or large virtual environments.
10
+
11
+
## Status
12
+
This project is in the early stages. Most modules are placeholders with TODOs for future implementation.
0 commit comments