-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# File Finder | ||
|
||
This is a utility for writing, building and executing scripts for finding files in your local directories that match specific parameters. | ||
|
||
## TODO | ||
|
||
- [ ] CLI | ||
- [ ] From filepath | ||
- [ ] From STDIN | ||
- [X] Lexer | ||
- [ ] Compiler | ||
- [X] Check token validity | ||
- [ ] Implement parsed functions | ||
- [ ] Perform group optimisation | ||
- [ ] Scanner | ||
- [ ] Scan from base path | ||
- [ ] Ignore directories ahead of time | ||
- [ ] Concurrency |