Skip to content

Commit

Permalink
Add TODO list to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
issy committed Nov 17, 2024
1 parent 2240842 commit 762cf65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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

0 comments on commit 762cf65

Please sign in to comment.