Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpcaparas/metapeek
A command line tool to extract metadata from images
https://github.com/jpcaparas/metapeek
Last synced: about 10 hours ago
JSON representation
A command line tool to extract metadata from images
- Host: GitHub
- URL: https://github.com/jpcaparas/metapeek
- Owner: jpcaparas
- Created: 2023-08-18T11:37:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T11:44:56.000Z (over 1 year ago)
- Last Synced: 2024-02-02T07:05:28.123Z (12 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metapeek - Image Metadata CLI Tool
A simple CLI tool to extract image metadata from image files including JPG, PNG, HEIC, and more.
## Installation
To use the tool without installing it globally, you can use `npx`:
```bash
npx metapeek /path/to/your/image.jpg
```If you don't provide a path, the tool will prompt you to enter one:
```bash
npx metapeek
```Then, follow the on-screen prompts.
## Contributing
Contributions are welcome! Please create an issue or open a pull request with your changes.
## License
MIT License. See the [LICENSE](LICENSE) file for details.