Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aslpavel/sweep-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aslpavel committed May 27, 2024
2 parents 1bc23c1 + b39f6d0 commit 506e233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chronicler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ and quick navigation and execution of commands from the history.
## Usage

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

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

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

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

0 comments on commit 506e233

Please sign in to comment.