Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theherk/zoxide-git-projects
Raycast extension allowing the user to select git repositories found by filtering a zoxide query, then open them in an application of choice.
https://github.com/theherk/zoxide-git-projects
Last synced: 16 days ago
JSON representation
Raycast extension allowing the user to select git repositories found by filtering a zoxide query, then open them in an application of choice.
- Host: GitHub
- URL: https://github.com/theherk/zoxide-git-projects
- Owner: theherk
- Created: 2024-11-11T21:51:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:50:47.000Z (2 months ago)
- Last Synced: 2024-11-26T09:32:10.933Z (2 months ago)
- Language: TypeScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Zoxide Git Projects
Allows the user to select git repositories found by filtering a zoxide query, then open them in an application of choice.
I use and love [zoxide](https://github.com/ajeetdsouza/zoxide) ❤️. With this extension, all the directories returned by `zoxide query -l` (i.e. the directories you use) are filtered to just those that are git repositories and ordered by most frequently used. From there, this extension allows you to fuzzy find a specific project, then open that project with the tool of your choice. For me, [zed](https://zed.dev/).