archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
598 stars 98 forks source link

no pager feature #354

Closed albfan closed 7 years ago

albfan commented 7 years ago

I recently updated to 1.9 and there's no --pager option anymore?

How is it supposed that one would look when there's more than one screen of results?

f2404 commented 7 years ago

It doesn't seem to me that --pager has been removed...

albfan commented 7 years ago

Let me check again PKGBUILD

albfan commented 7 years ago

I use

PAGER="less -R" yaourt --pager --color

Seems that without a package the message shown is

$ yaourt
pacman: unrecognized option '--pager'

You can try with

$ yaourt --pager

while

$ yaourt --pager foo

works, and

$ yaourt --pager packagethatdonotexist

does not output anything

Let me see if I can fix that annoying message

albfan commented 7 years ago

Oh nevermind. it is trying to pass everything to pacman when do not recognize any command to yaourt