←back to thread

Sourcegraph went dark

(eric-fritz.com)
424 points kaycebasques | 1 comments | | HN request time: 0.215s | source
Show context
yablak ◴[] No.41297545[source]
Sourcegraph search is amazing. I can point to any hash in our repo and search by regex/path regex. Results are instant and in json format. I hacked together a 'cs' script in bash using the sg cli client and some git calls, as I missed Google's cs command since leaving. Works perfectly, faster than ctags/any local indexer.
replies(2): >>41298666 #>>41307070 #
1. aterp ◴[] No.41307070[source]
What does cs command do?