https://github.com/khirotaka/plainrs
https://github.com/khirotaka/plainrs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khirotaka/plainrs
- Owner: khirotaka
- Created: 2021-09-26T13:22:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T13:29:27.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:49:58.985Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plainrs
簡単な File Viewer & Writter
## Usage
```sh
Text Viewer & Writer 0.1.0Hirotaka Kawashima
USAGE:
plainrs [OPTIONS]FLAGS:
-h, --help Print help information
-V, --version Print version informationOPTIONS:
-r, --read
-w, --write
```### Read file
```sh
$ plainrs -r samples/text.txt
```### Write file
```sh
$ plainrs -w samples/file.txt "Sample Text!"
```