the_silver_searcher
https://github.com/ggreer/the_silver_searcher
C
A code-searching tool similar to ack, but faster.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C not yet supported7 Subscribers
Add a CodeTriage badge to the_silver_searcher
Help out
- Issues
- add lf file type for Lingua Franca programs
- error when trying to ./build.sh in git repo
- README links: add the_platinum_searcher
- How to configure ag into vim
- をそのまま返します。 これは、Promise#thenメソッドでRejectedなPromiseを返すことで、throw文を使わずにPromiseをrejectする方法と同じです。 // resolveFnは**Fulfilled**なPromiseインスタンスを返している // Async Functionは自動的にPromiseを返すので、単に値を返しても同じ async function resolveFn() { return Promise.resolve("値"); } resolveFn().then((value) => { console.log(value); // => "値" }); // rejectFnは**Rejected**なPromiseインスタンスを返している async function rejectFn() { return Promise.reject(new Error("エラーメッセージ")); } rejectFn().catch((error) => { console.log(error.message);
- -L has false positives in certain files due to newlines
- Add --stats-only and --print-all-files to bash completion
- The `--stats-only` option does not have tab-completion
- List empty files without -u
- ag not printing empty files with -l
- Docs
- C not yet supported