https://github.com/rexlx/fronttoof
https://github.com/rexlx/fronttoof
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rexlx/fronttoof
- Owner: rexlx
- Created: 2025-03-11T11:45:43.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T11:45:44.000Z (2 months ago)
- Last Synced: 2025-03-15T00:27:28.025Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```