mdfind wrapper
Project description
Installation
$ [sudo] pip install mdfind
Examples
>>> import mdfind
>>> mdfind.name('Group Containers')
['/Users/username/Library/Group Containers']
>>> mdfind.query('kMDItemContentType==public.shell-script')
[...]
>>> mdfind.count(query='kMDItemContentType==public.mp3')
42
>>> mdfind.count(name='Group Containers')
1
>>> mdfind.mdfind(['-count','-onlyin','/usr','kMDItemContentType==public.shell-script'])
42
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdfind-2020.12.3.tar.gz
(1.6 kB
view details)
File details
Details for the file mdfind-2020.12.3.tar.gz
.
File metadata
- Download URL: mdfind-2020.12.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f7d8827863b21ce9e778b0f734f9929ca31f0eba39ba6bad863e0b89f36e2dd |
|
MD5 | ea1c622b8f6490537e2a62b6c6d1b371 |
|
BLAKE2b-256 | 15f0e319b520f386e271a593e337eac2d5254879b2f6cee8efb5c5ed13cc7a96 |