An open API service indexing awesome lists of open source software.

https://github.com/w1am/dotfiles

Some configuration files
https://github.com/w1am/dotfiles

lua nvim ubuntu

Last synced: about 2 months ago
JSON representation

Some configuration files

Awesome Lists containing this project

README

          

**Install**

**Cheetsheet**
grep all files in current dir
```
grep -rni "String" *
```

grep all files using file pattern
```
grep foo **/*.js
```