tcoppin / ft_select

Just select in a list of arguments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_select

This is a project of Ecole 42

ft_select was made using the termcaps library

This project was made with : tcarmet







Usage

$>  make
$>  usage: ./ft_select <arguments>

Controls

  • Arrows keys up/down -> Move up and down
  • Space key -> Selection
  • Escape key -> Exit
  • Delete and Backspace key -> Delete an argument
  • Home and end keys -> Move cursor end/begin
  • Tab key -> Select all or Unselect all

Copyright / Licence

This project is a project of @42born2Code. I leave the code available to everyone, for practical and professional reasons. Students of 42, you can look my code and copy it but you know it's not in the pedagogy of the school and I consider it as cheating and the staff too.

About

Just select in a list of arguments


Languages

Language:C 95.3%Language:Makefile 4.7%