Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/files

Fast file find
https://github.com/mattn/files

Last synced: about 2 months ago
JSON representation

Fast file find

Awesome Lists containing this project

README

        

# files

Find files

## Usage

```
$ files
```

## Requirements

golang

## Installation

```
go get github.com/mattn/files
```

## Tips

### ctrlp.vim

```vim
let g:ctrlp_user_command = 'files -a %s'
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a mattn)