Learn R Programming

climenu (version 0.1.4)

Interactive Command-Line Menus

Description

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' , 'pick' , and 'survey' . Designed to be lightweight and easy to integrate into 'R' packages and scripts.

Copy Link

Version

Install

install.packages('climenu')

Version

0.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Petr Čala

Last Published

February 11th, 2026

Functions in climenu (0.1.4)

menu

Interactive CLI Menu
select

Single Selection Menu
checkbox

Multiple Selection Menu (Checkbox)