Horje
rg command Code Example
rg command
rg -g '*.py' [keyword] # Pythonファイルから検索
rg -g '!*.py' [keyword] # Pythonファイル以外から検索(!が展開されてしまうためダブルクオーテーションは使えません)
rg -tpy [keyword] # rg -g '*.py' [keyword]
rg -Tpy [keyword] # rg -g '!*.py' [keyword]
Source: qiita.com
rg command
rg --type-add 'foo:*.{foo,foobar}' # -tfooで.fooと.foobarにマッチするようになる
Source: qiita.com




Whatever

Related
is titanfall 2 good Code Example is titanfall 2 good Code Example
the theory used to explain the behavior of solids liquids and gases is Code Example the theory used to explain the behavior of solids liquids and gases is Code Example
live reload ionic Code Example live reload ionic Code Example
sonata actions templates Code Example sonata actions templates Code Example
why is mc escher related to tessellation Code Example why is mc escher related to tessellation Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6