Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adjivas/cd
- Owner: adjivas
- License: gpl-3.0
- Created: 2015-04-30T21:54:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T12:22:41.000Z (over 9 years ago)
- Last Synced: 2024-10-04T15:58:38.155Z (about 1 month ago)
- Language: Rust
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).