https://github.com/kurehajime/pera
pera is the command to slide display the text in CLI.
https://github.com/kurehajime/pera
cli console-application go golang slide slide-display
Last synced: 10 months ago
JSON representation
pera is the command to slide display the text in CLI.
- Host: GitHub
- URL: https://github.com/kurehajime/pera
- Owner: kurehajime
- License: mit
- Created: 2016-06-28T08:53:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T14:30:29.000Z (almost 5 years ago)
- Last Synced: 2025-05-26T22:12:29.911Z (about 1 year ago)
- Topics: cli, console-application, go, golang, slide, slide-display
- Language: Go
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pera
[](https://circleci.com/gh/kurehajime/pera)
pera is the command to slide display the text in CLI.

---
## Installation
Download [here](https://github.com/kurehajime/pera/releases).
or
Build.
```
go install github.com/kurehajime/pera@latest
```
---
## Usage
### [1] make text file.
```
first page.
---
second page.
---
third page.
```
It will be a new page in three hyphens(---) on beginning of line.
---
### [2] do pera
```
$ pera example.txt
```
Slide begins.
---
## More usage
If you run with no parameters, displays help slide.
```
$ pera
```
---
## License
[MIT](https://github.com/kurehajime/pera/blob/master/LICENSE)
---
