docs: adding LICENSE file and written about other files
This commit is contained in:
parent
1e3899481a
commit
7d70e03a75
3 changed files with 28 additions and 2 deletions
14
LICENSE
Normal file
14
LICENSE
Normal file
|
@ -0,0 +1,14 @@
|
|||
BSD Zero Clause License
|
||||
|
||||
Copyright (c) 2024 Konrad Geletey
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
|
@ -1,4 +1,4 @@
|
|||
# Command line getting from browser
|
||||
# Browser command line
|
||||
|
||||
The idea is to transform api methods in command line interface
|
||||
|
||||
|
@ -119,7 +119,19 @@ By default, all request in clearnet and tor go via `https`, but i2p - `http`.
|
|||
But sometimes you need to specify a specific protocol
|
||||
|
||||
```sh
|
||||
pwact bin "git+http://codeberg.org/"
|
||||
wacli bin "git+http://codeberg.org/"
|
||||
```
|
||||
|
||||
Binaries is install of user directory `$HOME/.local/bin`, for root user - `/usr/local/bin`.
|
||||
|
||||
Perhaps not everyone will add tools to their sites, so for popular tools using directive:
|
||||
|
||||
```sh
|
||||
wacli registry:codeberg repos issues
|
||||
```
|
||||
|
||||
You can also get help on all api methods using the command
|
||||
|
||||
```sh
|
||||
wacli help codeberg.org
|
||||
```
|
Loading…
Reference in a new issue