https://github.com/jaypyles/cpl
Custom Program Launcher
https://github.com/jaypyles/cpl
Last synced: 3 months ago
JSON representation
Custom Program Launcher
- Host: GitHub
- URL: https://github.com/jaypyles/cpl
- Owner: jaypyles
- Created: 2023-11-29T01:51:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T02:29:38.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:36:32.232Z (5 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.