Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 945 Bytes

README.md

File metadata and controls

53 lines (40 loc) · 945 Bytes

Snow

Simple snow in your terminal

Snow test

Cloning to use make:

git clone https://github.com/CodeSh/SnowScript.git snow
cd snow

Install:

sudo make install

Execute:

snow

More commands:

# Set the velocity
snow -v [TIME] # Ex. snow -v 0.9
# Set the symbol of the snow
snow -s [SYMBOL] # Ex. snow -s +
##### In the parameter -s of snowscript if you want a word use this:
snow -s 'my word'

Multi command:

# Set velocity and symbol
snow -s [SYMBOL] -v [NUMBER] # Ex. snow -s / -v 0.4

Set the language ** Require sudo privileges **

sudo snow --lang [EN|ES]

The parameter -scan be replaced by --select and the parameter -v can be replaced by --velocity

Original source from maketecheasier

Remove:

sudo make remove