Skip to content

Commit

Permalink
First import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Dec 9, 2013
0 parents commit 54d6131
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
@@ -0,0 +1,36 @@
# gof

Go Fuzzy

![](https://gist.github.com/mattn/7393210/raw/a3b16e248e24749f850859a9bd01a5e6893ed914/gof.gif)

## Installation

$ go get github.com/mattn/gof

## Feature

* Faster and startup
* Working on windows

## Usage

* Glob files and edit the selected file with vim.

$ vim `gof`

* Run gof and type `CTRL-O`, then start to edit with editor.

$ gof

* Read from stdin

$ find /tmp | gof

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a mattn)
8 changes: 8 additions & 0 deletions dot.gof-launcher
@@ -0,0 +1,8 @@
Emacs c:/emacs/bin/runemacs.exe
GVim c:/vim/gvim.exe
GIMP c:/progra~1/gimp-2.0/bin/gimp-2.6.exe
Explorer rundll32 url.dll,FileProtocolHandler .
Task Maanger taskmgr
Service Manager mmc c:\windows\system32\services.msc
Browser start http:
Putty c:/progra~1/putty/putty.exe

0 comments on commit 54d6131

Please sign in to comment.