gtk-sources
~~~~~~~~~~~

A small program written in rep-gtk to allow graphical configuration of APT's 
sources.list file, where the APT system stores information on how to find 
packages.

Currently gtk-sources allows one to activate, deactivate, add, edit, remove 
a listing in sources.list, cut and paste a deb line, and update apt with a 
click.

Planned is ability to download the mirrors list and choose to add from that, 
the ability to shift the position of the deb lines, and to byte-compile it.

A small shell script has been provided that will run rep with the appropriate 
script, and pass on any command line arguments.

Usage:

gtk-sources [-f <sources.list file>]

The default sources.list file is /etc/apt/sources.list


Author: Matthew Danish <mdanish@andrew.cmu.edu>
