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

https://github.com/cbdefontenay/heimdal-shell

Heimdal is a simple Shell
https://github.com/cbdefontenay/heimdal-shell

chat chat-application linux rust shell

Last synced: about 2 months ago
JSON representation

Heimdal is a simple Shell

Awesome Lists containing this project

README

          

# Heimdal-Shell

This is a simple shell with a few customized commands. The core difference between Heimdal and other Shells like ```Bash``` is that Heimdal allows you to chat with someone else directly inside the Shell.

It's secured, at least as much as I could. To enter a chat you'll need to give the command a name + port + password like:

```bash
chat host mychat 9898 mysecretp@ssw0rd
```

Else just enter ```heimdal --help``` to know more about those commands.

#### Steps to follow using ```cargo```:

```rust
cargo install cargo-deb
```

Then:
```bash
cd to the Heimdal --bin project directory
```
Then:
```rust
cargo deb
```

You'll find the .deb file at this location:
```
target/debian/heimdal-shell__amd64.deb
```

In order to install Heimdal system-wide:
```bash
sudo dpkg -i target/debian/heimdal-shell__amd64.deb
```