Added Crunch
This commit is contained in:
parent
d1eb769f88
commit
010397002b
5 changed files with 32 additions and 1 deletions
|
@ -22,7 +22,6 @@ https://github.com/sindresorhus/Actions
|
|||
https://github.com/lanayotech/vagrant-manager
|
||||
https://github.com/wellsjo/JSON-Splora
|
||||
https://github.com/ytmdesktop/ytmdesktop
|
||||
https://github.com/chrissimpkins/Crunch
|
||||
https://github.com/leits/MeetingBar
|
||||
https://github.com/koekeishiya/skhd
|
||||
https://github.com/Ji4n1ng/OpenInTerminal
|
||||
|
|
|
@ -557,6 +557,7 @@ softwareGroups:
|
|||
- unbuffer
|
||||
Media: &Media
|
||||
- beets
|
||||
- crunch
|
||||
- exiftool
|
||||
- ffmpeg
|
||||
- imagemagick
|
||||
|
@ -570,6 +571,7 @@ softwareGroups:
|
|||
Media-Desktop: &Media-Desktop
|
||||
- balenaetcher
|
||||
- brasero
|
||||
- crunch-app
|
||||
- gimp
|
||||
- handbrake
|
||||
- inkscape
|
||||
|
|
|
@ -121,6 +121,16 @@
|
|||
clone.args = ["--depth", "1"]
|
||||
pull.args = ["--ff-only"]
|
||||
|
||||
{{- if eq .host.distro.id "darwin" }}
|
||||
### Crunch
|
||||
[".local/share/crunch"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/chrissimpkins/Crunch.git"
|
||||
refreshPeriod = "{{ $refreshPeriod }}"
|
||||
clone.args = ["--depth", "1"]
|
||||
pull.args = ["--ff-only"]
|
||||
{{- end }}
|
||||
|
||||
### Git Template
|
||||
# [".config/git/template/_/husky.sh"]
|
||||
# type = "file"
|
||||
|
|
3
home/Library/Services/Crunch Image(s).workflow
Normal file
3
home/Library/Services/Crunch Image(s).workflow
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{- if eq .host.distro.family "darwin" -}}
|
||||
{{ .host.home }}/.local/share/crunch/service/Crunch Image(s).workflow
|
||||
{{- end -}}
|
17
software.yml
17
software.yml
|
@ -2610,6 +2610,23 @@ softwarePackages:
|
|||
_home: https://github.com/XcodesOrg/xcodes
|
||||
_name: Xcodes
|
||||
brew:darwin: xcodesorg/made/xcodes
|
||||
crunch:
|
||||
_bin: crunch
|
||||
_desc: The crunch command line executable is a *nix executable that supports parallel PNG image optimization with local (off of the system PATH) installs of the pngquant and zopflipng project dependencies.
|
||||
_docs: https://github.com/chrissimpkins/Crunch
|
||||
_github: https://github.com/chrissimpkins/Crunch
|
||||
_home: https://github.com/chrissimpkins/Crunch
|
||||
_name: Crunch
|
||||
brew: crunch
|
||||
crunch-app:
|
||||
_bin: null
|
||||
_desc: The macOS companion app for the crunch CLI tool that compresses PNG images.
|
||||
_docs: https://github.com/chrissimpkins/Crunch/blob/master/docs/MACOSGUI.md
|
||||
_github: https://github.com/chrissimpkins/Crunch
|
||||
_home: https://github.com/chrissimpkins/Crunch
|
||||
_name: Crunch macOS App
|
||||
_when:cask: '! test -d /Applications/Crunch.app'
|
||||
cask: crunch
|
||||
xcodes-app:
|
||||
_bin: null
|
||||
_desc: macOS desktop app that allows you to download, install, and switch to alternate versions of Xcode
|
||||
|
|
Loading…
Reference in a new issue