Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-w-arnold/macos-open-all-images

Open images recursively in macOS 📸
https://github.com/d-w-arnold/macos-open-all-images

applescript images shell

Last synced: 9 days ago
JSON representation

Open images recursively in macOS 📸

Awesome Lists containing this project

README

        

# macOS Open All Images

This basic shell script opens all `.jpg`, `.jpeg` and `.png` files,
in a given directory and all sub-directories (recursive).

### (Mac OS)

Run the following command in the project root directory:

(replace `` with your own target directory)

```shell
$ ./main.sh 2> /dev/null
```