dzwdz / hewwo

a wip newbie-friendly irc client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hewwo, an irc client

Screenshot_2023-06-29_18-30-42

hewwo is a work-in-progress IRC client meant to provide a good experience for first-time IRC users and IRC addicts alike, stemming mostly from my dislike of the other modern clients. It's designed specifically with tilde.town in mind, but it should be usable on other networks too.

building, etc.

git submodule update --init # if you cloned the repo without --recurse submodules

## for development
./configure --devel
make
./hewwo

## for installation
./configure --prefix=/what/ever
make
make install
/what/ever/bin/hewwo

"features"

  • hints to guide new users, inspired by seeing a lot of confused IRC first-timers struggling to quit #tildetown
  • not a TUI - works with your terminal (native scrollback, search, etc), not despite it
  • dotfile aware - won't mess up your config unless ask, you can delete the default values and it'll still work
  • can send and receive messages

About

a wip newbie-friendly irc client

License:MIT License


Languages

Language:Lua 80.9%Language:C 19.1%