Skip to content

rmindo/pyco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyco

Manage commands for automation process of the project

Configuration

Create a file in the root directory of the project and add any custom command to trigger.

// trigger.json
{
  "exit": "ctrl+shift+x",
  "trigger": [
    {
      "key": "ctrl+s",
      "cmd": "rsync -auv --delete ../node /Projects/Demo"
    }
  ]
}

License

MIT

About

Manage commands for automation process of the project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages