Skip to content

jaypyles/cpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
[[example]]

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

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

About

Custom Program Launcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages