Package: climenu 0.1.8
climenu: Interactive Command-Line Menus
Provides interactive command-line menu functionality with single and multiple selection menus, keyboard navigation (arrow keys or vi-style j/k), preselection, and graceful fallback for non-interactive environments. Inspired by tools such as 'inquirer.js' <https://github.com/SBoudrias/Inquirer.js>, 'pick' <https://github.com/aisk/pick>, and 'survey' <https://github.com/AlecAivazis/survey>. Designed to be lightweight and easy to integrate into 'R' packages and scripts.
Authors:
climenu_0.1.8.tar.gz
climenu_0.1.8.zip(r-4.7)climenu_0.1.8.zip(r-4.6)climenu_0.1.8.zip(r-4.5)
climenu_0.1.8.tgz(r-4.6-any)climenu_0.1.8.tgz(r-4.5-any)
climenu_0.1.8.tar.gz(r-4.7-any)climenu_0.1.8.tar.gz(r-4.6-any)
climenu_0.1.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
climenu/json (API)
| # Install 'climenu' in R: |
| install.packages('climenu', repos = c('https://petrcala.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/petrcala/climenu/issues
Last updated from:9031cfe0c1. Checks:9 OK. Indexed: yes.
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Multiple Selection Menu (Checkbox) | checkbox |
| Interactive CLI Menu | menu |
| Single Selection Menu | select |
