Update file software.yml
This commit is contained in:
parent
060869a3a5
commit
20a603ec69
1 changed files with 3 additions and 2 deletions
|
@ -5503,6 +5503,7 @@ softwarePackages:
|
||||||
_name: RunJS
|
_name: RunJS
|
||||||
_service: null
|
_service: null
|
||||||
_type: application
|
_type: application
|
||||||
|
_when:cask: '! test -d /Applications/RunJS.app'
|
||||||
cask: runjs
|
cask: runjs
|
||||||
choco: runjs
|
choco: runjs
|
||||||
github: github.com/lukehaas/RunJS
|
github: github.com/lukehaas/RunJS
|
||||||
|
@ -5553,8 +5554,8 @@ softwarePackages:
|
||||||
_home: https://github.com/kahing/catfs
|
_home: https://github.com/kahing/catfs
|
||||||
_name: Catfs
|
_name: Catfs
|
||||||
_service: true
|
_service: true
|
||||||
ansible: professormanhattan.s3filesystem
|
ansible:linux: professormanhattan.s3filesystem
|
||||||
cargo: catfs
|
cargo:linux: catfs
|
||||||
s5cmd:
|
s5cmd:
|
||||||
_bin: s5cmd
|
_bin: s5cmd
|
||||||
_desc: '[s5cmd](https://github.com/peak/s5cmd) is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. s5cmd is the fastest way of interacting with S3 buckets because it can utilize multiple threads unlike similar tools.'
|
_desc: '[s5cmd](https://github.com/peak/s5cmd) is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. s5cmd is the fastest way of interacting with S3 buckets because it can utilize multiple threads unlike similar tools.'
|
||||||
|
|
Loading…
Reference in a new issue