Simple feed reader using peco
June 19, 2014 ยท View on GitHub
-
UNIX
perl feed.pl | peco -null | xargs -r chromium-browser -
Windows
perl feed.pl | peco --null | xargs -r start
June 19, 2014 ยท View on GitHub
UNIX
perl feed.pl | peco -null | xargs -r chromium-browser
Windows
perl feed.pl | peco --null | xargs -r start