- forcebump
- add GitHub Actions workflow for version bumping and changelog generation
- forcebump
- update environment removal methods to use killers dictionary
- update import path for TableApp in main module
- separate entities
- add GitHub Actions workflow for version bumping and changelog generation
- update environment removal methods to use killers dictionary
- update import path for TableApp in main module
- separate entities
- add GitHub Actions workflow for version bumping and changelog generation
- add support for pipx package management and enhance virtual environment tab functionality
- separate entities
- add support for pipx package management and enhance virtual environment tab functionality
- enhance README and add support for listing Poetry virtual environments
- add functionality to clean up pycache directories and update README
- update sorting logic in find_venvs functions to sort by size
- handle FileNotFoundError in get_total_size and find_venvs functions close #4
- try to execute with pipx
- consolidate environment handling functions into main.py and remove envs_handler.py
- update references from 'KillPy' to 'killpy' across the project
- replace 'KillPy' with 'killpy' in workflow and pyproject.toml
- add KillPy script entry point to pyproject.toml
- enhance virtual environment management with deletion features and refactor code structure close #7
- implement asynchronous searching for virtual environments close #2
- add support for finding virtual environments with pyvenv and remove duplicates
- remove click dependency and update package version to 0.2.1
- change key binding from 'ctrl+m' to 'space' for deleting .venv close #5
- fails if conda is not installed #3
- add support for listing and removing Conda environments in the app
- add a banner to TableApp for enhanced user interface
- enhance TableApp with improved venv display and deletion feedback
- reorganize imports and update deleted_cells type annotation in TableApp
- improve find_venvs and get_total_size functions for better performance and readability
- rename script entry point from pykill to killpy in pyproject.toml
- rename script entry point from posewebcam to pykill in pyproject.toml
- prevent find_venvs from traversing subdirectories within
.venv
folders
- cli: fix command script