free-launch 0.2.8

A simple fuzzy launcher written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Command Entries

We should support several kinds of commands:

1. Calling an external binary
2. Running a shell script
    1. Defined within the config
    2. Defined in an external file
3. A script defined within an internal language

Commands can take input by selecting an existing item e.g. clipboard entries, files, output from another action which will be passed in via STDIN.

The output of the command will be passed out via an ActionResult.