Skip to content

Commit

Permalink
Change the name
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Mar 9, 2020
1 parent 16364ab commit 3905655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codesearch (cs)
code spelunker (cs)
----------------------

[![Build Status](https://travis-ci.org/boyter/cs.svg?branch=master)](https://travis-ci.org/boyter/cs)
Expand All @@ -21,7 +21,7 @@ try using cs and its right at the top
https://github.com/BurntSushi/ripgrep/issues/95

active bugs
search for cs --hidden --no-gitignore --no-ignore 英文 has highlight issues
search for cs --hidden --no-gitignore --no-ignore 英文 has highlight issues due to multiple byte ending matches

TODO
search by filename
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {

rootCmd := &cobra.Command{
Use: "cs",
Long: "cs code search command line.\n" +
Long: "code spelunker (cs) code search.\n" +
"Version " + processor.Version + "\n" +
"Ben Boyter <ben@boyter.org>",
Version: processor.Version,
Expand Down

0 comments on commit 3905655

Please sign in to comment.