Browse Source

macos: add webp and resmushit-cli applications

master
Maxim Likhachev 6 years ago committed by Maxim Likhachev
parent
commit
8f9729f0c6
  1. 1
      README.md
  2. 4
      roles/macos/vars/main.yml

1
README.md

@ -91,6 +91,7 @@ $ make @@ -91,6 +91,7 @@ $ make
- [typora](https://typora.io/) - Distractions free markdown editor.
- [unrar](https://www.rarlab.com/) - Extract, view, and test RAR archives.
- [vlc](https://www.videolan.org/vlc/) - VLC media player.
- [webp](https://developers.google.com/speed/webp/) - Image format providing lossless and lossy compression for web images.
- [webpquicklook](https://github.com/emin/WebPQuickLook) - QuickLook plugin for WebP image files.
- [wget](https://www.gnu.org/software/wget/) - Internet file retriever.
- [xmind-zen](https://www.xmind.net/zen/) - Mind-mapping tool.

4
roles/macos/vars/main.yml

@ -49,6 +49,7 @@ apps_brew: @@ -49,6 +49,7 @@ apps_brew:
- tig # https://jonas.github.io/tig/ Text interface for Git repositories.
- tree # http://mama.indstate.edu/users/ice/tree/ Display directories as trees (with optional color/HTML output).
- unrar # https://www.rarlab.com/ Extract, view, and test RAR archives.
- webp # https://developers.google.com/speed/webp/ Image format providing lossless and lossy compression for web images.
- wget # https://www.gnu.org/software/wget/ Internet file retriever.
- rlwrap # https://github.com/hanslub42/rlwrap Readline wrapper: adds readline support to tools that lack it. Dependency of cheat.sh.
@ -133,3 +134,6 @@ apps_binary: @@ -133,3 +134,6 @@ apps_binary:
- name: red
url: "https://static.red-lang.org/dl/auto/mac/red-latest"
- name: resmushit-cli
url: "https://raw.githubusercontent.com/charlyie/resmushit-cli/master/resmushit-cli.sh"

Loading…
Cancel
Save