Browse Source

macos: ++exiftool

master
Maxim Likhachev 5 years ago committed by Maxim Likhachev
parent
commit
c2678c6e64
  1. 1
      README.md
  2. 1
      roles/macos/vars/main.yml

1
README.md

@ -48,6 +48,7 @@ $ make @@ -48,6 +48,7 @@ $ make
- [dive](https://github.com/wagoodman/dive) - Tool for exploring each layer in a docker image.
- [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.
- [eslint](https://eslint.org) - AST-based pattern checker for JavaScript.
- [exiftool](https://www.sno.phy.queensu.ca/~phil/exiftool/index.html) - Perl lib for reading and writing EXIF metadata.
- [fd](https://github.com/sharkdp/fd) - Simple, fast and user-friendly alternative to find.
- [firefox](https://www.mozilla.org/ru/firefox/) - Mozilla Firefox.
- [gawk](https://www.gnu.org/software/gawk/) - GNU awk utility.

1
roles/macos/vars/main.yml

@ -20,6 +20,7 @@ apps_brew: @@ -20,6 +20,7 @@ apps_brew:
- dive # https://github.com/wagoodman/dive Tool for exploring each layer in a docker image.
- docker # https://www.docker.com/ Pack, ship and run any application as a lightweight container.
- eslint # https://eslint.org AST-based pattern checker for JavaScript.
- exiftool # https://www.sno.phy.queensu.ca/~phil/exiftool/index.html Perl lib for reading and writing EXIF metadata.
- fd # https://github.com/sharkdp/fd Simple, fast and user-friendly alternative to find.
- gawk # https://www.gnu.org/software/gawk/ GNU awk utility.
- git # https://git-scm.com Distributed revision control system.

Loading…
Cancel
Save