docs: adding LICENSE file and written about other files

This commit is contained in:
Konrad Geletey 2024-08-20 16:47:25 +03:00
parent 1e3899481a
commit 7d70e03a75
No known key found for this signature in database
GPG key ID: 862B98E2204889CE
3 changed files with 28 additions and 2 deletions

14
LICENSE Normal file
View 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.

View file

@ -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
```