-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4a4cfa
commit 643e878
Showing
4 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
vendor | ||
izrss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
| ||
|
||
![demo](./.github/demo.gif) | ||
|
||
### Installation | ||
|
||
TODO |