Skip to main content

Isolate your vscode environment and keep it simple!

Project description

iode

iode is a command-line tool for simple maintenance and management of isolated vscode environments written in Python.

Installation

Install from pypi

pip install iode --user

Install from soruce

git clone https://github.com/jugangdae/iode
cd iode
pyhton -m build
pip install iode-0.0.1-py3-none-any.whl

Configuration

Using the default setting, does not require a config file

iode_run = code
iode_dir = ~/.iode

If you want to change the settings, create ~/.iode.config

[default]
iode_run = [code or code-insiders]
iode_dir = [absolute path]

usage

Add new iode env

$ iode add [iode_env]
$ iode a [iode_env]

Delete iode env

$ iode del [iode_env]
$ iode d [iode_env]

Show iode env list

$ iode list
$ iode l

Run iode

$ iode run [iode_env] [path]
$ iode r [iode_env] [path]

Show help

iode -h
iode [command] -h

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

iode-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

iode-0.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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