GIMX icon indicating copy to clipboard operation
GIMX copied to clipboard

Command line config file download util

Open CodeOhms opened this issue 6 years ago • 9 comments

Updated the TUI code to use less memory, and added a help menu. Just need to implement autoConfig() functionality. Also thinking of changing the name of the program and moving it under 'utils' directory.

CodeOhms avatar Apr 15 '19 15:04 CodeOhms

This program is ready, when you are.

CodeOhms avatar Aug 09 '19 15:08 CodeOhms

Thanks!

Please fix the remaining compilation warnings: https://travis-ci.com/matlo/GIMX/builds/122616488

matlo avatar Aug 09 '19 21:08 matlo

Sure

CodeOhms avatar Aug 09 '19 23:08 CodeOhms

Okay, all compiler warnings have now vanished for my program. Enjoy!

CodeOhms avatar Aug 10 '19 01:08 CodeOhms

Thanks for taking the time to give feedback - means a lot to a beginner! I'll start working on those changes. If you like, I could also pull all the code I copied directly from gimx-launcher into a shared library.

CodeOhms avatar Aug 11 '19 01:08 CodeOhms

I tested the manual download. In my opinion page up and page down should be inverted. Page down is usually used to go forward, and page up backward.

matlo avatar Aug 13 '19 09:08 matlo

Okay

CodeOhms avatar Aug 13 '19 10:08 CodeOhms

On Ubuntu with a terminal size of 46x13, app crashes when displaying page 10.

matlo avatar Aug 13 '19 13:08 matlo

I believe this is a rounding error, there should have been 9 pages. While cleaning up my code I noticed how badly it deals with corner cases when lines overflow the screen width. In spare time I've been writing a new mapping system, which is a lot easier to use. It will be fixed soon. I apologise. :)

CodeOhms avatar Aug 13 '19 23:08 CodeOhms