Crates.io | fair_next |
lib.rs | fair_next |
version | 1.0.1 |
source | src |
created_at | 2024-10-05 17:06:30.089006 |
updated_at | 2024-10-05 17:22:24.348924 |
description | A command line tool supporting the fair selection of the next item |
homepage | |
repository | https://github.com/eum2o/fair_next |
max_upload_size | |
id | 1398293 |
size | 55,825 |
A simple command line tool that displays a list. When a list item is selected, it's moved to the bottom. The list is
persisted in a names.txt
file next to the executable.
Motivation: I attend online meetings (e.g. daily standup) where I have to select the next speaker. I use this tool for a fair selection of the next speaker.
You can either download the executable manually or use Cargo to install this tool.
You can install fn
using Cargo:
cargo install fair_next
For more information about the crate, visit https://crates.io/crates/fair_next.
Alternatively, you can download pre-built executables for various platforms from the GitHub releases page:
https://github.com/eum2o/fair_next/releases
fn
in your terminal, if installed with Cargo).names.txt
file next to the executable. The path is displayed in the UI.Enter
to confirm. The user will be moved to the bottom.