Package: climenu Title: Interactive Command-Line Menus Version: 0.1.8 Authors@R: person("Petr", "Čala", , "61505008@fsv.cuni.cz", role = c("aut", "cre")) Author: Petr Čala [aut, cre] Maintainer: Petr Čala <61505008@fsv.cuni.cz> 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. License: MIT + file LICENSE URL: https://github.com/PetrCala/climenu BugReports: https://github.com/PetrCala/climenu/issues Depends: R (>= 4.0.0) Imports: cli (>= 3.6.0), keypress (>= 1.0.0) Suggests: covr, devtools, knitr, rmarkdown, roxygen2 (>= 7.0.0), testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: TRUE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://petrcala.r-universe.dev Date/Publication: 2026-07-08 13:51:11 UTC RemoteUrl: https://github.com/petrcala/climenu RemoteRef: HEAD RemoteSha: 9031cfe0c1355e8f8f4f82a6181a96c349a6b354 NeedsCompilation: no Packaged: 2026-07-08 14:37:08 UTC; root