rover icon indicating copy to clipboard operation
rover copied to clipboard

New revision (see comments)

Open Sandroid75 opened this issue 3 years ago • 0 comments

Hi Marcel, first of all I would like to thank you for the good work you did, for me it was an inspiration to improve few things, I hope you like them.

My notes:

  • completely revised and improved functions
  • now it can browse the directories with arrows (also scroll mouse)
  • now most commands are associated with function keys
  • better copy performance usign kernel function sendfile()
  • confirmation is asked before overwriting existing files
  • a formatted "rover.log" file is created with info and errors
  • programming style is closer to GNU standards
  • functions are divided into specific files
  • Fixed several bugs
  • also improved the handling of command line arguments
  • VSCode folder with JSON files
  • .clang-format file in order to keep a good style

ToDo:

  • implement a modern progress bar

Sandroid75 avatar Jan 06 '23 20:01 Sandroid75