https://github.com/rstacruz/psdinfo
Inspect PSD files from the command line
https://github.com/rstacruz/psdinfo
photoshop psd
Last synced: 23 days ago
JSON representation
Inspect PSD files from the command line
- Host: GitHub
- URL: https://github.com/rstacruz/psdinfo
- Owner: rstacruz
- Created: 2015-06-30T13:19:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T14:01:56.000Z (over 10 years ago)
- Last Synced: 2025-04-05T10:11:49.703Z (6 months ago)
- Topics: photoshop, psd
- Language: JavaScript
- Size: 102 KB
- Stars: 145
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# psdinfo
> Inspect PSD files from the command line.

```
npm install -g psdinfo
``````sh
$ psdinfo file.psd --fonts# file.psd
fonts:
- DIN-Bold
- FreightSansLight
- Glosa-Roman
- ...
``````sh
$ psdinfo file.psd --text# file.psd
text:
- "Hello"
- "This is text from the document"
- ...
```
## Thanks
**psdinfo** © 2015+, Rico Sta. Cruz. Released under the [MIT] License.
Authored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).> [ricostacruz.com](http://ricostacruz.com) ·
> GitHub [@rstacruz](https://github.com/rstacruz) ·
> Twitter [@rstacruz](https://twitter.com/rstacruz)[MIT]: http://mit-license.org/
[contributors]: http://github.com/rstacruz/psdinfo/contributors