2024-07-07 15:40:42 +02:00
.TH ROPIPE 1 "07 July 2024"
2021-10-06 17:50:47 +02:00
.SH NAME
2024-07-07 15:40:42 +02:00
ropipe - Convert Roman numerals to integers and vice-versa in pipes
2021-10-06 17:50:47 +02:00
.SH SYNOPSIS
2024-07-07 15:40:42 +02:00
ropipe [ -rskqh ]
2021-10-06 17:50:47 +02:00
.SH DESCRIPTION
2024-07-07 15:40:42 +02:00
Ropipe converts decimal integers to Roman numerals and vice versa, reading from stdin and printing to stdout. It is meant to primarily be used in pipes. By default, it converts integers to Roman numerals.
2021-10-06 17:50:47 +02:00
.SS Options
.TP
-r
2024-07-07 15:40:42 +02:00
Convert Roman numerals to integers. Integer to Roman is the default.
.TP
-s
Fails silently, with no output on invalid input.
.TP
-k
Don't quit on invalid input; continue processing subsequent inputs.
.TP
-q
Accept quirky Roman numerals like IIII for IV.
.TP
-h
Display this help message.
2021-10-06 17:50:47 +02:00
.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