{"id":22908070,"url":"https://github.com/p6m7g8-dotfiles/p6df-irc","last_synced_at":"2026-04-05T02:08:38.620Z","repository":{"id":43084867,"uuid":"471507866","full_name":"p6m7g8-dotfiles/p6df-irc","owner":"p6m7g8-dotfiles","description":"P6 Dotfiles: IRC","archived":false,"fork":false,"pushed_at":"2024-11-03T19:18:15.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T05:16:09.724Z","etag":null,"topics":["cli","dotfiles","p6","p6df","p6m7g8","plugin","productivity","sh","shell","terminal","theme","zsh"],"latest_commit_sha":null,"homepage":"https://continuouslearning.io","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p6m7g8-dotfiles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-03-18T20:29:26.000Z","updated_at":"2024-11-05T22:17:21.000Z","dependencies_parsed_at":"2024-04-24T14:43:40.108Z","dependency_job_id":null,"html_url":"https://github.com/p6m7g8-dotfiles/p6df-irc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-irc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-irc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-irc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-irc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6m7g8-dotfiles","download_url":"https://codeload.github.com/p6m7g8-dotfiles/p6df-irc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246619757,"owners_count":20806714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dotfiles","p6","p6df","p6m7g8","plugin","productivity","sh","shell","terminal","theme","zsh"],"created_at":"2024-12-14T03:19:29.858Z","updated_at":"2026-03-08T09:01:56.666Z","avatar_url":"https://github.com/p6m7g8-dotfiles.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P6's POSIX.2: p6df-irc\n\n## Table of Contents\n\n- [Badges](#badges)\n- [Summary](#summary)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [Usage](#usage)\n  - [Aliases](#aliases)\n  - [Functions](#functions)\n- [Hierarchy](#hierarchy)\n- [Author](#author)\n\n## Badges\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Summary\n\nTODO: Add a short summary of this module.\n\n## Contributing\n\n- [How to Contribute](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CONTRIBUTING.md\u003e)\n\n## Code of Conduct\n\n- [Code of Conduct](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CODE_OF_CONDUCT.md\u003e)\n\n## Usage\n\n### Aliases\n\n- `p6_irc` -\u003e `p6df::modules::irc::cmd`\n- `p6_irc_attach` -\u003e `p6df::modules::irc::attach`\n- `p6_irc_init` -\u003e `p6df::modules::irc::init`\n\n### Functions\n\n#### p6df-irc\n\n##### p6df-irc/init.zsh\n\n- `p6df::modules::irc::aliases::init(_module, dir)`\n  - Args:\n    - _module -\n    - dir -\n- `p6df::modules::irc::deps()`\n- `p6df::modules::irc::external::brew()`\n- `p6df::modules::irc::home::symlink()`\n\n#### p6df-irc/lib\n\n##### p6df-irc/lib/cmd.sh\n\n- `p6df::modules::irc::cmd()`\n\n##### p6df-irc/lib/irc.sh\n\n- `p6df::modules::irc::attach()`\n- `p6df::modules::irc::cmd()`\n- `p6df::modules::irc::start()`\n\n## Hierarchy\n\n```text\n.\n├── init.zsh\n├── lib\n│   ├── cmd.sh\n│   └── irc.sh\n├── README.md\n└── share\n    └── irssi\n        ├── config\n        └── scripts\n            ├── autorealname.pl\n            ├── autorun\n            │   ├── autorealname.pl -\u003e ../autorealname.pl\n            │   ├── awaybar.pl -\u003e ../awaybar.pl\n            │   ├── awl.pl -\u003e ../awl.pl\n            │   ├── cap_sasl.pl -\u003e ../cap_sasl.pl\n            │   ├── go2.pl -\u003e ../go2.pl\n            │   ├── history_search.pl -\u003e ../history_search.pl\n            │   ├── idletime.pl -\u003e ../idletime.pl\n            │   ├── nickcolor.pl -\u003e ../nickcolor.pl\n            │   ├── nicklist-tmux.pl -\u003e ../nicklist-tmux.pl\n            │   └── usercount.pl -\u003e ../usercount.pl\n            ├── awaybar.pl\n            ├── awl.pl\n            ├── go2.pl\n            ├── history_search.pl\n            ├── idletime.pl\n            ├── nickcolor.pl\n            ├── nicklist-tmux.pl\n            ├── resize_split.pl\n            ├── trackbar.pl\n            └── usercount.pl\n\n6 directories, 26 files\n```\n\n## Author\n\nPhilip M. Gollucci \u003cpgollucci@p6m7g8.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-irc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-irc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-irc/lists"}