Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
ec861fb44c
commit
3ac6c5db4b
1 changed files with 11 additions and 10 deletions
|
@ -2776,13 +2776,13 @@ softwarePackages:
|
||||||
choco: gomplate
|
choco: gomplate
|
||||||
port: gomplate
|
port: gomplate
|
||||||
googler:
|
googler:
|
||||||
_bin: null
|
_bin: googler
|
||||||
_desc: '[googler](https://github.com/jarun/googler) is a power tool to Google (web, news, videos and site search) from the command-line. It shows the title, URL and abstract for each result, which can be directly opened in a browser from the terminal. Results are fetched in pages (with page navigation). It supports sequential searches in a single googler instance.'
|
_desc: '[googler](https://github.com/jarun/googler) is a power tool to Google (web, news, videos and site search) from the command-line. It shows the title, URL and abstract for each result, which can be directly opened in a browser from the terminal. Results are fetched in pages (with page navigation). It supports sequential searches in a single googler instance.'
|
||||||
_docs: null
|
_docs: https://github.com/jarun/googler#usage
|
||||||
_github: null
|
_github: https://github.com/jarun/googler
|
||||||
_home: null
|
_home: https://github.com/jarun/googler
|
||||||
_name: googler
|
_name: Googler
|
||||||
_service: null
|
_service: false
|
||||||
ansible:darwin: professormanhattan.googler
|
ansible:darwin: professormanhattan.googler
|
||||||
ansible:linux: professormanhattan.googler
|
ansible:linux: professormanhattan.googler
|
||||||
brew: googler
|
brew: googler
|
||||||
|
@ -2856,19 +2856,20 @@ softwarePackages:
|
||||||
scoop: gradle
|
scoop: gradle
|
||||||
snap: gradle
|
snap: gradle
|
||||||
grex:
|
grex:
|
||||||
_bin: null
|
_bin: grex
|
||||||
_desc: A command-line tool and library for generating regular expressions from user-provided test cases
|
_desc: A command-line tool and library for generating regular expressions from user-provided test cases
|
||||||
_docs: null
|
_docs: https://github.com/pemistahl/grex#5-how-to-use
|
||||||
_github: https://github.com/pemistahl/grex
|
_github: https://github.com/pemistahl/grex
|
||||||
_home: null
|
_home: https://pemistahl.github.io/grex-js/
|
||||||
_name: grex
|
_name: grex
|
||||||
_service: null
|
_service: false
|
||||||
_type: cli
|
_type: cli
|
||||||
brew: grex
|
brew: grex
|
||||||
cargo: grex
|
cargo: grex
|
||||||
choco: grex
|
choco: grex
|
||||||
github: github.com/pemistahl/grex
|
github: github.com/pemistahl/grex
|
||||||
scoop: grex
|
scoop: grex
|
||||||
|
snap: grex
|
||||||
gron:
|
gron:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: Extension to make JSON greppable
|
_desc: Extension to make JSON greppable
|
||||||
|
|
Loading…
Reference in a new issue