|
10 | 10 | - [Overview](#overview)
|
11 | 11 | - [Motivation](#motivation)
|
12 | 12 | - [Solution](#solution)
|
13 |
| - - [Features](#features) |
| 13 | + - [Preview](#preview) |
| 14 | + - [Features](#features) |
14 | 15 | - [Installation](#installation)
|
15 | 16 | - [Install from official stores](#install-extension-from-official-extension-stores)
|
16 | 17 | - [Install from source](#install-the-extension-manually-on-your-local-machine)
|
|
23 | 24 |
|
24 | 25 | ## Overview
|
25 | 26 |
|
26 |
| -**LineClipper** is a Chrome Extension which aims to optimize a software developer's |
| 27 | +**LineClipper** is a browser extension which aims to optimize a software developer's |
27 | 28 | flow between the browser and the IDE when executing file retrieval.
|
28 | 29 | This particular extension works on the GitHub source control platform.
|
29 | 30 |
|
@@ -61,24 +62,30 @@ mental effort. You can now focus on what you want to do and not worry about pett
|
61 | 62 | 3. Paste the file path that was copied (it includes the appended line number)
|
62 | 63 | 4. Execute search
|
63 | 64 |
|
| 65 | +## Preview: |
| 66 | + |
| 67 | +**LineClipper** was showcased on [GitHub Satellite 2020](https://githubsatellite.com/lightning-talks/#protips)! Check out the short preview video here: |
| 68 | + |
| 69 | +[](https://www.youtube.com/watch?v=WaE0_3upa2U) |
| 70 | + |
64 | 71 | ## Features:
|
65 | 72 |
|
66 | 73 | The extension focuses on doing one thing and do it well - copy file paths with their respective line numbers to your clipboard when clicking on specific line numbers while viewing any
|
67 | 74 | type of file with line numbering on GitHub.
|
68 | 75 |
|
69 |
| -#### Simplistic - just click on the desired line number: |
| 76 | +### Simplistic - just click on the desired line number: |
70 | 77 |
|
71 | 78 | <img src="promotional/line_focus_promotional.png" align="center">
|
72 | 79 |
|
73 |
| -#### While doing code review: |
| 80 | +### While doing code review: |
74 | 81 |
|
75 | 82 | <img src="promotional/review_focus_promotional.png" align="center">
|
76 | 83 |
|
77 |
| -#### During conversation: |
| 84 | +### During conversation: |
78 | 85 |
|
79 | 86 | <img src="promotional/conversation_focus_promotional.png" align="center">
|
80 | 87 |
|
81 |
| -#### When going through repository files: |
| 88 | +### When going through repository files: |
82 | 89 |
|
83 | 90 | <img src="promotional/file_focus_promotional.png" align="center">
|
84 | 91 |
|
|
0 commit comments