You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-92Lines changed: 8 additions & 92 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,97 +21,13 @@ Install OctoLinker from [Chrome Web Store](https://chrome.google.com/webstore/de
21
21
22
22
# Features
23
23
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.
0 commit comments