Skip to content

CodeSh/SnowScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple snow in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published