https://github.com/fawzisal/search-awesome-lists
  
  
    A small bash script to search the full texts of awesome lists 
    https://github.com/fawzisal/search-awesome-lists
  
List: search-awesome-lists
        Last synced: 3 months ago 
        JSON representation
    
A small bash script to search the full texts of awesome lists
- Host: GitHub
 - URL: https://github.com/fawzisal/search-awesome-lists
 - Owner: fawzisal
 - Created: 2019-02-23T18:38:34.000Z (over 6 years ago)
 - Default Branch: master
 - Last Pushed: 2019-02-23T18:40:21.000Z (over 6 years ago)
 - Last Synced: 2025-06-28T10:02:02.501Z (4 months ago)
 - Language: Roff
 - Size: 9.55 MB
 - Stars: 5
 - Watchers: 1
 - Forks: 4
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- jimsghstars - fawzisal/search-awesome-lists - A small bash script to search the full texts of awesome lists (Roff)
 
README
          Search Awesome
==============
A small bash script to search the full texts of awesome lists.
Requirements
------------
ripgrep, fd
Features
---------
- to perform a full-text search for 'query', enter:
  > awe query
- to only search the titles of awesome-lists, prepend with '/':
  > awe /query
- to open the first result result of a full-text search, use '//': 
  > awe //query
- to open all results of a full-text search, use '/@': 
  > awe /@query
- to open awesome lists related to the command line, use '/\_': 
  > awe /\_query
- to perform a whole word search, prepend '\_':
  > awe \_query
- to only return the number of results in each file: 
  > awe \\query