mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Remove reference to lestrrat.github.io
This commit is contained in:
parent
3041d707e3
commit
2bf6d43d5a
14
README.md
14
README.md
|
|
@ -16,15 +16,15 @@ For basic usage, continue down below. For more cool elaborate usage samples, [pl
|
|||
|
||||
Demos speak more than a thousand words! Here's me looking for a process on my mac. As you can see, you can page through your results, and you can keep changing the query:
|
||||
|
||||

|
||||

|
||||
|
||||
Here's me trying to figure out which file to open:
|
||||
|
||||

|
||||

|
||||
|
||||
When you combine tools like zsh, peco, and [ghq](https://github.com/motemen/ghq), you can make managing/moving around your huge dev area a piece of cake! (this example doesn't use zsh functions so you can see what I'm doing)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Features
|
||||
|
|
@ -37,7 +37,7 @@ line you are looking for
|
|||
|
||||
Multiple terms turn the query into an "AND" query:
|
||||
|
||||

|
||||

|
||||
|
||||
When you find that line that you want, press enter, and the resulting line
|
||||
is printed to stdout, which allows you to pipe it to other tools
|
||||
|
|
@ -46,13 +46,13 @@ is printed to stdout, which allows you to pipe it to other tools
|
|||
|
||||
You can select multiple lines!
|
||||
|
||||

|
||||

|
||||
|
||||
## Select Matchers
|
||||
|
||||
Different types of matchers are available. Default is case-insensitive matcher, so lines with any case will match. You can toggle between IgnoreCase, CaseSensitive, and RegExp matchers. The RegExp matcher allows you to use any valid regular expression to match lines
|
||||
|
||||

|
||||

|
||||
|
||||
## Works on Windows!
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ brew tap peco/peco
|
|||
brew install peco
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### go get
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue