Skip to content

Commit

Permalink
snap.gif added
Browse files Browse the repository at this point in the history
  • Loading branch information
readyyyk committed Apr 25, 2023
1 parent d1e5684 commit 1eb3ca9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
br.sh
.idea/
cmd/.tokens
.ssh
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
<div style="display: grid;grid-template-columns: 50% 50%; background: #ABB8C3">
<div style="display: flex; flex-direction: column">
<img src="assets/Add.png" alt="adding records">
<img src="assets/DeleteError.png" alt="error while deleting">
<img src="assets/Sort.png" alt="log sorted data">
</div>
<div style="display: flex; flex-direction: column; justify-content: center">
<img src="assets/Log.png" alt="logged data">
<img src="assets/Delete.png" alt="deleting record">
</div>
</div>
<img src="assets/Snap.gif" alt="example gif used asciinema.org and asciinema/agg">

# Installation
<ol>
Expand Down Expand Up @@ -57,7 +47,7 @@ echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc | source ~/.bash
> ```
> Output:
>
> `<help output>`
> `<help output>`
### Log sorted data
> ``` bash
Expand All @@ -83,7 +73,7 @@ echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc | source ~/.bash
> tokens -a "my_password qwerty@github.com"
> ```
> Output:
>
>
> `Added`
### Deletion
Expand All @@ -96,9 +86,9 @@ echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc | source ~/.bash
> Output:
>
> `Deleted`
>
>
> or
>
>
> `Not found record with user: raeadyyyk for host: github.com`
# TODO
Expand Down
Binary file added assets/Snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb3ca9

Please sign in to comment.