Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .github/activity_style_dots.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/activity_style_kitt.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/activity_style_snake.gif
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 .github/activity_style_spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/demo_activity_style.tape
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Output out.gif

Set Shell "zsh"
Set FontSize 32
Set Width 620
Set Width 660
Set Height 300
Set TypingSpeed 75ms

Expand Down
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,24 @@ long-running-command | progressline --activity-style snake

Available styles:

| dots (Default) | snake | [kitt](https://en.wikipedia.org/wiki/KITT) |
|:--:|:--:|:--:|
| ![](./.github/activity_style_dots.gif) | ![](./.github/activity_style_snake.gif) | ![](./.github/activity_style_kitt.gif) |
<table>
<tr>
<td align="center">dots (Default)</td>
<td align="center">snake</td>
<td align="center"><a href="https://en.wikipedia.org/wiki/KITT">kitt</a></td>
</tr>
<tr>
<td><img src="./.github/activity_style_dots.gif" alt="dots" width="300"></td>
<td><img src="./.github/activity_style_snake.gif" alt="snake" width="300"></td>
<td><img src="./.github/activity_style_kitt.gif" alt="kitt" width="300"></td>
</tr>
<tr>
<td align="center">spinner</td>
</tr>
<tr>
<td><img src="./.github/activity_style_spinner.gif" alt="spinner" width="300"></td>
</tr>
</table>

### Replace log output with custom text

Expand Down
Loading