https://github.com/kimiblock/rsearch
Simple tool to search a directory recursively.
https://github.com/kimiblock/rsearch
Last synced: 2 months ago
JSON representation
Simple tool to search a directory recursively.
- Host: GitHub
- URL: https://github.com/kimiblock/rsearch
- Owner: Kimiblock
- License: gpl-3.0
- Created: 2024-01-18T09:07:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T02:37:12.000Z (10 months ago)
- Last Synced: 2025-01-21T09:15:41.183Z (4 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# rsearch
---
# Package
AUR: [rsearch-git](https://aur.archlinux.org/packages/rsearch-git)# Usage
```bash
rsearch
```example
```bash
➜ Downloads rsearch butterfly-evolved/ blur-s
File: butterfly-evolved/source/css/_global/index.styl, Line: 40, Content: --blur-strength: 30px
File: butterfly-evolved/source/css/_layout/head.styl, Line: 135, Content: backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_layout/head.styl, Line: 136, Content: -webkit-backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_layout/head.styl, Line: 341, Content: backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_layout/head.styl, Line: 342, Content: -webkit-backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_layout/sidebar.styl, Line: 22, Content: backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_layout/sidebar.styl, Line: 23, Content: -webkit-backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_search/index.styl, Line: 15, Content: backdrop-filter: blur(var(--blur-strength))
File: butterfly-evolved/source/css/_search/index.styl, Line: 16, Content: -webkit-backdrop-filter: blur(var(--blur-strength))
```