This project contains completion files for use with repl(1).
Because repl
looks for ~/.repl by default, this is the simplest way
to install repl-completion:
cd ~
git clone git://github.com/defunkt/repl-completion.git .repl
Want to update it after you've installed it?
cd ~/.repl
git pull origin master
It's as simple as that.
Once you've made your great commits:
- Fork repl-completion
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Create an Issue with a link to your branch
- That's it!
Chris Wanstrath :: [email protected] :: @defunkt