https://github.com/nikolaydubina/tiny-ig
https://github.com/nikolaydubina/tiny-ig
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolaydubina/tiny-ig
- Owner: nikolaydubina
- License: mit
- Created: 2021-07-25T08:11:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T09:53:47.000Z (over 1 year ago)
- Last Synced: 2025-01-26T14:07:19.409Z (9 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
intall Go https://go.dev/doc/install
install this tool
```bash
go install github.com/nikolaydubina/tiny-ig@latest
```go to directory with photos and run
```bash
tiny-ig -prefix="" -w 304 -h 304 > gallery.md
```example
```bash
tiny-ig -prefix="https://d3g5k8a9nzlkmy.cloudfront.net/photos/" -w 304 -h 304 > gallery.md
``````bash
tiny-ig -prefix="https://nikolaydubina-blog-public.s3.ap-southeast-1.amazonaws.com/photos/" -w 304 -h 304 > gallery.md
```