Unofficial fd (https://github.com/sharkdp/fd) port
Project description
fdpy
Crude Python port of fd.
Requirements
Installation
First, install fd
(see sharkdp/fd#installation for instructions). Then install the package with
pip install fdpy
❗ IMPORTANT: fd
must be in your $PATH
Usage
>>> from fdpy.fd import FD
>>> fd = FD()
>>> fd.find('foo.txt')
# ['/path/to/cwd/foo.txt', '/path/to/cwd/foo.jpg']
>>> fd.find('Foo.txt', path='/some/dir', hidden=True, no_ignore=True, case_sensitive=True)
# ['/some/dir/Foo.txt', '/some/dir/.Foo']
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fdpy-0.0.2.tar.gz
(7.7 kB
view details)
Built Distribution
fdpy-0.0.2-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file fdpy-0.0.2.tar.gz
.
File metadata
- Download URL: fdpy-0.0.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65ba8a9186e6c50fe0b418e673170a78e9eeddc2d07d359726539259bc13f59d |
|
MD5 | 4ca7c9bb77dc2d35d84b193a00586b6c |
|
BLAKE2b-256 | 3eaa5544222be26686ea02075e20fe9dd5a1ebe0c63d162a524ea1011f7f92b1 |
File details
Details for the file fdpy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: fdpy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 931e0b4486d514de0250567330912fbad9c71b5ac38e4dd212c09f7c6d3bf978 |
|
MD5 | 44f082b6d3f03affcb7d1ac09b62e129 |
|
BLAKE2b-256 | d93a8584c31f6a3012e15fae9fc9685b55b8a81b13bc3c2a758ae7991591b7d2 |