Skip to content

Commit 45ccd05

Browse files
authored
Tweak readme (OctoLinker#388)
1 parent 142b66a commit 45ccd05

File tree

1 file changed

+8
-92
lines changed

1 file changed

+8
-92
lines changed

README.md

Lines changed: 8 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -21,97 +21,13 @@ Install OctoLinker from [Chrome Web Store](https://chrome.google.com/webstore/de
2121

2222
# Features
2323

24-
OctoLinker is the easiest and best way to navigate between files and projects on GitHub.com. Files containing the following keywords will now have links that redirect you either to the relative file or to the projects GitHub page. Depending on the value, it may redirect you to an external website like a manual page or another service.
25-
26-
### bower.json (Bower)
27-
- `main`
28-
- `dependencies`
29-
- `devDependencies`
30-
- `resolutions`
31-
32-
### composer.json (Composer)
33-
- `require `
34-
- `require-dev`
35-
- `conflict`
36-
- `replace`
37-
- `provide`
38-
- `suggest`
39-
40-
### Dockerfile (Docker)
41-
42-
- `FROM`
43-
44-
### Homebrew
45-
- `depends_on`
46-
- `conflicts_with`
47-
- `depends_on cask`
48-
- `depends_on formula`
49-
50-
### JavaScript / NodeJS
51-
- `require`
52-
- `import`
53-
- `export`
54-
- `__dirname + '/some/relative/path'`
55-
- `path.join(__dirname, '/some/relative/path')`
56-
57-
### package.json (npm)
58-
- `main`
59-
- `module` and `jsnext:main`
60-
- `bin`
61-
- `browser`
62-
- `dependencies`
63-
- `devDependencies`
64-
- `resolutions`
65-
- `peerDependencies`
66-
- `optionalDependencies`
67-
- `types` and `typings`
68-
69-
### Python
70-
- `import`
71-
- `from`
72-
73-
### Ruby
74-
- `require`
75-
- `require_relative`
76-
77-
### Rubygems
78-
- `gem`
79-
80-
### Rust
81-
- `extern crate`
82-
- `use`
83-
84-
### TypeScript
85-
- `import`
86-
- `<reference path="" />`
87-
88-
### Vim
89-
- `Bundle`
90-
- `NeoBundle`
91-
- `NeoBundleFetch`
92-
- `NeoBundleLazy`
93-
94-
### project.json (.NET Core)
95-
- `dependencies`
96-
- `tools`
97-
98-
### packages.config (.NET Framework)
99-
- `<package id="..." />`
100-
101-
### Go
102-
- `import`
103-
104-
### CSS
105-
- `@import`
106-
107-
### Sass
108-
- `@import`
109-
110-
### less
111-
- `@import`
112-
113-
### HTML
114-
- `<link rel="import" href="...">`
24+
OctoLinker is the easiest and best way to navigate between files and projects on GitHub.com. Files containing the following keywords will now have links that redirect you either to the relative file or to the projects GitHub page. Depending on the value, it may redirect you to an external website like a manual page or another service.
25+
26+
![](https://user-images.githubusercontent.com/1393946/32074441-b6231aba-ba99-11e7-880d-631fdb961db5.png)
27+
28+
<p align="center">
29+
<img src="http://octolinker.github.io/img/npm.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/javascript.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/composer.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/bower.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/python.png" width="200" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/docker.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/ruby.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/node.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/vim.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/rubygems.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/css.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/rust.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/go.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/typescript.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/html.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/sass.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/haskel.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/less.png" width="100" hspace="20" vspace="20"/><img src="http://octolinker.github.io/img/homebrew.png" width="100" hspace="20" vspace="20"/>
30+
</p>
11531

11632
# Want to contribute?
11733

@@ -124,7 +40,7 @@ If you encounter a problem using OctoLinker, or would like to request an enhance
12440

12541
# Thanks
12642

127-
- My girlfriend for being so patient with me!
43+
- My wife for being so patient with me!
12844
- [@josephfrazier_](https://twitter.com/josephfrazier_) for his awesome contributions to this project!
12945
- [art-noir.net](http://art-noir.net) for the awesome mascot and website!
13046
- [@kkamilio](https://twitter.com/kkamilio) and [@WolnyAdrian](https://twitter.com/WolnyAdrian) for teaching me how Ruby works!

0 commit comments

Comments
 (0)