changeset: 65:87f8864b860a
user: Matthias-Christian Ott <ott_AT_enolink.de>
date: Mon Jul 21 20:24:53 2008 +0200
files: common/cool_programs.md
description:
sort lists
diff -r 353c6ae0f6ce -r 87f8864b860a common/cool_programs.md
--- a/common/cool_programs.md Mon Jul 21 20:18:54 2008 +0200
+++ b/common/cool_programs.md Mon Jul 21 20:24:53 2008 +0200
_AT_@ -12,22 +12,22 @@
Text Editors
------------
* [acme][acme] - [Rob Pike][rob]'s framing text editor for Plan 9. Included in [plan9port][].
+* [nvi](
http://www.bostic.com/vi/) - A small, multiple file vi-alike.
* [sam](
http://swtch.com/plan9port/man/man1/sam.html) - An editor by [Rob Pike][rob] with inspiration from ed.
-* [nvi](
http://www.bostic.com/vi/) - A small, multiple file vi-alike.
* [traditional vi](
http://ex-vi.sourceforge.net/) - A fixed version of the original vi.
+* [vim](
http://www.vim.org) (With the GUI, use `:set go+=c` to kill popup dialogs)
* [wily](
http://www.cs.yorku.ca/~oz/wily/) - An acme clone for POSIX.
-* [vim](
http://www.vim.org) (With the GUI, use `:set go+=c` to kill popup dialogs)
Audio Players
-------------
* [cmus](
http://onion.dynserv.net/~timo/cmus.html)
* [cplay](
http://mask.tf.hut.fi/~flu/hacks/cplay/)
+* [moc](
http://moc.daper.net/)
+* [mpd](
http://www.musicpd.org/) - A client/server based music player with console and graphical front-ends.
* [mpg123](
http://www.mpg123.de/) - A console mpg player which doesn't use auto*hell, or extra libraries.
* [mpg321](
http://mpg321.sourceforge.net)
-* [mpd](
http://www.musicpd.org/) - A client/server based music player with console and graphical front-ends.
+* [PyTone](
http://www.luga.de/pytone/) - PyTone is a music jukebox written in Python with a curses based GUI. It provides features like crossfading and multiple players, special emphasis is put on ease of use.
* [vorbis-tools](
http://www.xiph.org/) (Ogg/FLAC) - Command-line tools to play Ogg and FLAC files.
-* [moc](
http://moc.daper.net/)
-* [PyTone](
http://www.luga.de/pytone/) - PyTone is a music jukebox written in Python with a curses based GUI. It provides features like crossfading and multiple players, special emphasis is put on ease of use.
Media Players
-------------
_AT_@ -40,29 +40,29 @@
Image Viewers
-------------
+* [feh](
http://linuxbrit.co.uk/feh/)
+* [jpg/gif/bmp/png][plan9port] - Simple programs from Plan 9 to display images in no-frills windows. Included with plan9port.
+* [page][plan9port] - Plan 9's image/document viewer program. Included with plan9port.
* [qiv](
http://www.klografx.net/qiv/)
-* [feh](
http://linuxbrit.co.uk/feh/)
* [xli](
http://pantransit.reptiles.org/prog/)
* [xzgv](
http://sourceforge.net/projects/xzgv)
-* [page][plan9port] - Plan 9's image/document viewer program. Included with plan9port.
-* [jpg/gif/bmp/png][plan9port] - Simple programs from Plan 9 to display images in no-frills windows. Included with plan9port.
IRC Clients
-----------
+* [acme:SAC](
http://caerwyn.com/acme/index.html)
* [ii](/programs/ii.html) - A FIFO based IRC client which is part of the suckless.org project.
* [ircc](
http://www.r-36.net/ircc.tgz) - A no-frills, ncurses free, console-based IRC client.
-* [sic](/programs/sic.html) - Another suckless.org IRC client. Similar to ircc.
+* [Irc](
http://swtch.com/irc/)
* [ircrc](
http://plan9.bell-labs.com/sources/contrib/fgb/rc/ircrc) - An rc-based IRC client similar to ircc. Needs minor modification to run on UNIX.
* [irssi](
http://www.irssi.org/)
-* [Irc](
http://swtch.com/irc/)
-* [acme:SAC](
http://caerwyn.com/acme/index.html)
+* [sic](/programs/sic.html) - Another suckless.org IRC client. Similar to ircc.
Mail Clients
------------
* [heirloom-mailx](
http://heirloom.sourceforge.net/mailx.html) - A mail client based on the original Berkeley Mail 8.1 with many new features.
+* [Mail][plan9port] - A mail client for [acme][acme]. Included with plan9port.
* [mutt](
http://www.mutt.org/)
* [nmh](
http://www.nongnu.org/nmh/)
-* [Mail][plan9port] - A mail client for [acme][acme]. Included with plan9port.
Instant Messaging Clients
-------------------------
_AT_@ -75,13 +75,13 @@
Web Browsers
------------
+* [Conkeror](
http://conkeror.mozdev.org/) - A Firefox extension to impart upon it Emacs style key bindings, appearances, and behaviors.
* [Dillo](
http://www.dillo.org/) (try the i18n version)
* [ELinks](
http://elinks.or.cz/)
+* [links2](
http://links.twibright.com/)
* [Lynx](
http://lynx.isc.org/)
+* [Vimperator](
http://vimperator.mozdev.net/) - Like Conkeror, but for Vi(m) users.
* [w3m](
http://w3m.sf.net/)
-* [links2](
http://links.twibright.com/)
-* [Conkeror](
http://conkeror.mozdev.org/) - A Firefox extension to impart upon it Emacs style key bindings, appearances, and behaviors.
-* [Vimperator](
http://vimperator.mozdev.net/) - Like Conkeror, but for Vi(m) users.
[rob]:
http://herpolhode.com/rob/
[plan9port]:
http://swtch.com/plan9port/
Received on Wed Jul 23 2008 - 11:09:26 CEST