Skip to content

walston/starfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a starfield

starfield will generate a hash visualization based on string input.

Usecase

validate some data:

echo "~/*path*/*to*/starfield $(executable)" >> ~/.bashrc;

where ~/*path*/*to* is the directory you've placed starfield in and $(executable) is any script you'd like validated

ScreenShot

starfield will produce a hash visual via the drunken-bishop hash visualization algorithm


Notes

the algorithm is based on the columns available in your terminal window, if this number is inconsistent, the hash visualization will also be inconsistent. In my usecase, terminal always opens at 90 columns wide, I recommend you do the same (or similar) but modifications could be made if needed.

About

Provide a string: generate a hash visual

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published