v0.2.2 Updated README.md
This commit is contained in:
parent
8f514d7b99
commit
3e64bec21f
34
README.md
34
README.md
|
@ -1,14 +1,14 @@
|
||||||
# ACHAR
|
# ACHAR
|
||||||
|
|
||||||
- Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
- Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
||||||
- Version : 0.1
|
- Version : 0.2.2
|
||||||
- GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
- GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
||||||
- Author : Ze'ev Schurmann
|
- Author : Ze'ev Schurmann
|
||||||
- Company : ZAKS Web
|
- Company : ZAKS Web
|
||||||
- Website : https://www.zaks.web.za/
|
- Website : https://www.zaks.web.za/
|
||||||
- Reddit : https://www.reddit.com/r/ZAKSWeb
|
- Reddit : https://www.reddit.com/r/ZAKSWeb
|
||||||
- License : GPL3 or Later
|
- License : GPL3 or Later
|
||||||
- Description: This tool allows for the management of bash auto completion of hostnames when using SSH or RSync in Bash.
|
- Description: This tool allows for the management of Bash auto completion of hostnames when using SSH or RSync in Bash.
|
||||||
|
|
||||||
## INSTALLATION
|
## INSTALLATION
|
||||||
|
|
||||||
|
@ -67,6 +67,14 @@ Displays the help documentation
|
||||||
$ achar help
|
$ achar help
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### license
|
||||||
|
|
||||||
|
Displays the GPL3 and Later license
|
||||||
|
|
||||||
|
````
|
||||||
|
$ achar license
|
||||||
|
````
|
||||||
|
|
||||||
### list
|
### list
|
||||||
|
|
||||||
List all existing hosts from your list of common hosts
|
List all existing hosts from your list of common hosts
|
||||||
|
@ -91,6 +99,28 @@ $ achar remove username@hostname.domainname.tld
|
||||||
$ achar remove username@1.2.3.4
|
$ achar remove username@1.2.3.4
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### reset
|
||||||
|
|
||||||
|
Deletes all saved hosts
|
||||||
|
|
||||||
|
````
|
||||||
|
$ achar reset
|
||||||
|
````
|
||||||
|
|
||||||
|
### uninstall
|
||||||
|
|
||||||
|
Uninstalls achar from your system
|
||||||
|
|
||||||
|
````
|
||||||
|
$ sudo achar uninstall
|
||||||
|
````
|
||||||
|
|
||||||
|
````
|
||||||
|
# achar uninstall
|
||||||
|
````
|
||||||
|
|
||||||
|
_Does not delete the list of hosts stored at ~/.achar/hosts_
|
||||||
|
|
||||||
### update
|
### update
|
||||||
|
|
||||||
Checks for an update to ACHAR and prompts you to install it
|
Checks for an update to ACHAR and prompts you to install it
|
||||||
|
|
Loading…
Reference in New Issue