Skip to content

Commit

Permalink
Merge pull request #40 from ptitfred/documentation
Browse files Browse the repository at this point in the history
Screenshots of the main tools
  • Loading branch information
ptitfred authored Oct 13, 2024
2 parents 6d6bd9d + 3c7a654 commit 243a785
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,21 @@ properly use it as is.

Highlighted tools I use on a daily basis:
- [git-bubbles](src/scripts/git-bubbles), a git script to handle pull requests
<div>
<img src="docs/git-bubbles-1.png" style="width: 65%"/>
<img src="docs/git-bubbles-2.png" style="width: 65%"/>
<img src="docs/git-bubbles-3.png" style="width: 65%"/>
<img src="docs/git-bubbles-4.png" style="width: 65%"/>
<img src="docs/git-bubbles-5.png" style="width: 65%"/>
</div>
- [git-checkout-log](src/scripts/git-checkout-log), a git script to browser reflog and follow checkouts
<div>
<img src="docs/git-checkout-log.png" style="width: 65%"/>
</div>
- [git-tree](src/scripts/git-tree), a git script to tree files handled by git
<div>
<img src="docs/git-tree.png" style="width: 65%"/>
</div>
- [wait-tcp](src/scripts/wait-tcp), a script to wait for some server sockets to be opened on a TCP

2 source-able bash scripts to customize your terminal:
Expand Down
Binary file added docs/git-bubbles-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-bubbles-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-bubbles-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-bubbles-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-bubbles-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-checkout-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/git-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 243a785

Please sign in to comment.