Mac::Applications::List

List installed apps found in standard and other directories

Mac::Applications::List

This module lists applications installed in the standard locations on macOS plus any other directories passed to the to apps() function.

Synopsis

use Mac::Applications::List;
my @apps = apps;

# OR

my @apps = apps [ '/paths/to/a/directory', '/and/another/directory' >;

Description

This module provides a single function, apps, which takes an optional array as an argument. The function is automatically exported.

This function searches for apps contained in the /System/Applications and /Applications folders as well as any subfolders within any of the paths passed to the function.

The optional array argument to the apps functions should be a list of string representing paths to additional directories that will be searched for applications.

Functions

apps( $dirs = [] )

Generates and returns unique array of application names found in standard application installation directories on macOS. Accepts an optional array of strings of paths to other directories.

Returns an array of strings of the names of the applications found without the path.

Author

Steve Dondley

Copyright and License

Ā©2022 ā€“ Cosmic heat death under the (Artistic License, v2.0)[https://opensource.org/licenses/Artistic-2.0]

Mac::Applications::List v0.0.2

List installed apps found in standard and other directories

Authors

  • Steve Dondley

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Mac::Applications::List

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.