Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 📸
- Host: GitHub
- URL: https://github.com/d-w-arnold/macos-open-all-images
- Owner: d-w-arnold
- License: mit
- Created: 2020-12-10T23:29:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T23:31:57.000Z (about 1 month ago)
- Last Synced: 2024-11-12T00:27:26.538Z (about 1 month ago)
- Topics: applescript, images, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```