GitXplorerGitXplorer
e

eyearesee

public
8 stars
1 forks
6 issues

Commits

List of commits on branch master.
Unverified
6a24ae565fb4feac30722c98d9806590dc89028f

update package-lock

eevanlucas committed 7 years ago
Unverified
625e38fbdf9cb6ef8ed78618f040ba7c9b65a490

2017-11-02 Version 0.5.0 (Stable) Release

eevanlucas committed 7 years ago
Unverified
34240525f6026dca118dcb1ab2b7c6265035df3b

index: add electron-window-state to manage window state

eevanlucas committed 7 years ago
Unverified
f10b3e4e88d3c1cfd5cc9e33ddc434bdf51c8963

app: update electron to latest

eevanlucas committed 8 years ago
Unverified
db3bf32c5c566dc8517cc1dfecb11a96ce1a3312

index,app: remove harmony switch

eevanlucas committed 8 years ago
Unverified
164b6393dd55c7be697eec693df71e335f3269e9

client: improve drag regions

eevanlucas committed 8 years ago

README

The README file for this repository.

eyearesee

Build Status Coverage Status

A WIP IRC client using Electron.

Screenshot

There is still quite a bit of work to be done.

Note: Requires Node.js v6+ to run

To run locally:

$ git clone git://github.com/evanlucas/eyearesee
$ cd eyearesee
$ npm install
$ npm run rebuild
$ npm run dev

Test

$ 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

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)