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
- Host: GitHub
- URL: https://github.com/enindu/rcat
- Owner: enindu
- License: gpl-3.0
- Created: 2025-06-07T14:56:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-04T11:41:05.000Z (2 months ago)
- Last Synced: 2026-04-04T13:23:05.063Z (2 months ago)
- Topics: command-line, concat, file-concatenation, file-viewer, go, golang, real-time, utility
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
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).