https://github.com/a-know/a-know
CLI tool about me (a-know)
https://github.com/a-know/a-know
cli golang
Last synced: about 1 year ago
JSON representation
CLI tool about me (a-know)
- Host: GitHub
- URL: https://github.com/a-know/a-know
- Owner: a-know
- License: mit
- Created: 2016-12-30T07:32:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T13:30:29.000Z (about 8 years ago)
- Last Synced: 2025-05-14T11:28:47.832Z (about 1 year ago)
- Topics: cli, golang
- Language: Go
- Homepage: http://blog.a-know.me/entry/2017/01/09/222302
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a-know
[](https://github.com/a-know/a-know/releases)
`a-know` - CLI tool about me (a-know) written in Go.
# DESCRIPTION
`a-know` is CLI tool to show information about me (a-know).
I started developing this tool to learn golang and to learn how to release command line tools.
# INSTALLATION
## by `go get`
```
$ go get github.com/a-know/a-know
```
# USAGE
`$ a-know `
## Available commands
### `twitter`
Display a-know's Twitter account name.
```
$ a-know twitter
@a_know
```
Use `--url` option, you can get twitter account page URL.
```
$ a-know twitter --url
https://twitter.com/a_know
```
### `blog`
Display a-know's blog URL.
```
$ a-know blog
http://blog.a-know.me
```
### `homepage`
Display a-know's homepage (portfolio page) URL.
```
$ a-know homepage
https://a-know.me/
```
### `github`
Display a-know's GitHub Account page.
```
$ a-know github
https://github.com/a-know
```
### `presentation`
Display a-know's slideshare URL.
```
$ a-know presentation
http://www.slideshare.net/aknow3373
```
### `photo`
Display a-know's photograph blog URL.
```
$ a-know photo
http://photos.a-know.me/
```
### `hatena`
Display a-know's Hatena profile page URL.
```
$ a-know hatena
http://profile.hatena.ne.jp/a-know/
```
### `ask`
Display a-know's ask.fm page URL.
```
$ a-know ask
http://ask.fm/a_know
```