Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keiranrowan/paginate

Plan9 p command written in golang
https://github.com/keiranrowan/paginate

go golang paginate plan9

Last synced: 2 months ago
JSON representation

Plan9 p command written in golang

Awesome Lists containing this project

README

        

# Paginate

Paginate is a simple command based on Plan9's [p](https://9fans.github.io/plan9port/man/man1/p.html) command. It seeks to emulate the same behavior as the original command using Golang targeting a linux environment.

### Installation

Clone the repository and use ```go build``` to build the executable. You can use ```go install``` to install it as ```paginate``` or if you wish to keep the same name as the Plan9 command, use ```go build -o p``` and move the file to a directory in $PATH.