Skip to content

mbooth101/nautilus-sendto-its

Repository files navigation

nautilus-sendto-its

A plug-in for Nautilus, the file manager for the GNOME desktop environment, that allows the sending of any files or directories to an issue tracking system as ticket attachments.

Screen Shot

Supported ITSs

  • Trac - Trac version 0.11 or newer. Your Trac instance must be running the XML-RPC plug-in.

Building from Source

Build from git:

$ git clone git://github.com/mbooth101/nautilus-sendto-its.git
$ cd nautilus-sendto-its
$ git checkout <VERSION>
$ autoreconf -i
$ ./configure
$ make
$ sudo make install

Build from tarball:

$ wget https://github.com/mbooth101/nautilus-sendto-its/archive/nautilus-sendto-its-<VERSION>.tar.gz
$ tar xvf nautilus-sendto-its-<VERSION>.tar.gz
$ cd nautilus-sendto-its-<VERSION>
$ autoreconf -i
$ ./configure
$ make
$ sudo make install

Substituting for the desired version.

Licence

This project is licenced under the GNU GPL, Version 2.

About

A plug-in for Nautilus that allows the sending of files or directories to an issue tracking system as ticket attachments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages