Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustmonk/ice9-shell-drop
Ice9 Shell | Cross-platform shell with multiple environments feature
https://github.com/therustmonk/ice9-shell-drop
Last synced: 2 days ago
JSON representation
Ice9 Shell | Cross-platform shell with multiple environments feature
- Host: GitHub
- URL: https://github.com/therustmonk/ice9-shell-drop
- Owner: therustmonk
- Created: 2015-10-01T07:02:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T07:16:19.000Z (over 9 years ago)
- Last Synced: 2025-01-02T21:12:34.890Z (6 days ago)
- Language: Rust
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ice9 Shell
[![Build Status](https://travis-ci.org/DenisKolodin/ice9.svg?branch=master)](https://travis-ci.org/DenisKolodin/ice9)
## Building
To build it locally you have to install [Rust][rust] and use Cargo tool:
```shell
cargo build --release
```[rust]: