ropipe/ropipe.1

19 lines
507 B
Groff
Raw Normal View History

2021-10-06 17:50:47 +02:00
.TH ROPIPE 1 "06 October 2021"
.SH NAME
ropipe - Convert roman numbers to integers and vice-versa in pipes
.SH SYNOPSIS
ropipe [ -r ]
.SH DESCRIPTION
Ropipe converts decimal integers to roman numbers and vice versa, reading from stdin and printing to stdout, it is meant to primarily be used in pipes.
Default is integer to roman.
.SS Options
.TP
-r
Roman to integer. Integer to roman is the default.
.SH FILES
.TP
/usr/bin/ropipe
The program
.SH BUGS
2021-10-06 18:00:26 +02:00
Send bug reports to https://github.com/MatMasIt/ropipe