Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaypyles/cpl
Custom Program Launcher
https://github.com/jaypyles/cpl
Last synced: 23 days ago
JSON representation
Custom Program Launcher
- Host: GitHub
- URL: https://github.com/jaypyles/cpl
- Owner: jaypyles
- Created: 2023-11-29T01:51:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-11-30T02:29:38.000Z (11 months ago)
- Last Synced: 2024-04-16T06:50:27.124Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.