Giter VIP home page Giter VIP logo

wic's Introduction

PyPi Version Alt

wic

winIDEA Command Line Interface

Installation

isystem.connect is only available for manual installation for Windows. The library must be downloaded and installed into your Python 3.8 directory. https://www.isystem.com/downloads/isystem-connect-sdk.html

pip install wic

Usage

Usage: wic [OPTIONS] COMMAND [ARGS]...

  Command line interface for winIDEA

Options:
  -ws, --workspace FILENAME  Path to winIDEA workspace
  -id TEXT                   Connect to winIDEA instance ID
  --version                  Show the version and exit.
  -h, --help                 Show this message and exit.

Commands:
  download  Download files to target
  files     Manage download files
  list      List winIDEA instances
  options   Manage options
  start     Start winIDEA
  ws        Manage workspace

Manage download files

Add ELF without loading code  
$ wic files add -f <path-to-elf> --no-code

Add s19 without loading symbols  
$ wic files add -f <path-to-s19> --no-symbols

List downoad files  
$ wic files list

Clear download list  
$ wic files clear

Manage static options

Get a value  
$ wic options get -o <option-name>

Set a value  
$ wic options set -o <option-name> -v <value>

Add a new entry in a list  
$ wic options add -o <option-list>

Clear option list  
$ wic options clear -o <option-list>

Manage Workspace

$ wic ws save
$ wic ws close

Actions

Download the files to target  
$ wic download

If only one workspace is always used workspace or ID is not needed
This starts the most recent workspace used
$ wic start

Start winIDEA instance and provide an ID  
$ wic -ws <workspace-path> -id <custom-ID> start

Now the ID can be used for new connections
$ wic -id <custom-ID> files list

List all winIDEA instances  
$ wic list

Changelog

v0.2

  • Add instance Id support
  • List instances

v0.1

  • Initial version with basic features

wic's People

Contributors

hacki11 avatar

Watchers

 avatar  avatar

wic's Issues

Is this package in active use?

Hi there,
Reaching out to you here since I don't have any other contact info.
We are just curious if this package is still active in use.

Reason: For the last 2 years, we have been developing and internally actively using a Python package "Workflow Inference Compiler". We have been calling it wic in all our tools. We were just about to release it and found that there is already a package with the same name but it appears inactive (no releases in last 3 years). So we are wondering if this package is actively used or not. If it is not, we were wondering if you would be considering hand over this project in PyPI to us to use this for our new package. Our package link here: https://github.com/PolusAI/workflow-inference-compiler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.