diff --git a/.gitignore b/.gitignore index ac7fcaa..0bda59c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ br.sh .idea/ cmd/.tokens +.ssh \ No newline at end of file diff --git a/README.md b/README.md index b1aa8c7..6308efb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,4 @@ -
-
- adding records - error while deleting - log sorted data -
-
- logged data - deleting record -
-
+example gif used asciinema.org and asciinema/agg # Installation
    @@ -57,7 +47,7 @@ echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc | source ~/.bash > ``` > Output: > -> `` +> `` ### Log sorted data > ``` bash @@ -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 @@ -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 diff --git a/assets/Snap.gif b/assets/Snap.gif new file mode 100644 index 0000000..971e1dc Binary files /dev/null and b/assets/Snap.gif differ