https://github.com/bclehmann/dirlucky
A tool written in C for finding a directory from a query. Works on Windows and POSIX systems.
https://github.com/bclehmann/dirlucky
Last synced: 4 months ago
JSON representation
A tool written in C for finding a directory from a query. Works on Windows and POSIX systems.
- Host: GitHub
- URL: https://github.com/bclehmann/dirlucky
- Owner: bclehmann
- License: mit
- Created: 2021-07-03T22:57:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T14:57:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T22:42:13.264Z (5 months ago)
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirlucky
This is a tool written in C for finding a directory from a query. It works on Linux and Windows.I highly suspect it will run on MacOS as it only relies on POSIX functions, but I cannot check because I don't have a Mac.
# Usage
```sh
dirlucky query [max_count]
```# Caveats
Currently it has a capped search depth. If the queue length exceeds this depth no new directories will be expanded until the queue length decreases. This means that it may not give good results for searches many directories deep.