Metadata-Version: 1.1
Name: map
Version: 1.2.0
Summary: map applies a command to files/folders at a certain path.
Home-page: https://github.com/THLO/map
Author: Thomas Locher
Author-email: thamasta@gmx.ch
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/THLO/map/tarball/v.1.2.0
Description: The same functionality to apply a command to multiple files/folders
        can be achieved using for loops or find -exec or similar tools.
        The advantage of map is that it is easier and more convenient to use.
        More information on map can be found at https://github.com/THLO/map or by running map --help.
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Desktop Environment
