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

https://github.com/rexlx/fronttoof


https://github.com/rexlx/fronttoof

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fronttoof

combine all files in current directory into a single file.

## example

```
% fronttoof -input Documents/logs/

Processing Statistics:
Files Processed: 18
Lines Written: 473281
Bytes Written: 14932080 (14.24 MB)
Errors Encountered: 0
Execution Time: 152.498375ms
```

## usage

```bash
Usage of fronttoof:
-input string
Input directory (default "./")
-output string
Output file (default "output.txt")
-workers int
Number of workers (default 4)
```