Upload via command line options
Is uploading via command line options supported on linux?
I was trying the -u command line option (as described in the wiki here http://wiki.fluidnc.com/en/fluidterm/fluidterm_usage) but it does not seem to initiate a file upload.
Checking the fluidterm.py script on the latest release version v3.9.7 does not check the -u argument. Maybe the wiki is outdated?
The Python version of FluidTerm supports interactive file upload via Ctrl-U, but does not include a -u command line option for doing so. Feel free to submit a PR to add that capability.
I have created a Pull Request on the FluidNC repo (it seems that repo has a more recent version of the fluidterm.py file. See https://github.com/bdring/FluidNC/pull/1509