Skip to main content

look for things

Project description

lookfor

lookfor is a simple command line tool to find things: files, directories, and files by extension. lookfor consists of only two commands (besides --version and --help), and aims to replace two Unix commands by being simpler to use and return results faster.

Installation

pip install lf-lookfor

Usage

lf <flag> <file/ext>

Commands:

--file, -f file/dir          searches for file/dir and prints all paths. Starts in cwd.
--ext, -e extension          searches for extension and prints all paths. Starts in cwd.
--version, -V                prints version info.
--help, -h                   prints usage
unix command lookfor command what is does
find . | grep file/dir lf -f file/dir prints all paths that match
find . -type f -name "*.ext" lf -e ext prints all paths that have ext

Run tests

run pytest in the root directory of the project.

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

lookfor1-1.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page