Metadata-Version: 2.1
Name: arronax
Version: 0.8
Summary: Create and modify application, file and URI starters.
Home-page: https://www.florian-diesch.de/software/arronax/
Author: Florian Diesch
Author-email: devel@florian-diesch.de
Maintainer: Florian Diesch
Maintainer-email: devel@florian-diesch.de
License: UNKNOWN
Download-URL: https://www.florian-diesch.de/software/arronax/
Keywords: Nautilus,Nemo,Caja,extension,plugin,starter,desktop
Platform: UNKNOWN
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
License-File: COPYING

.. -*- coding: utf-8 -*-

=========
 Arronax
=========

`Arronax <http://www.florian-diesch.de/software/arronax/>`__ is GUI
program to create and edit starter files (*.desktop* files) for
applications locations or URLs. It can be used as a standalone
application or as plugins for the file managers Nautilus, Nemo and
Caja.

The plugins add a menu item "Create starter for this file" or "Create
a starter for this program" to the context menu (that's the menu you
get when you right-click a file) in the file manager. If the file is a
application starter you get an item "Modify this starter" instead.

On some desktop environments the plugins add a menu item "Create
starter" to your desktop's context menu.

Arronax supports most of the `keys <https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html>`__ specified by the `Desktop Entry Specification <https://standards.freedesktop.org/desktop-entry-spec/latest/index.html>`__ including `quicklists <https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s11.html>`__.


Requirements
------------

Arronax needs:

* GTK 3.18 or later
* Python 3.4 or later
* PyGObject
* nautilus-python for the Nautilus plugin
* nemo-python for the Nemo plugin
* caja-python for the Caja plugin


License
-------

You can use Arronax under the conditions of GPL v3 or later.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/



