jfrog / nexus2artifactory

NexusToArtifactory - A tool designed to ease migration from Sonatype Nexus to JFrog Artifactory.
Apache License 2.0
67 stars 54 forks source link

repository migration mkopt <-/-> does not appear to work #23

Closed sellers closed 3 years ago

sellers commented 6 years ago

Core.py menu options for pagination do not appear to respond to input on Ubuntu 14.04 over SSH. The input is ignored.

DarthFennec commented 6 years ago

Odd ... Does it respond to those inputs if you're editing in a text field? What about if you're in the remote shell, or in a different program over ssh? What about your local shell?

I'd expect curses to know how to interpret those keypresses properly. I'd also expect ssh, your remote shell, your terminal, etc to handle it correctly, but clearly something's going wrong at some point in the chain.

Depending on what the problem ends up being, it might make sense to bind an alternate set of keys to those inputs.

peters95 commented 3 years ago

closing issue due to age