photostax-cli
CLI tool for inspecting and managing Epson FastFoto photo stacks.
Installation
Or build from source:
Quick Start
# Scan a directory for photo stacks
# Get info about a specific photo stack
# Search for photos with text
Commands
scan
Scan a directory and list all photo stacks.
info
Show detailed information about a specific photo stack.
search
Search for stacks matching text or filters.
export
Export all stacks to a JSON file.
metadata
Read or write metadata for a photo stack.
# Read metadata
# Write metadata
Features
- Scan directories for FastFoto photo stacks (JPEG and TIFF)
- Inspect metadata — View EXIF, XMP, and custom tags
- Search & filter — Query by text, metadata, or stack properties
- Export — Generate JSON reports for scripting
- Metadata management — Read and write custom tags
Output Formats
| Format | Flag | Description |
|---|---|---|
| Table | (default) | Human-readable table output |
| JSON | --format json |
Machine-readable JSON |
| CSV | --format csv |
Comma-separated values |
Building from Source
# Run tests
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.