lights0123 / n-link

Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
https://lights0123.com/n-link/
GNU General Public License v3.0
133 stars 3 forks source link

Added missing subcommands to n-link CLI #14

Closed sussycatgirl closed 3 years ago

sussycatgirl commented 3 years ago

I noticed that n-link's CLI is lacking most features libnspire offers.

This pull request adds the following subcommands:

adriweb commented 3 years ago

Just letting you know that OS file extensions are tcc/tco for the CX and tcc2/tco2/tct2 for the CX II variants.

sussycatgirl commented 3 years ago

Woops, I didn't know that - I'll push a fix later.

lights0123 commented 3 years ago

You can get the extension with handle.info()?.os_extension, but of course that doesn't help with doc comments.

sussycatgirl commented 3 years ago

Just pushed out a commit which fixes the doc comments, and also adds a file extension check to upload-os.

lights0123 commented 3 years ago

I'll take a look at this by Wednesday evening.

lights0123 commented 3 years ago

Thank you!