Update .local/share/chezmoi/software.yml

This commit is contained in:
Brian Zalewski 2022-12-06 22:34:05 +00:00
parent ef2c66041d
commit 50fcd5190e

View file

@ -2908,7 +2908,7 @@ softwarePackages:
_type: cli _type: cli
github: github.com/mattolenik/hclq github: github.com/mattolenik/hclq
go: github.com/mattolenik/hclq@latest go: github.com/mattolenik/hclq@latest
heroku: heroku-cli:
_bin: null _bin: null
_desc: '[Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) lets you create and manage Heroku apps directly from the terminal. Its an essential part of using Heroku.' _desc: '[Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) lets you create and manage Heroku apps directly from the terminal. Its an essential part of using Heroku.'
_docs: null _docs: null
@ -2917,6 +2917,11 @@ softwarePackages:
_name: heroku _name: heroku
_service: null _service: null
ansible: professormanhattan.heroku ansible: professormanhattan.heroku
brew: heroku/brew/heroku
choco: heroku-cli
npm: heroku
scoop: heroku-cli
yay: heroku-cli
hexyl: hexyl:
_bin: null _bin: null
_desc: '[hexyl](https://github.com/sharkdp/hexyl) is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).' _desc: '[hexyl](https://github.com/sharkdp/hexyl) is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).'
@ -5785,7 +5790,7 @@ softwarePackages:
cask: slack cask: slack
choco: slack choco: slack
snap: slack snap: slack
slackterm: slack-term:
_bin: null _bin: null
_desc: '[slack-term](https://github.com/erroneousboat/slack-term) features a colorful interface as well as keyboard shortcuts. It is one of, if not the, most well-received [Slack](https://slack.com/) client available on GitHub.' _desc: '[slack-term](https://github.com/erroneousboat/slack-term) features a colorful interface as well as keyboard shortcuts. It is one of, if not the, most well-received [Slack](https://slack.com/) client available on GitHub.'
_docs: null _docs: null
@ -5794,6 +5799,7 @@ softwarePackages:
_name: slack-term _name: slack-term
_service: null _service: null
ansible: professormanhattan.slackterm ansible: professormanhattan.slackterm
go: github.com/erroneousboat/slack-term@latest
sloth: sloth:
_bin: null _bin: null
_desc: Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof. _desc: Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
@ -7048,6 +7054,17 @@ softwarePackages:
_name: yank _name: yank
_service: null _service: null
ansible: professormanhattan.yank ansible: professormanhattan.yank
apt: yank
brew: yank
choco: win32yank
dnf: yank
nix: yank
pacman: yank
pkg-freebsd: yank
pkg-openbsd: yank
port: yank
scoop: win32yank
zypper: yank
yarn: yarn:
_bin: null _bin: null
_desc: '[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it''s aim it to be a safer, more secure and more reliable alternative.' _desc: '[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it''s aim it to be a safer, more secure and more reliable alternative.'