piek

1.1.2 • Public • Published

PIEK

Peek into any file right from your terminal.

Usage

Just run piek yourfile.txt from anywhere in your terminal to open the file. Use your arrow keys (up and down) to navigate from within the file. You can also expand/collapse the size of your view by pressing shift+up/down.

PIEK usage demo

Installation

You need Node.js installed. Run npm i -g piek to install PIEK globally so you can run piek filename.txt from anywhere in your terminal.

$ npm i -g piek
$ piek filename.txt

You can also run PIEK by calling npx piek yourfile.txt to skip installation and directly run it.

$ npx piek yourfile.txt

/piek/

    Package Sidebar

    Install

    npm i piek

    Weekly Downloads

    0

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    9.85 kB

    Total Files

    10

    Last publish

    Collaborators

    • lukasbach