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

https://github.com/enindu/rcat

rcat is a simple command line tool to concatenate files in real-time
https://github.com/enindu/rcat

command-line concat file-concatenation file-viewer go golang real-time utility

Last synced: 2 months ago
JSON representation

rcat is a simple command line tool to concatenate files in real-time

Awesome Lists containing this project

README

          

# rcat

rcat is a simple command line tool to concatenate files in real-time.

## Install

You can install rcat using `go install` command.

```
go install github.com/enindu/rcat@latest
```

## Usage

You can run rcat using following syntax.

```
rcat [flags]
```

Display version message:

```
rcat -v
```

Display help message:

```
rcat -h
```

## License

This software is licensed under the GNU General Public License v3.0. You can view full license [here](https://github.com/enindu/rcat/blob/master/COPYING.md).