Skip to content

scarrazza/vai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

A simple tool to simplify shell operations when programming.

Installation

Download the code and install using the setup script:

$ python setup.py install

Usage

Create a file and place the instructions in comments starting with the vai: tag, e.g. for latex compilation:

% vai: pdflatex mydocument.tex
% vai: bibtex mydocument
% vai: pdflatex mydocument.tex
% vai: pdflatex mydocument.tex
\documentclass{article}
...

Then run vai:

$ vai

Check the examples folder in this git repository for more examples.

About

VAI: valuation of automatic instructions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages