List files respecting ignore rules
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-11-18 20:45:32 +03:00
.github/workflows refactor ci workflow 2025-11-17 17:58:55 +03:00
src refactor rename args to params 2025-11-18 20:45:32 +03:00
test add test, fix import 2025-11-17 17:43:30 +03:00
.gitignore add dev envs for pyproject, add version flag 2025-11-17 14:32:18 +03:00
LICENSE Add MIT License to the project 2025-11-15 17:56:31 +03:00
pyproject.toml add test, fix import 2025-11-17 17:43:30 +03:00
README.md update readme 2025-11-18 15:56:45 +03:00

listed

List files respecting ignore rules.

Installation

Git

git clone git@github.com:klephron/listed.git
cd listed
pip install .

Sources

tar -xvf listed-*.tar.gz

pip install .

Development

See pyproject.toml for development tools and dependencies.