Package: climenu
Title: Interactive Command-Line Menus
Version: 0.1.4
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'
    <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.
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)
Suggests: covr, devtools, keypress, knitr, rmarkdown, roxygen2 (>=
        7.0.0), testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-02-11 11:06:42 UTC; runner
Repository: CRAN
Date/Publication: 2026-02-11 11:30:07 UTC
