Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avivbens/alfred-advance-fs-search
Better File System search, with advanced options ✨
https://github.com/avivbens/alfred-advance-fs-search
alfred code file-system macos search
Last synced: 26 days ago
JSON representation
Better File System search, with advanced options ✨
- Host: GitHub
- URL: https://github.com/avivbens/alfred-advance-fs-search
- Owner: Avivbens
- License: mit
- Created: 2024-06-08T23:01:22.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T17:53:11.000Z (5 months ago)
- Last Synced: 2024-06-14T19:10:24.937Z (5 months ago)
- Topics: alfred, code, file-system, macos, search
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Alfred - Advance Search Over Your File System
[![Latest Version Downloads](https://img.shields.io/github/downloads/avivbens/alfred-advance-fs-search/latest/total?label=Latest%20Version%20Downloads&color=green)](https://github.com/avivbens/alfred-advance-fs-search/releases/latest)
[![Latest Version](https://img.shields.io/github/v/release/avivbens/alfred-advance-fs-search?label=Latest%20Version&color=green)](https://github.com/avivbens/alfred-advance-fs-search/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/avivbens/alfred-advance-fs-search/total?label=Total%20Downloads&color=blue)](https://github.com/avivbens/alfred-advance-fs-search/releases)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/kcao7snkgx)
## Description
Search over your file system with [Alfred](https://www.alfredapp.com/).
### Install via GitHub Releases :sparkles:
```bash
repo_name="Avivbens/alfred-advance-fs-search"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)curl -fsSLk $download_url -o ~/Desktop/alfred-advance-fs-search.alfredworkflow
open ~/Desktop/alfred-advance-fs-search.alfredworkflow
```## Usage
1. Configure your search settings over the workflow settings.
1. Use the keywords you've configured to open the results via VSCode / your selected Terminal ✨## Configuration
![Configuration](https://raw.githubusercontent.com/avivbens/alfred-advance-fs-search/HEAD/demo/settings.png)
![Workflow](https://raw.githubusercontent.com/avivbens/alfred-advance-fs-search/HEAD/demo/workflow.png)