Skip to content

borsattoz/fd-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fd-python

A Python based reimplementation of fd.

There are numerous missing implementations. Pull requests are greatly appreciated.

How to use

Run the following to view all available options:

fd --help

Installation

Get fd-python via pip:

pip install fd-python

or pipx:

pipx install fd-python