Home

Awesome

zsh-riddle-me

Custom zsh plugin to generate random Riddles.

How to use?

It's super easy to use. Just type riddle-me in your terminal and enjoy the riddles.

How to Install?

Depending on the plugin manager you use, add following to your .zshrc file and source it.

oh-my-zsh

  1. Clone the repo into your custom plugins folder, usually at ($HOME/.oh-my-zsh/custom/plugins/)

    git clone https://gitlab.com/vkolagotla/zsh-riddle-me.git ~/.oh-my-zsh/custom/plugins/zsh-riddle-me
    
  2. Add zsh-riddle-me to .zshrc plugin list, usually at (~/.zshrc)

    plugins=(... zsh-riddle-me)
    

Zplug

zplug "vkolagotla/zsh-riddle-me"

Antigen

antigen bundle "vkolagotla/zsh-riddle-me"

Zgen

zgen load "vkolagotla/zsh-riddle-me"

Source .zshrc file

source ~/.zshrc

Sample output

Sample output

TODO

Source of riddles

About LICENSE

I created this plugin for personal use. The plugin LICENSE is only valid for the code. Since the riddles are fetched from an external source(online), i do not own that data. I would suggest you to not use the plugin for any commercial purpose, unless you have the permission to do so from those respective data sources.

Go UP⬆️