Skip to content

jakub-m/clops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clops

clops hooks into Claude and displays state of the agents in xbar.

The plugin to swiftbar needs to merely curl http://127.0.0.1:8009/xbar.

On Claude side, you need to add hook for all the events (one by one), like:

    "ConfigChange": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "clops notify"
          }
        ]
      }
    ],

Done with heavy assist of Claude.

About

xbar + claude hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors