https://github.com/adjivas/cd
Builtin-in command cd for POSIX shell
https://github.com/adjivas/cd
Last synced: about 1 year 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T12:22:41.000Z (about 11 years ago)
- Last Synced: 2025-02-05T08:16:38.071Z (over 1 year 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
================
[](https://travis-ci.org/adjivas/cd)
[](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).