-
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
97d0daa
commit d494ebf
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
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,5 +1,42 @@ | ||
# Aks-Cli | ||
|
||
The (unofficial) AllKeyShop CLI from searching game directly into your terminal!!! | ||
**The (unofficial) AllKeyShop CLI from searching game directly into your terminal!!!** | ||
|
||
!![alt text](image url "image Title") | ||
![alt text](./screenshots/akscli-image.png) | ||
|
||
# Installation | ||
> Make sure you have the **xmllint** command | ||
you can copy the **akscli** script or use this one-line install | ||
|
||
(this will download it into your /usr/local/bin) | ||
```bash | ||
|
||
sudo curl -sSL https://raw.githubusercontent.com/macro21KGB/akscli/main/akscli -o /usr/local/bin/akscli | ||
sudo chmod +x ~/.local/bin/akscli | ||
``` | ||
|
||
# Usage | ||
|
||
After that you can run it with: | ||
```bash | ||
aksli | ||
``` | ||
or open help with -h [--help] | ||
```bash | ||
_ _ _ | ||
__ _| | _____ ___| (_) | ||
/ _` | |/ / __|_____ / __| | | | ||
| (_| | <\__ |_____| (__| | | | ||
\__,_|_|\_|___/ \___|_|_| | ||
Check the AllkeyShop Prices from your terminal (Unofficial) | ||
Syntax: akscli [-h] | ||
options: | ||
h Print this Help. | ||
created by macro21KGB (https://github.com/macro21KGB) | ||
----------------------------------------------------- | ||
``` |