irssi / irssi/scripts.irssi.org
[scriptassist.pl] declaratively set which scripts to be installed
Open
enhancement
- Dominant language
- Perl
- Stars
- 507
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
It would be super useful to be able to declare in a config file (`~/.irssi/config`) which scripts I want to be installed and autorun.
Something like:
```
"perl/core/scripts" = {
scriptassist_installed = [ "scriptassist.pl", "script1.pl", "script2.pl" ];
scriptassist_autorun = [ "scriptassist.pl" ];
};
```
(Then it could be called a **plugin manager** for irssi...)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.