Skip to content

dewebdes/watchtower

Repository files navigation

Watchtower

Go client for watchtower

Installation

Go install

go install github.com/Mr-MSA/watchtower@main
watchtower init
watchtower init autocompelete
  • set watchtower address with scheme in ~/.watch-client/.env

Manual:

git clone https://github.com/Mr-MSA/watchtower
cd watchtower
go build .
./init.sh
watchtower init autocompelete

Help

watchtower help
watchtower help flags

Update Watch

<<<<<<< HEAD
go install github.com/Mr-MSA/[email protected]
=======
go install github.com/Mr-MSA/watchtower@latest
>>>>>>> cb427464da4859867f124e5992f93a1fb12b7fcb
watchtower update 

Active Autocomplete

Execute following commands:

watchtower update
watchtower init autocomplete

Add following commands in zshrc or zsh profile and source file:

fpath=(~/.watch-client/ $fpath)
autoload -Uz compinit
compinit

Configuration

  • Set Username and Password in ~/watch-client/.env

Flags

Flags:
   --body "bodystring" (request body)
   --body-file "filename" (request body file name)
   --method string (http request method)

   --compare "filename" (compare response)
   --rc (reverse compare)

   --limit (limit results)
   --loop (get all pages)

   --count (show count of results)
   --json (show output as json)
   --cdn (add cdn=ture)
   --total (add total=true)
   --internal (add internal=true)
   --no-limit (add not_limit=true)

   --date string (set date of results)
   --provider string (filter by providers)
   --status string (filter by status)
   --title string (filter by title)

   --exclude-domain string (exclude a domain from results)
   --exclude-provider string (exclude a provider from results)
   --exclude-scope string (exclude a scope from results)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published