cd [![[version]](https://badge.fury.io/rb/cd.svg)](https://badge.fury.io/rb/cd)

January 5, 2020 ยท View on GitHub

Enhanced cd command for the Ruby console.

Setup

gem install cd

Usage

require 'cd'
extend Cd

cd 'some/dir' # change to that directory and list its content
~cd # change to home directory
-cd # change to last directory

MIT License

Copyright (C) 2015 Jan Lelis https://janlelis.com. Released under the MIT license.