1.0.0 • Published 6 years ago

cd2 v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

cd2

cd2 is a mini node-js cli application for faster directory change by using a path <-> alias storage system. Use it to change your directory by giving your paths meaninful names to be more productive!

THIS IS ONLY TESTED WITH WINDOWS

Installation

cd2 requires Node.js v4+ to run.

$ npm install cd2 -g

Usage

Create a new alias: $ cd2 -c PATH

$ cd2 --create C:\folder myfolder
Change the current directory:

$ cd2 ALIAS

$ cd2 myfolder
Show all stored aliases:

$ cd2 -d

$ cd2 --dump

License

MIT Copyright 2017 C. Loew

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.