Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adjivas/cd

Builtin-in command cd for POSIX shell
https://github.com/adjivas/cd

Last synced: 22 days ago
JSON representation

Builtin-in command cd for POSIX shell

Awesome Lists containing this project

README

        

Change-Directory
================

[![Build Status](https://travis-ci.org/adjivas/cd.svg)](https://travis-ci.org/adjivas/cd)
[![GPLv3 License](http://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)

This librairy is a systen's project for adds, sets or deletes variable's cdironement -cd-.

#### Example:
```shell
$ cargo run
src
..
...
```

#### Directory-Tree:

```shell
.
|_ Cargo.toml
|_ LICENSE
|_ README.md
\_ src
|_ bin.rs
\_ lib.rs
```

# License
*cd*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/cd/blob/master/LICENSE).