-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Combine CLI id/tree cmds, add find cmd (#122)
This commit combines the `id` and `tree` subcommands, and also adds a new `find` subcommand. So there are two commands: - `id`: If given a file, ID it. If given a directory, recursively ID all files within it. - `find`: Given a `gitoid` URL and a root directory, search under the root dir to find a file that matches the `gitoid`. This commit also cleans up the code a bit. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
ccd61e4
commit 6c34956
Showing
2 changed files
with
101 additions
and
77 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
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