10000 GitHub - tmward/janet-misc: Collection of small programs written in the Janet Language.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tmward/janet-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

janet-misc

This repo holds a collection of small programs I've developed using the Janet Language.

Programs

randomstr

Program that outputs a random string to stdout. It uses high-quality random data provided by the operating system (e.g., /dev/urandrom on Linux and BSD). Run with no arguments it prints out 15 characters in the POSIX graph character class. I mainly use it to generate passwords. It accepts any printable POSIX character classes as arguments (just like tr(1)), such as the default "[:graph:]".

You can either make a statically-compiled executable of it (using jpm build) or run it directly with janet randomstr/randomstr.janet). Run randomstr -h for a full help message.

About

Collection of small programs written in the Janet Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0