Learn R Programming

climenu (version 0.1.3)

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.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Petr Čala

Last Published

February 6th, 2026

Functions in climenu (0.1.3)

select

Single Selection Menu
menu

Interactive CLI Menu
checkbox

Multiple Selection Menu (Checkbox)