Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typpo/codenav
Better code navigation in github
https://github.com/typpo/codenav
browser-extension chrome firefox github
Last synced: 28 days ago
JSON representation
Better code navigation in github
- Host: GitHub
- URL: https://github.com/typpo/codenav
- Owner: typpo
- Created: 2014-07-07T23:58:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T23:23:51.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T18:57:46.002Z (8 months ago)
- Topics: browser-extension, chrome, firefox, github
- Language: JavaScript
- Homepage: http://www.ianww.com/codenav
- Size: 178 KB
- Stars: 134
- Watchers: 14
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeNav
CodeNav is a Chrome extension and Firefox addon that makes navigating code on Github easier and more intuitive. It borrows features from popular IDEs for more seamless movement around code.
## Install for Chrome or Firefox
Get the latest download links on the [CodeNav site](http://ianww.com/codenav).
## Building from source
```sh
./package-exts
```## License (MIT)
Copyright (C) 2014 by Ian Webster
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.