Skip to content

A simple Rust CLI to generate a random file of strings.

License

Notifications You must be signed in to change notification settings

thesandybridge/random_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random File Generator

I created this to assist with an experiment where I was comparing file parsing performance between Rust, Python, Node, and Bun.

You may find it useful.

Installation

Linux & WSL

The downloaded file will be located in ~/.local/bin/

curl -s https://thesandybridge.github.io/scripts/install.sh | bash -s random_file gfc

Basic Usage

By default, if no line number is defined, 1000 lines of 8 character Alphanumeric strings are generated. I may add some verbose output in the future.

gfc list.txt

gfc --lines 1000 list.txt

gfc --lines 1000 --characters 8 list.txt

About

A simple Rust CLI to generate a random file of strings.

Topics

Resources

License

Stars

Watchers

Forks

Languages