Compare commits

..

No commits in common. "75b09823eb44bce954eaec9fb45f02f1d13fab16" and "7073c3d9c5d92cdb98f985ce5eabd41904ab00b0" have entirely different histories.

3 changed files with 394 additions and 336 deletions

View File

@ -25,28 +25,6 @@ media
└── 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`
A basic introductory description. This is here to introduce a new user

662
Viewer/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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