Skip to content

Commit 506e233

Browse files
committed
Merge branch 'main' of github.com:aslpavel/sweep-rs
2 parents 1bc23c1 + b39f6d0 commit 506e233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chronicler/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ and quick navigation and execution of commands from the history.
1111
## Usage
1212

1313
Pressing `ctrl+r` in a bash shell opens commands history.
14-
![chronicler-cmd-history](resources/chronicler-cmd-history.png)
14+
<img src="resources/chronicler-cmd-history.png" width="600" />
1515

1616
Pressing `ctrl+f` in a bash shell opens path history
17-
![chronicler-path-history](resources/chronicler-path-history.png)
17+
<img src="resources/chronicler-path-history.png" width="600" />
1818

1919
While in path history pressing `tab` opens will start navigation in the selected directory
20-
![chronicler-path-navigation](resources/chronicler-path-navigation.png)
20+
<img src="resources/chronicler-path-navigation.png" width="600" />
2121

2222
Theme can be set by exporting `SWEEP_THEME` environment variable to `accent=<color>,bg=<color>,fg=<color>` where color is `#RRGGBB`.

0 commit comments

Comments
 (0)