GithubHelp home page GithubHelp logo

rhysd / vital-system-job Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lambdalisue/vital-system-job

0.0 3.0 0.0 23 KB

A job wrapper Vital module

License: MIT License

Shell 19.02% Vim Script 74.37% Python 6.61%

vital-system-job's Introduction

vital-System-Job

Travis CI AppVeyor Version 0.1.0-dev Support Vim 8.0.0027 or above Support Neovim 0.1.7 or above MIT License Doc Doc

This repository contains the following two Vital modules

  • System.Job -- A job wrapper of Vim 8 and Neovim
  • System.Process.Job -- A process client using System.Job internally

Usage

Install the repository in your runtimepath and then

:Vitalize . +System.Job
:Vitalize . +System.Process.Job

Then

" System.Job
let s:Job = vital#vital#import('System.Job')
let job = s:Job.start(['git', 'status'])

" System.Process.Job
let s:Process = vital#vital#import('System.Process')
call s:Process.register('System.Process.Job')
let options = {
        \ 'clients': ['System.Process.Job'],
        \}
let result = s:Process.execute(['git', 'status'], options)

vital-system-job's People

Contributors

lambdalisue avatar

Watchers

 avatar  avatar  avatar

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.