Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caustickirbyz/rot13

a simple rot 13 tool
https://github.com/caustickirbyz/rot13

rot13 rot13-cipher rot13-decoder rotate

Last synced: 9 days ago
JSON representation

a simple rot 13 tool

Awesome Lists containing this project

README

        

# rot13
[![Build Status](https://travis-ci.org/CausticKirbyZ/rot13.svg?branch=master)](https://travis-ci.org/CausticKirbyZ/rot13)

https://github.com/CausticKirbyZ/rot13
>```
> _ _ _____
> _ __ ___ | |_/ |___ /
>| '__/ _ \| __| | |_ \
>| | | (_) | |_| |___) |
>|_| \___/ \__|_|____/
>
## Install
> $ git clone https://github.com/CausticKirbyZ/rot13.git

## Syntax
>rot13 (-d | -e) [-o ``][-ex ] ( (-f ``) | `` )

## Usage
```
./rot13 -e message
./rot13 -e -o 7 -f file1.txt
./rot13 -d -o 3 -ch abcd -f file2.txt
./rot13 -e -o 5 -ex , -f file3.csv
```

## Flags
```
options:
-------------------

-d decode
-e encode
-o offset
-f file input
-ex exclusion list
-ch character set, default is entire ascii table
-h, --help help me