Skip to content

fvanderflier/jack-cli

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Jack ๐Ÿ› ๏ธ - Jack of all trades CLI for developer tools

Jack is a versatile command-line tool that provides handy developer utilities all in one place. From UUID generation to QR codes and dummy text, jack aims to be your swiss knife ๐Ÿ—ก๏ธ for everyday development tasks.

Features โœจ

  • Generate random UUIDs ๐Ÿ†”
  • Create lorem ipsum dummy text ๐Ÿ“„
  • Generate QR codes as PNG images ๐Ÿ“ฑ
  • (More features coming soon: hashing ๐Ÿ”, base64 encoding ๐Ÿงฉ, time formatting โฐ, calculator โž•โž–, color conversions ๐ŸŽจ, JSON formatting ๐Ÿ“ฆ, file info ๐Ÿ—‚๏ธ, random passwords ๐Ÿ”‘, IP lookup ๐Ÿ“, and more!)

Installation ๐Ÿš€

  1. Clone the repository:

    git clone https://github.com/dimeskigj/jack-cli.git
    cd jack-cli
  2. Build and install:

    ./gradlew installDist
  3. Add the binaries to your PATH environment variable. The binaries are located at:

    /jack-cli/build/install/jack/bin
    

    For example, on macOS/Linux, you can add this line to your .bashrc, .zshrc, or equivalent:

    export PATH="$PATH:/path/to/jack-cli/build/install/jack/bin"

    On Windows, add the directory to your system PATH via Environment Variables settings.

Contributing ๐Ÿค

Contributions, suggestions, and feature requests are welcome! Feel free to open issues or submit pull requests.

License ๐Ÿ“œ

MIT License

About

Jack is a versatile command-line tool that provides handy developer utilities all in one place. From UUID generation to QR codes and dummy text, jack aims to be your swiss knife ๐Ÿ—ก๏ธ for everyday development tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 100.0%