Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatterino Plugins

A collection of Chatterino2 Lua plugins. Each plugin lives in its own subdirectory and can be installed independently.

Plugins

Plugin Description
show_title Displays the current channel's stream title with options to trim the output.

Plugin Structure

Every plugin follows this layout:

plugin_name/
├── info.json          # Metadata (name, version, permissions, etc.)
├── init.lua           # Entry point, loaded by Chatterino
├── data/              # Runtime data directory (file I/O is scoped here)
│   └── config.lua     # Optional per-plugin configuration
└── README.md          # Plugin-specific documentation
  • info.json follows the Chatterino plugin-info schema.
  • init.lua is the entry point loaded by Chatterino.
  • data/config.lua is the convention for per-plugin configuration. It returns a Lua table of settings. See each plugin's README for available options.

Installation

  1. Copy the desired plugin directory (e.g. show_title/) into Chatterino's Plugins directory (sibling to Settings and Logs).
  2. Enable the plugin in Chatterino settings.

License

Apache-2.0

About

A collection of plugins for the Chatterino Twitch Client

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages