Skip to content

Commit 243a785

Browse files
authored
Merge pull request #40 from ptitfred/documentation
Screenshots of the main tools
2 parents 6d6bd9d + 3c7a654 commit 243a785

File tree

8 files changed

+13
-0
lines changed

8 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,21 @@ properly use it as is.
1313

1414
Highlighted tools I use on a daily basis:
1515
- [git-bubbles](src/scripts/git-bubbles), a git script to handle pull requests
16+
<div>
17+
<img src="docs/git-bubbles-1.png" style="width: 65%"/>
18+
<img src="docs/git-bubbles-2.png" style="width: 65%"/>
19+
<img src="docs/git-bubbles-3.png" style="width: 65%"/>
20+
<img src="docs/git-bubbles-4.png" style="width: 65%"/>
21+
<img src="docs/git-bubbles-5.png" style="width: 65%"/>
22+
</div>
1623
- [git-checkout-log](src/scripts/git-checkout-log), a git script to browser reflog and follow checkouts
24+
<div>
25+
<img src="docs/git-checkout-log.png" style="width: 65%"/>
26+
</div>
1727
- [git-tree](src/scripts/git-tree), a git script to tree files handled by git
28+
<div>
29+
<img src="docs/git-tree.png" style="width: 65%"/>
30+
</div>
1831
- [wait-tcp](src/scripts/wait-tcp), a script to wait for some server sockets to be opened on a TCP
1932

2033
2 source-able bash scripts to customize your terminal:

docs/git-bubbles-1.png

52.8 KB
Loading

docs/git-bubbles-2.png

179 KB
Loading

docs/git-bubbles-3.png

99.5 KB
Loading

docs/git-bubbles-4.png

258 KB
Loading

docs/git-bubbles-5.png

103 KB
Loading

docs/git-checkout-log.png

42.7 KB
Loading

docs/git-tree.png

287 KB
Loading

0 commit comments

Comments
 (0)