A WIP IRC client using Electron.
There is still quite a bit of work to be done.
Note: Requires Node.js v6+ to run
$ git clone git://github.com/evanlucas/eyearesee
$ cd eyearesee
$ npm install
$ npm run rebuild
$ npm run dev
$ npm test
To use a custom theme, place a css file in $HOME/.eyearesee/themes
.
The theme will be picked up after you restart the application. To change
to your new theme, open up the global settings (cmd+,
on OS X) and
select the theme you wish to enable.
To see the available theme selectors, view
client/less/theme.less
- Better logo
- UI definitely still needs some work (Header, logs, etc).
- Allow having channel properties
- Add Wiki Page for theme selectors
- The login process needs to be better
- The connection settings view needs love.
Evan Lucas
MIT (See LICENSE
for more info)