Skip to content

eladab/wikishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Wikipedia for Terminal

Installation

OS X

  • Install [golang] (https://golang.org/dl/)
  • Create a directory that would be your GOPATH, for instance /Users/[username]/go
  • Create 3 directories under this directory: bin, pkg & src
  • In your .bashrc or .bash_profile - add the GOPATH variable: export GOPATH=/Users/[username]/go
  • Add the $GOPATH/bin to your $PATH: export PATH=$PATH:$GOPATH/bin
  • source .bashrc (or .bash_profile) or restart the shell.
  • Install git, mercurial and gcc (if you don’t have them already).
  • go get github.com/eladab/wikishell

Linux (Ubuntu)

  • apt-get install golang
  • Create a directory that would be your GOPATH, for instance /home/[username]/go
  • Create 3 directories under this directory: bin, pkg & src
  • In your .bashrc or .bash_profile - add the GOPATH variable: export GOPATH=/home/[username]/go  Add the $GOPATH/bin to your $PATH: export PATH=$PATH:$GOPATH/bin
  • source .bashrc or restart the shell.
  • Install git, mercurial and gcc (if you don’t have them already).
  • go get github.com/eladab/wikishell

Usage:

  • wikishell (will show the welcome screen)
  • wikishell [term]

About

Wikipedia client for Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages