Skip to main content

JSwitch: text-based menu for switching between Java environments

Project description

jswitch

PyPI version

Currently beta and should not be considered stable.

Install

Install from pypi.org using pip:

python -m pip install jswitch

Install from source by running this from the root of the source code directory:

python setup.py install

Usage

Simply run jswitch from the command line to launch the menu.

jswitch

Or invoke via Python:

python -m jswitch

To use the tool inside PYthon source code:

from jswitch import Jswitch

jswitch = Jswitch()
jswitch.run()

Controls

  • Esc or q: Quit
  • Enter, l, or Right Arrow: Connect
  • j or Down Arrow: Down
  • k or Up Arrow: Up
  • e: Edit config file

When using the Edit (e) command, it tries to use the editor defined in EDITOR environment variable, otherwise attempts to default to a system editor.

Source code

https://github.com/DevDungeon/jswitch

Author

NanoDano nanodano@devdungeon.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jswitch-0.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page