Sha256: d8e1d76db162012a12b1f02fc8fc55a2d22f75ab0c12fe8dd60dab3cef9b8176
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
# cd [![[version]](https://badge.fury.io/rb/cd.svg)](http://badge.fury.io/rb/cd) Enhanced cd command for the Ruby console. ## Setup ``` gem install cd ``` ## Usage ```ruby 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 <http://janlelis.com>. Released under the MIT license.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cd-1.0.1 | README.md |
cd-1.0.0 | README.md |