Skip to content

Commit 8ca7493

Browse files
committed
Add preview video from GitHub Satellite 2020
1 parent 0414a66 commit 8ca7493

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
- [Overview](#overview)
1111
- [Motivation](#motivation)
1212
- [Solution](#solution)
13-
- [Features](#features)
13+
- [Preview](#preview)
14+
- [Features](#features)
1415
- [Installation](#installation)
1516
- [Install from official stores](#install-extension-from-official-extension-stores)
1617
- [Install from source](#install-the-extension-manually-on-your-local-machine)
@@ -23,7 +24,7 @@
2324

2425
## Overview
2526

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
2728
flow between the browser and the IDE when executing file retrieval.
2829
This particular extension works on the GitHub source control platform.
2930

@@ -61,24 +62,30 @@ mental effort. You can now focus on what you want to do and not worry about pett
6162
3. Paste the file path that was copied (it includes the appended line number)
6263
4. Execute search
6364

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+
[![github-satellite-line-clipper](https://img.youtube.com/vi/WaE0_3upa2U/0.jpg)](https://www.youtube.com/watch?v=WaE0_3upa2U)
70+
6471
## Features:
6572

6673
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
6774
type of file with line numbering on GitHub.
6875

69-
#### Simplistic - just click on the desired line number:
76+
### Simplistic - just click on the desired line number:
7077

7178
<img src="promotional/line_focus_promotional.png" align="center">
7279

73-
#### While doing code review:
80+
### While doing code review:
7481

7582
<img src="promotional/review_focus_promotional.png" align="center">
7683

77-
#### During conversation:
84+
### During conversation:
7885

7986
<img src="promotional/conversation_focus_promotional.png" align="center">
8087

81-
#### When going through repository files:
88+
### When going through repository files:
8289

8390
<img src="promotional/file_focus_promotional.png" align="center">
8491

0 commit comments

Comments
 (0)