fluidterm icon indicating copy to clipboard operation
fluidterm copied to clipboard

Upload via command line options

Open laenzlinger opened this issue 1 year ago • 2 comments

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?

laenzlinger avatar May 13 '25 18:05 laenzlinger

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.

MitchBradley avatar May 13 '25 19:05 MitchBradley

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

laenzlinger avatar Jun 08 '25 16:06 laenzlinger