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

https://github.com/khirotaka/plainrs


https://github.com/khirotaka/plainrs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Plainrs

簡単な File Viewer & Writter

## Usage

```sh
Text Viewer & Writer 0.1.0

Hirotaka Kawashima

USAGE:
plainrs [OPTIONS]

FLAGS:
-h, --help Print help information
-V, --version Print version information

OPTIONS:
-r, --read
-w, --write
```

### Read file

```sh
$ plainrs -r samples/text.txt
```

### Write file

```sh
$ plainrs -w samples/file.txt "Sample Text!"
```