JSwitch: text-based menu for switching between Java environments
Project description
jswitch
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
orq
: QuitEnter
,l
, orRight Arrow
: Connectj
orDown Arrow
: Downk
orUp Arrow
: Upe
: 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
Release history Release notifications | RSS feed
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)