https://github.com/evanlucas/eyearesee
A WIP IRC client using Electron.
https://github.com/evanlucas/eyearesee
electron-app irc-client
Last synced: 8 months ago
JSON representation
A WIP IRC client using Electron.
- Host: GitHub
- URL: https://github.com/evanlucas/eyearesee
- Owner: evanlucas
- License: other
- Created: 2016-01-06T07:15:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T20:07:44.000Z (over 8 years ago)
- Last Synced: 2025-04-28T14:13:02.484Z (about 1 year ago)
- Topics: electron-app, irc-client
- Language: JavaScript
- Size: 1.58 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eyearesee
[](https://travis-ci.org/evanlucas/eyearesee)
[](https://coveralls.io/github/evanlucas/eyearesee?branch=master)
A WIP IRC client using Electron.

There is still quite a bit of work to be done.
**Note: Requires Node.js v6+ to run**
## To run locally:
```bash
$ git clone git://github.com/evanlucas/eyearesee
$ cd eyearesee
$ npm install
$ npm run rebuild
$ npm run dev
```
## Test
```bash
$ npm test
```
## Features
### Custom themes
#### Using a custom theme
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`](client/less/theme.less)
## TODO
- 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.
## Author
Evan Lucas
## License
MIT (See `LICENSE` for more info)