lestrrat
9a4b60a41f
Merge branch 'master' into typofix
2019-10-23 15:34:34 +09:00
lestrrat
0f22620f6c
Merge pull request #482 from aviaviavi/master
...
APT and Scarf installation instructions
2019-09-21 16:44:30 +09:00
aviaviavi
8b90384f70
APT and Scarf installation
2019-09-20 13:34:23 -07:00
lestrrat
967233e253
Merge pull request #477 from watsonso/patch-1
...
action.go : fix typo
2019-03-15 09:54:38 +09:00
鈴木康文
6d1bce6bce
action : fix typo
2019-03-15 09:44:04 +09:00
lestrrat
231cc2c1fe
Merge pull request #475 from peco/topic/mod
...
go module
2019-02-27 15:05:38 +09:00
Daisuke Maki
38fcb2ef1e
set env var
2019-02-27 14:59:12 +09:00
Daisuke Maki
e823aea441
set env var
2019-02-27 14:55:54 +09:00
Daisuke Maki
24e9b2c7b5
remove reference to glide
2019-02-27 14:53:31 +09:00
Daisuke Maki
d8570b225e
Use go.mod
2019-02-26 12:58:53 +09:00
lpmi-13
a243d95ff7
fix simple typos and formatting
2019-01-08 21:58:13 +00:00
lestrrat
c93f2e424e
Merge pull request #465 from peco/topic/issue-462
...
Clarify building instructions
2018-10-25 23:28:48 +09:00
lestrrat
7e59e48412
Merge branch 'master' into topic/issue-462
2018-10-25 22:59:30 +09:00
Daisuke Maki
eb778350a5
typo
2018-10-25 22:57:41 +09:00
Daisuke Maki
2255f2b54b
apparently this fixes issues with pt!
2018-10-25 18:12:14 +09:00
lestrrat
6762b04883
Merge pull request #457 from taynaud/master
...
Add a few commands to use peco more like a pager
2018-10-25 16:56:57 +09:00
lestrrat
5027605f27
Merge branch 'master' into master
2018-10-25 16:50:15 +09:00
lestrrat
dc15605aee
Merge pull request #463 from peco/topic/issue-456
...
Update dependency for pdebug
2018-10-25 16:46:46 +09:00
Daisuke Maki
a53ba91609
enable ignore for "peco", but disable for "cmd/peco"
2018-10-25 16:14:37 +09:00
Daisuke Maki
00707e8727
Aaaarg, pt didn't find the last remaining reference to pdebug!
...
pt 2.2.0 used the line "peco" from .gitignore, and decided to
skip matching against the directory "cmd/peco". This made me
think that I changed all occurrances of github.com/lestrrat/go-pdebug
to github.com/lestrrat-go/pdebug, but apparently there was one
that was missing.
2018-10-25 15:59:57 +09:00
Daisuke Maki
053dde7342
see if totally renaming things will appease travis CI
2018-10-25 10:04:42 +09:00
Daisuke Maki
a30b40c08f
Remove old go versions
2018-10-25 10:00:27 +09:00
Daisuke Maki
7b62d0196d
see if clearing the cache will appease travis CI
2018-10-25 09:59:54 +09:00
Daisuke Maki
d02bb4122c
Workaround glide being stubborn wrt lestrrat/go-pdebug -> lestrrat-go/pdebug
2018-10-25 09:50:16 +09:00
Daisuke Maki
e6cbd7b122
Update README
...
fixes #462
2018-10-25 09:18:30 +09:00
lestrrat
0233a5f2a1
Merge pull request #461 from HaraldNordgren/go_versions
...
Bump Travis versions
2018-10-20 19:06:48 +09:00
Harald Nordgren
8c92244428
Bump Travis versions
2018-10-20 12:01:40 +02:00
Thomas Aynaud
601a7c7adc
Add goToPreviousSelection
2018-06-22 15:17:31 +02:00
Thomas Aynaud
1cb1b137ac
Add doGoToNextSelection action
2018-06-22 15:17:22 +02:00
Thomas Aynaud
90b5fa5d1c
Add doToggleViewArround
...
Reset the query but do not move. This allows to select a line using peco
filters and view around, for instance for a log analysis
2018-06-22 15:16:25 +02:00
Thomas Aynaud
281db7f5e3
Go fmt
2018-06-18 13:50:20 +02:00
Daisuke Maki
9542898d4c
Update changes
2018-03-31 05:27:26 +09:00
lestrrat
9385f4ec68
Merge pull request #451 from peco/topic/set-cursor
...
Call SetCursor when drawing the prompt
2018-03-31 05:23:53 +09:00
Daisuke Maki
b60d067747
Call SetCursor when drawing the prompt
2018-03-30 10:07:42 +09:00
Daisuke Maki
814932819a
version++; this be peco 0.5.3
2018-03-12 07:16:56 +09:00
lestrrat
48c72760de
Merge pull request #448 from peco/topic/go1.10
...
update travis to test with go1.10
2018-03-12 07:15:59 +09:00
Daisuke Maki
695ef530e9
test with go1.10
2018-03-12 07:06:44 +09:00
lestrrat
5c847fd6a9
Merge pull request #447 from sachaos/feature/update-termbox-go
...
Update termbox-go revision
2018-03-12 06:54:12 +09:00
Takumasa Sakao
06c6f59708
Update termbox-go revision
...
https://github.com/nsf/termbox-go/issues/185
2018-03-10 22:33:52 +09:00
lestrrat
b80edba1de
Merge pull request #444 from bamchoh/patch-1
...
Correct a few links for CustomFilter/CustomMatcher
2018-02-26 20:14:42 +09:00
bamchoh
798152335b
Revise links for CustomFilter/CustomMatcher
...
1. Delete a deadlink of CustomMatcher
2. Correct a link to CustomFilter wiki page
2018-02-07 16:54:27 +09:00
Daisuke Maki
c335455888
Update Changes
2017-12-27 10:37:33 +09:00
lestrrat
387272fa8e
Merge pull request #440 from peco/topic/print-query
...
Implement --print-query
2017-12-27 10:35:19 +09:00
lestrrat
7a70f43e5d
Merge branch 'master' into topic/print-query
2017-12-27 08:44:09 +09:00
lestrrat
cc1aac9e9f
Merge pull request #441 from peco/topic/rename-GH439
...
Rename ScrollTop/ScrollBottom to ScrollFirstItem/ScrollLastItem
2017-12-27 08:43:45 +09:00
Daisuke Maki
972ecec7a2
Actually generate the stringer files
...
Previously I had manually created a stringer.go file from the output of
stringer command, because I had problems running it properly on my
environment for various reasons.
Taking a fresh look, this is no longer a problem, so I'm opting to
actually generate it manually.
Adds ScrollFirstItem and ScrollLastItem constants
2017-12-27 07:26:18 +09:00
Daisuke Maki
a47c6ca159
Add description
2017-12-27 07:15:32 +09:00
Daisuke Maki
d213c89cab
Rename to Top -> FirstItem, Bottom -> LastItem
2017-12-27 07:14:11 +09:00
Daisuke Maki
4341024b1d
Add README
2017-12-27 07:00:36 +09:00
Anders Eurenius
3058ce77f4
Add scroll to top and bottom
2017-12-26 15:28:00 +01:00