Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keiranrowan/paginate
- Owner: keiranrowan
- Created: 2021-08-18T02:46:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T02:59:45.000Z (over 3 years ago)
- Last Synced: 2024-08-03T23:20:00.010Z (6 months ago)
- Topics: go, golang, paginate, plan9
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - paginate
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.