https://github.com/mattn/gopher
Windows Desktop Mascot Applicaiton "Gopher"
https://github.com/mattn/gopher
Last synced: 3 months ago
JSON representation
Windows Desktop Mascot Applicaiton "Gopher"
- Host: GitHub
- URL: https://github.com/mattn/gopher
- Owner: mattn
- Created: 2015-12-16T14:46:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T01:02:21.000Z (almost 8 years ago)
- Last Synced: 2025-05-07T16:06:49.242Z (8 months ago)
- Language: Go
- Homepage:
- Size: 7.84 MB
- Stars: 281
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gopher

Love Gopher
This is a desktop mascot application running on your desktop on windows.
## Feature
At the first, you need to run `gopher.exe`.
### Walking

So Sweet!
### SL
If you did mis-type `ls` as `sl`.

So Fast!
### Notification
This repository bundled `gopherc.exe` that is client application to operate Gopher.
```
gopherc -m Hello
```

You need more gophers?

Hello Gopher!
### Jumping
```
gopherc -j
```

Looking Good!
### Vim plugin
Use `misc/vim` if you are vimmer.
```
:HeyGopher おなかすいた
```

So don't worry even if you are remaining alone at your office and you feel lonely.
### RSS Notification
Run `gopherfeed.exe` to aggregate RSS feed.

It's Nice!
### Websocket Chat

It seems that the members of the chat room are talking on your windows desktop.
## Requirements
No, this is fully statically executable file. And this's not CGO.
But unfortunately, this only works on windows.
## Installation
```
cd cmd\gopher
mingw32-make
```
And copy `gopher.exe` into the path which is contained in %PATH% environment variables.
## License
This code is provided under the MIT license. See http://mattn.mit-license.org/ .
The image files of gopher which is created by Renee French are provided under the [Creative Commons 3.0 Attribution license](https://creativecommons.org/licenses/by/3.0/).
## Author
Yasuhiro Matsumoto (a.k.a mattn)