Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
readyyyk committed Apr 20, 2023
1 parent fbc3727 commit 575974d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Installation
<img src="assets/Snap.png">

# Examples

> `tokens`
> ```
> data user host
> fghjasjdnaskjndk qwiebb @ 129837.12.31.23.12.3
> YXBzLG1rZmRkYXNkbmp readyk @ example.com
> YXNkbmppazEyMwo admin @ localhost
> ```
download latest binary from here:
- Linux
- x32-64 ()
- Windows
- asd

# Setting up
> `tokens --add "my_password qwerty@github.com`
> `tokens --del "qwerty@github.com`
# Installation

to create executable accessible from anywhere type:
<ol>
<li> download latest binary from <code>realises</code> </li>
<li> to create executable accessible from anywhere type: </li>
</ol>

```bash
echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc
Expand All @@ -19,8 +31,8 @@ echo -e "\n$(printf 'PATH=\"$PATH:%s\"' $(pwd))\n" >> ~/.bashrc
# Usage

| flags | data | description |
|-------------------|------|-------------------|
| <no flag\> | | logs saved data |
| `-a` _or_ `--add` | | adds new |
| | | |
| flags | data | description | 🚩 |
|-------------------|------------------------|-----------------|----|
| <no flag\> | | logs saved data | |
| `-a` _or_ `--add` | "`data` `user`@`host`" | adds new | |
| `-d` _or_ `--del` | `user`@`host` | deletes one | 🚨 |
Binary file added assets/Snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cmd/.tokens
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"data":"fghjasjdnaskjndk","user":"qwiebb","host":"129837.12.31.23.12.3"}]
[{"data":"fghjasjdnaskjndk","user":"qwiebb","host":"129837.12.31.23.12.3"},{"data":"YXBzLG1rZmRkYXNkbmp","user":"readyk","host":"example.com"},{"data":"YXNkbmppazEyMwo","user":"admin","host":"localhost"}]

0 comments on commit 575974d

Please sign in to comment.