Skip to content

Commit

Permalink
chore: adding more gifs to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed Jun 22, 2024
1 parent 1edac31 commit a747fd1
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 14 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ free and open source.
<details>
<summary>Expand to see more examples</summary>

![Creating a new request](./extra/creating-new-request.gif)
![Creating a new request](./extra/new-request.gif)

![Making a new request](./extra/making-a-request.gif)

![Error on invalid uri](./extra/error-invalid-uri.gif)
![Error on invalid uri](./extra/error-request.gif)

</details>

Expand Down
Binary file modified extra/error-request.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 extra/new-request.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 extra/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 42 additions & 10 deletions extra/tapes/create_request.tape
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Hide
Set WindowBar Colorful
Set WindowBarSize 50

# Set Theme "Rose Pine"
Type "cargo run -q -- --dry-run"
Enter
# enter the editor
Expand All @@ -25,23 +24,56 @@ Show
Sleep 2s
# select sidebar
Enter
Sleep 200ms
# enter form
Sleep 500ms
# enter dir form
Type "d"
Sleep 1s
Type@100ms "users"
Sleep 1s
# create the form
Enter
Sleep 1s
# enter request form
Type "n"
Sleep 1s
Type@100ms "My awesome request"
Type@100ms "register"
Sleep 1s
Tab
Sleep 100ms
Tab
Sleep 100ms
Sleep 500ms
# should be a post
Type "2"
Sleep 500ms
Tab
Sleep 100ms
# enter parent selector
Space
Sleep 2s
Enter
Sleep 2s
# create the request
Enter
Sleep 2s
Type "j"
Sleep 300ms
Enter
Sleep 300ms
Type "j"
Sleep 2s
Enter
Sleep 1s
Escape
Sleep 300ms
Tab
Sleep 100ms
Sleep 300ms
Tab
Sleep 100ms
Enter
Sleep 1s
Tab
Sleep 1s
Type "n"
Sleep 1s
Type "Authorization"
Sleep 1s
Tab
Sleep 200ms
Type "Bearer your token"
Sleep 3s

0 comments on commit a747fd1

Please sign in to comment.