Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caustickirbyz/rot13
- Owner: CausticKirbyZ
- License: mit
- Created: 2018-11-13T08:14:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T22:06:00.000Z (about 5 years ago)
- Last Synced: 2024-05-06T00:04:53.529Z (7 months ago)
- Topics: rot13, rot13-cipher, rot13-decoder, rotate
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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