Metadata-Version: 2.3
Name: fishhoof
Version: 0.0.2
Summary: Add your description here
Author-email: Taylor Monacelli <taylormonacelli@gmail.com>
Requires-Python: >=3.8
Requires-Dist: humanize>=4.9.0
Requires-Dist: jinja2>=3.1.3
Requires-Dist: pytimeparse>=1.1.8
Description-Content-Type: text/markdown

# fishhoof

## Usage



Example:
```bash

fishhoof /Users/mtm/pdev/taylormonacelli/notes /Users/mtm/Documents/Obsidian\ Vault  --exclude=pyc --exclude=.git --exclude=.venv --newer=1d
```

Which is same as

```bash

find /Users/mtm/pdev/taylormonacelli/notes /Users/mtm/Documents/Obsidian\ Vault -type f -not -path "*/\.git/*" -not -path "*/\.venv/*" -not -name "*.pyc" -mmin -$((24 * 60 * 60))


```
