Skip to content

ComputerScienceHouse/clink

Repository files navigation

clink

Clink is a command line interface for ordering drinks from any of the vending machines on floor.

It comes with a command line that can be used to list and purchase drinks.

screenshot of a cli with a list of machines and their offerings

Or, if you prefer a more graphical experience, you can use the ncurses UI.

screenshot of a TUI selection menu for selecting a vending machine

Usage

To use clink, simply...

  1. Log onto any user machine
  2. Run clink

Video of clink in use

Development

git clone git@github.com/computersciencehouse/clink
cd clink
cargo build