Skip to content

Commit

Permalink
Merge pull request #4 from david-tejada/add-find-in-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schaaf committed Feb 13, 2024
2 parents f024ba5 + a9b9ead commit 3301a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tree.talon
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ tree git:
user.run_rpc_command("talon-filetree.toggleGitIgnoredFiles")
tree current:
user.run_rpc_command("talon-filetree.revealCurrentFile")
tree hunt <user.letters> [for <user.text>]:
user.run_rpc_command_and_wait("talon-filetree.findInFolder", letters)
insert(text or "")

0 comments on commit 3301a0b

Please sign in to comment.