dialler-rs

Crates.iodialler-rs
lib.rsdialler-rs
version0.1.3
sourcesrc
created_at2024-02-19 01:46:48.788473
updated_at2024-02-19 20:48:45.601088
descriptionA simple dialler / contact manager for the terminal
homepage
repositoryhttps://github.com/codemonkey76/dialler-rs
max_upload_size
id1144594
size80,062
Shane Poppleton (codemonkey76)

documentation

README

What is this?

dialler-rs is a simple terminal application that allows you to manage your contacts and use your pre-installed softphone to make a call.

It's simple to use, shortcut keys are displayed at the bottom, and ESC to exit.

How do i install it?

You can install (compile) with cargo:

cargo install dialler-rs

Then to launch it:

dialler-rs

Configuration

For configuring dialler-rs, you can use the following environment variables:

DIALLER_PROGRAM="path/to/your/softphone"
Commit count: 0

cargo fmt