Metadata-Version: 2.1
Name: filetrace
Version: 0.0.1
Summary: Report files opened while executing a command
Home-page: https://github.com/joaompinto/filetrace
Author: João Pinto
Author-email: joao.pinto@vshn.ch
License: BSD-3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: python-ptrace

# filetrace

Collect the list of files opened while executing a command

## Usage

```bash
pip3 install filetrace
filetrace command
```


