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
- Host: GitHub
- URL: https://github.com/cbdefontenay/heimdal-shell
- Owner: cbdefontenay
- Created: 2025-06-23T07:18:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T06:34:01.000Z (about 1 year ago)
- Last Synced: 2025-06-24T07:31:35.725Z (about 1 year ago)
- Topics: chat, chat-application, linux, rust, shell
- Language: Rust
- Homepage:
- Size: 63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```