all repos — pls @ 6d87adaceb020a4f55c8a59455838ec8e12b1248

A polite but determined task runner.

Pls_UserGuide.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
% Pls User Guide
% Fabio Cevasco
% -

## Overview

### Main features

#### Manage aliases in a smart way

#### Define your own aliases for things

#### Define your own aliases for actions

#### Execute one or several commands at once

## Getting started

### Downloading Pre-built Binaries

{# release -> [pls for $1]({{release}}/dowload/{{$version}}/pls_v{{$version}}_$2.zip)#}

The easiest way to get {{n}} is by downloading one of the prebuilt binaries from the [Github Releases Page]({{release -> https://github.com/h3rald/pls/releases}}):

- {#release||Mac OS X (x64)||macosx_x64#}
- {#release||Windows (x64)||windows_x64#}
- {#release||Linux (x64)||linux_x64#}

### Building from Source

You can also build {{n}} from source, if there is no pre-built binary for your platform.

To do so, after installing the {{nim}} programming language, you can:

3. Clone the pls [repository](https://github.com/h3rald/pls).
4. Navigate to the [pls](class:dir) repository local folder.
5. Run **nim c -d:release pls.nim**

## Using pls

### Managing things

### Managing actions

### Executing commands

### Executing task lists

## The pls file format

### things

### actions