Skip to content
/ elvish Public
forked from elves/elvish

Friendly Interactive Shell and Expressive Programming Language

License

Notifications You must be signed in to change notification settings

vendion/elvish

This branch is 2994 commits behind elves/elvish:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a1ec82 · Oct 22, 2019
May 2, 2019
Nov 19, 2018
Oct 22, 2019
Oct 13, 2018
Aug 11, 2019
Jul 20, 2019
Oct 13, 2018
Nov 20, 2018
Jul 22, 2019
Jul 20, 2019
Jan 1, 2018
Oct 13, 2018
Aug 11, 2019
Oct 16, 2019
Mar 24, 2018
Jul 20, 2019
Apr 25, 2019
Jan 30, 2019
Apr 7, 2019
Mar 18, 2019
Apr 17, 2019
Sep 20, 2018
Oct 16, 2018
Feb 10, 2014
Sep 24, 2018
Oct 21, 2019
Jun 6, 2018
Oct 21, 2018
Oct 22, 2018
Jan 29, 2014
Sep 14, 2018
Oct 21, 2019
Oct 21, 2019
Apr 17, 2019
Nov 6, 2018
Dec 31, 2017

Repository files navigation

Elvish: Friendly Interactive Shell and Expressive Programming Language

Build Status on Travis Build status on AppVeyor Code Coverage on codecov.io Code Coverage on coveralls.io Go Report Card GoDoc License Twitter

Elvish is a friendly interactive shell and an expressive programming language. It runs on Linux, BSDs, macOS and Windows. Despite its pre-1.0 status, it is already suitable for most daily interactive use.

Most of the resources for Elvish can be found on the official website.

User groups (all connected thanks to matterbridge): Gitter Telegram Group #elvish on freenode

Building Elvish

To build Elvish, you need

  • Linux, {Free,Net,Open}BSD, macOS, or Windows (Windows support is experimental).

  • Go >= 1.12.

If you have not done so, first set up your environment by following How To Write Go Code.

There are two ways to build Elvish. You can build it directly with go get:

go get github.com/elves/elvish

However, binaries built in this way lacks some build-time information; for instance, elvish -version will show unknown. To add such information, use make:

cd `go env GOPATH`/src/github.com/elves/elvish
make get

In either cases, the binary is placed in $GOPATH/bin. Consider adding it to your $PATH if you want to run the Elvish binary you just built by just typing elvish.

See CONTRIBUTING.md for more notes for contributors. You can also join one of the developer groups (also connected together by matterbridge): Gitter for Developers Telegram Group for Developers #elvish-dev on freenode

About

Friendly Interactive Shell and Expressive Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.5%
  • HTML 1.9%
  • CSS 1.4%
  • JavaScript 0.5%
  • Shell 0.3%
  • Makefile 0.3%
  • Other 0.1%