Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaypyles/cpl

Custom Program Launcher
https://github.com/jaypyles/cpl

Last synced: 23 days ago
JSON representation

Custom Program Launcher

Awesome Lists containing this project

README

        

# cpl

Custom Programmer Launcher

## Configuration

The config is located at `~/.config/cpl`. In cpl's .config folder there should be another folder called `confs` where all the `.toml` configs should be located.

An example config file should look like:

- file.toml

```toml
[[example]]

[[example.applications]]
name = "file_search"
command = "ls"
args = "-a"
```

Running `cpl file.example` will launch the `ls -a` command in another window.