https://github.com/p6m7g8-dotfiles/p6df-irc
P6 Dotfiles: IRC
https://github.com/p6m7g8-dotfiles/p6df-irc
cli dotfiles p6 p6df p6m7g8 plugin productivity sh shell terminal theme zsh
Last synced: 3 months ago
JSON representation
P6 Dotfiles: IRC
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6df-irc
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T20:29:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:18:15.000Z (over 1 year ago)
- Last Synced: 2025-02-07T05:16:09.724Z (over 1 year ago)
- Topics: cli, dotfiles, p6, p6df, p6m7g8, plugin, productivity, sh, shell, terminal, theme, zsh
- Language: Perl
- Homepage: https://continuouslearning.io
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P6's POSIX.2: p6df-irc
## Table of Contents
- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Usage](#usage)
- [Aliases](#aliases)
- [Functions](#functions)
- [Hierarchy](#hierarchy)
- [Author](#author)
## Badges
[](https://opensource.org/licenses/Apache-2.0)
## Summary
TODO: Add a short summary of this module.
## Contributing
- [How to Contribute]()
## Code of Conduct
- [Code of Conduct]()
## Usage
### Aliases
- `p6_irc` -> `p6df::modules::irc::cmd`
- `p6_irc_attach` -> `p6df::modules::irc::attach`
- `p6_irc_init` -> `p6df::modules::irc::init`
### Functions
#### p6df-irc
##### p6df-irc/init.zsh
- `p6df::modules::irc::aliases::init(_module, dir)`
- Args:
- _module -
- dir -
- `p6df::modules::irc::deps()`
- `p6df::modules::irc::external::brew()`
- `p6df::modules::irc::home::symlink()`
#### p6df-irc/lib
##### p6df-irc/lib/cmd.sh
- `p6df::modules::irc::cmd()`
##### p6df-irc/lib/irc.sh
- `p6df::modules::irc::attach()`
- `p6df::modules::irc::cmd()`
- `p6df::modules::irc::start()`
## Hierarchy
```text
.
├── init.zsh
├── lib
│ ├── cmd.sh
│ └── irc.sh
├── README.md
└── share
└── irssi
├── config
└── scripts
├── autorealname.pl
├── autorun
│ ├── autorealname.pl -> ../autorealname.pl
│ ├── awaybar.pl -> ../awaybar.pl
│ ├── awl.pl -> ../awl.pl
│ ├── cap_sasl.pl -> ../cap_sasl.pl
│ ├── go2.pl -> ../go2.pl
│ ├── history_search.pl -> ../history_search.pl
│ ├── idletime.pl -> ../idletime.pl
│ ├── nickcolor.pl -> ../nickcolor.pl
│ ├── nicklist-tmux.pl -> ../nicklist-tmux.pl
│ └── usercount.pl -> ../usercount.pl
├── awaybar.pl
├── awl.pl
├── go2.pl
├── history_search.pl
├── idletime.pl
├── nickcolor.pl
├── nicklist-tmux.pl
├── resize_split.pl
├── trackbar.pl
└── usercount.pl
6 directories, 26 files
```
## Author
Philip M. Gollucci