mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
commit
9ef6bb29a1
18
README.md
18
README.md
|
|
@ -18,15 +18,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
|
||||
|
|
@ -39,7 +39,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
|
||||
|
|
@ -48,13 +48,13 @@ is printed to stdout, which allows you to pipe it to other tools
|
|||
|
||||
You can select multiple lines!
|
||||
|
||||

|
||||

|
||||
|
||||
## Select Range Of Lines
|
||||
|
||||
Not only can you select multiple lines one by one, you can select a range of lines (Note: The ToggleRangeMode action is not enabled by default. You need to put a custom key binding in your config file)
|
||||
|
||||

|
||||

|
||||
|
||||
## Select Filters
|
||||
|
||||
|
|
@ -64,19 +64,19 @@ The SmartCase filter uses case-*insensitive* matching when all of the queries ar
|
|||
|
||||
The RegExp filter allows you to use any valid regular expression to match lines
|
||||
|
||||

|
||||

|
||||
|
||||
## Selectable Layout
|
||||
|
||||
As of v0.2.5, if you would rather not move your eyes off of the bottom of the screen, you can change the screen layout by either providing the `--layout=bottom-up` command line option, or set the `Layout` variable in your configuration file
|
||||
|
||||

|
||||

|
||||
|
||||
## Works on Windows!
|
||||
|
||||
I have been told that peco even works on windows :) Look ma! I'm not lying!
|
||||
|
||||

|
||||

|
||||
|
||||
Installation
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in a new issue