Skip to content

Commit

Permalink
docs: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Apr 12, 2024
1 parent c4a4cfa commit 643e878
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
Binary file added .github/assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions .github/assets/demo.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Output demo.gif

Require echo

Set Shell "bash"
Set Width 1920
Set Height 1080
Set CursorBlink false
Set Theme "Catppuccin Mocha"

Set TypingSpeed 200ms
Sleep 500ms
Type "izrss"
Set TypingSpeed 1s
Sleep 500ms
Enter
Sleep 500ms
Down
Enter
Sleep 500ms
Down 4
Sleep 1s
Enter
Sleep 1.5s
Down 10
Sleep 2s
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
vendor
izrss
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## izrss
<div align="center">
<h1>izrss</h1>

An RSS feed reader for the terminal.
<p>An RSS feed reader for the terminal.</p>
</div>

&nbsp;

![demo](./.github/demo.gif)

### Installation

TODO

0 comments on commit 643e878

Please sign in to comment.