Giter VIP home page Giter VIP logo

kirc's Introduction

kirc
====

kirc (KISS for IRC) is a tiny IRC client written in POSIX C99.

Installation
------------

Building and installing from source:

	git clone https://github.com/mcpcpc/kirc
	cd kirc
	make
	make install

Usage
-----

Consult `man kirc` for a full list and explanation of available arguments.

	kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname]
	     [-u username] [-k password] [-a token] [-x command] [-o logfile]
	     [-e|v|V]

Command Aliases
---------------

	<message>                  send PRIVMSG to the current channel.
	@<channel|nick> <message>  send PRIVMSG to a specified channel or nick.
	@@<channel|nick> <message> send CTCP ACTION message to a specified channel or 
				   nick (if no channel or nick is specified, the 
				   message will be sent to the default channel.
				   the default channel).
	/<command>                 send command to the IRC server (see RFC 2812).
	/#<channel>                assign new default message channel.

Key Bindings
------------

	CTRL+B or LEFT ARROW       move the cursor one character to the left.
	CTRL+F or RIGHT ARROW      move the cursor one character to the right.
	CTRL+P or UP ARROW         move to previous record in the input history buffer.
	CTRL+N or DOWN ARROW       move to next record in the input history buffer.
	CTRL+E                     move the cursor to the end of the line.
	CTRL+A or HOME             move the cursor to the start of the line.
	CTRL+W                     delete the previous word.
	CTRL+U                     delete the entire line.
	CTRL+K                     delete the from current character to end of line.
	CTRL+D                     delete the character to the right of cursor.
	CTRL+C                     force quit kirc.
	CTRL+T                     swap character at cursor with previous character.
	CTRL+H                     equivalent to backspace.

Support Documentation
---------------------

Please refer to the official for examples, troubleshooting and use cases.

	http://kirc.io/docs.html

Contact
-------

For any further questions or concerns, feel free to email me at:

	michaelczigler[at]mcpcpc[dot]com

kirc's People

Contributors

mcpcpc avatar xfnw avatar e5ten avatar vainiovano avatar humm42 avatar kdkasad avatar frafra avatar n0toose avatar micwoj92 avatar

Watchers

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.