Sha256: 209b3f24a43cef2a3e93f3dea4a532da995547244f20cb3579c8204264155892
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
# cd [![[version]](https://badge.fury.io/rb/cd.svg)](https://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 <https://janlelis.com>. Released under the MIT license.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cd-1.0.2 | README.md |