Compare commits

...

2 Commits

Author SHA1 Message Date
75b09823eb typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-11-25 18:33:31 +03:00
eace898384 updated readme...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-11-25 18:32:06 +03:00
3 changed files with 340 additions and 398 deletions

View File

@ -25,6 +25,28 @@ media
└── tree.sh └── tree.sh
``` ```
### Prerequisites
For the scripts to function they need the following in path:
- exiftool
- btrfs-utils (for the btrfs filesystem support)
And the ImageGrid Viewer CLI (the `ig` utility) either linked or globally
installed, to do this run the following from the `Viewer/` directory:
```shell
sudo make devel-cli
```
or:
```shell
sudo make cli
```
For additional dependencies run:
```shell
make check
```
### `README.md` ### `README.md`
A basic introductory description. This is here to introduce a new user A basic introductory description. This is here to introduce a new user

670
Viewer/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,35 +18,33 @@
"show": false "show": false
}, },
"dependencies": { "dependencies": {
"object-run": "*", "app-module-path": "*",
"ig-object": "*", "async-json": "0.0.2",
"ig-types": "*", "cli-progress": "^3.9.0",
"ig-actions": "*", "colors": "^1.4.0",
"ig-features": "*",
"ig-argv": "*",
"ig-doc": "*",
"guarantee-events": "*",
"generic-walk": "*",
"requirejs": "*",
"requirejs-plugins": "*",
"fs-extra": "*",
"glob": "*",
"wildglob": "*",
"electron": "^37.0.0", "electron": "^37.0.0",
"sharp": "*",
"sharp-phash": "^2.0.0",
"exif-reader": "^1.0.3", "exif-reader": "^1.0.3",
"exifreader": "*", "exifreader": "*",
"exiftool": "^0.0.3", "exiftool": "^0.0.3",
"cli-progress": "^3.9.0", "fs-extra": "*",
"colors": "^1.4.0",
"v8-compile-cache": "^2.2.0",
"app-module-path": "*",
"fs-walk": "*", "fs-walk": "*",
"async-json": "0.0.2", "generic-walk": "*",
"json5": "^2.2.0" "glob": "*",
"guarantee-events": "*",
"ig-actions": "*",
"ig-argv": "*",
"ig-doc": "*",
"ig-features": "*",
"ig-object": "*",
"ig-types": "*",
"json5": "^2.2.0",
"object-run": "*",
"requirejs": "*",
"requirejs-plugins": "*",
"sharp": "^0.34.4",
"sharp-phash": "^2.0.0",
"v8-compile-cache": "^2.2.0",
"wildglob": "*"
}, },
"-dependencies": { "-dependencies": {
"openseadragon": "^2.4.1", "openseadragon": "^2.4.1",