Skip to content

hymkor/anko-nyagos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anko-nyagos

anko-nyagos is the commandline shell based on nyagos which can be customized by anko instead of Lua.

Sample rc-file: nyagos.ank put on the same directory with nyagos.exe.

func f(args){
    for s in args{
        println(s)
    }
}

alias("foo",f)

The alias named as foo is defined by anko.

About

nyagos customized by anko

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published