all repos — pls @ 05f3ad3629228af3df96424d360e794abdb90186

A polite but determined task runner.

Removed docs for now.
h3rald h3rald@h3rald.com
Wed, 13 Oct 2021 07:34:37 +0200
commit

05f3ad3629228af3df96424d360e794abdb90186

parent

6d87adaceb020a4f55c8a59455838ec8e12b1248

1 files changed, 0 insertions(+), 53 deletions(-)

jump to
D Pls_UserGuide.md

@@ -1,53 +0,0 @@

-% 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