/my_select

{EPITECH.} C program that outputs your selection between multiple given choices

Primary LanguageC

my_select

{EPITECH.} first year project.

Program that outputs your selection between multiple given choices.

Written in C, using the ncurses library.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the my_select executable file.

How to use my_select?

  • ./my_select [choice_1] [choice_2] [...] [choice_n]
  • Select/unselect an item with SPACE
  • Delete an item with BACKSPACE
  • Confirm selection with ENTER