Loading...
Loading...
Compare original and translation side by side
WebSearchGrepGlobmgrep --web --answer "query"mgrep "query"WebSearchGrepGlobmgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep --web --answer "query"mgrep "query"mgrepmgrep-w, --web--answer-a, --answer--web-w, --web--answer-a, --answer--webmgrep "What code parsers are available?" # search in the current directory
mgrep "How are chunks defined?" src/models # search in the src/models directory
mgrep -m 10 "What is the maximum number of concurrent workers in the code parser?" # limit the number of results to 10
mgrep --web --answer "How can I integrate the javascript runtime into deno" # include a summary of the web search resultsmgrep "What code parsers are available?" # 在当前目录中搜索
mgrep "How are chunks defined?" src/models # 在src/models目录中搜索
mgrep -m 10 "What is the maximum number of concurrent workers in the code parser?" # 将结果数量限制为10条
mgrep --web --answer "How can I integrate the javascript runtime into deno" # 包含网页搜索结果的摘要mgrep "parser" # The query is to imprecise, use a more specific query
mgrep "How are chunks defined?" src/models --type python --context 3 # Too many unnecessary filters, remove themmgrep "parser" # 查询过于模糊,请使用更具体的查询语句
mgrep "How are chunks defined?" src/models --type python --context 3 # 过多不必要的筛选条件,请移除