GithubHelp home page GithubHelp logo

pasja / circe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emacs-circe/circe

0.0 2.0 0.0 1.23 MB

Circe, a Client for IRC in Emacs

License: GNU General Public License v3.0

Shell 0.24% Emacs Lisp 99.76%

circe's Introduction

Circe, a Client for IRC in Emacs

Build Status MELPA Stable

Overview

Logo

Circe is a Client for IRC in Emacs. It tries to have sane defaults, and integrates well with the rest of the editor, using standard Emacs key bindings and indicating activity in channels in the status bar so it stays out of your way unless you want to use it.

Complexity-wise, it is somewhere between rcirc (very minimal) and ERC (very complex).

Screenshot

Screenshot

Installation

package.el

Make sure you have MELPA Stable added to your package sources. To your .emacs, add this:

(require 'package)
(add-to-list 'package-archives
             '("melpa-stable" . "http://stable.melpa.org/packages/") t)
(package-initialize)

Then, use package-install to install Circe:

M-x package-install RET circe RET

After this, M-x circe should work.

Development Version

In a shell:

mkdir -d ~/.emacs.d/lisp/
cd ~/.emacs.d/lisp
git clone git://github.com/jorgenschaefer/circe.git

Then add the following to your .emacs file:

(add-to-list 'load-path "~/.emacs.d/lisp/circe")
(require 'circe)

The next time you start your Emacs, you should be able to use M-x circe to connect to IRC.

Connecting to IRC

To connect to IRC, simply use M-x circe RET irc.freenode.net RET RET. This will connect you to Freenode. You can join us on #emacs-circe by using /join #emacs-circe in the server buffer.

A more elaborate setup would require you to edit your init file and add something like the following:

(setq circe-network-options
      '(("Freenode"
         :tls t
         :nick "my-nick"
         :sasl-username "my-nick"
         :sasl-password "my-password"
         :channels ("#emacs-circe")
         )))

With this in your configuration, you can use M-x circe RET Freenode RET to connect to Freenode using these settings.

Features

  • Sensible defaults
  • Tab completion
  • Nick highlighting
  • Logging
  • Spell checker
  • Ignore feature that also hides users who talk to users on your ignore list
  • Ignored messages can be toggled so they show up and then hidden again
  • TLS/SSL support
  • SASL authentication support
  • Nickserv authentication, automatic ghosting, and nick re-gain
  • Auto-join
  • Ability to reduce join/part/quit spam from lurkers
  • Automatic splitting of long lines at word boundaries
  • Netsplit handling
  • Activity tracking in the mode line
  • Fully customizeable message display
  • Topic changes can be shown as a diff
  • Automatic linking of Emacs Lisp symbols, RFCs, PEPs, SRFIs, Github issues, etc.
  • Automatic splitting of outgoing messages at word boundaries to adhere to IRC protocol limitations
  • Flood protection
  • Nickname coloring (via the circe-color-nicks module)
  • Lag monitoring (via the circe-lagmon module)
  • Automatic pasting to a paste site for long messages (via the lui-autopaste module)

Documentation

Please see the Wiki for further information:

https://github.com/jorgenschaefer/circe/wiki

circe's People

Contributors

jorgenschaefer avatar wasamasa avatar defanor avatar jre avatar riccardomurri avatar stsquad avatar apchamberlain avatar dunn avatar xuchunyang avatar jaor avatar joaotavora avatar twopir avatar pasja avatar purcell avatar tiborsimko avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.