Skip to content

binzram/aaregurucli

 
 

Repository files navigation

aare.guru CLI

aare.guru

Go Report Card

Aare.Guru?

Wär isch de dä aare.guru? Lue hie: https://aare.guru

Was chani mit dr aare.guru CLI äpp?

Mit dere chasch ganz komod d Aare-Tämperatur, -Wassermängi u ds aktuelle bärner Wätter i dire Befählszyle abfragä - u das i gwaneter aare.guru Qualität.

Obenuse, nid?

Lifere statt lafere

aare.guru - schribmaschine

aare.guru - schribmaschine

Grundsätzlechs

Usfüüährig uf dr Kommandozile wie fougt:

aareguru

Spicke duesch grundsätzläch so:

aareguru --help

Installation

Mac: Mit brew aareguru kömerle

brew tap gexclaude/homebrew-tap
brew install aareguru

Aktualisiere duesch so

brew upgrade aareguru

Linux

Hie d'Variante für Pinguin-Fründe

RPM: D RPM Datei häre chnüble

Suechdr die richtig Plattform us kopier dr Link zur RPM-Datei vodr Release Site Releases

sudo rpm -Uvh https://github.com/gexclaude/aaregurucli/releases/download/v<...>/aareguru_<...>.rpm

Debian: D Deb Datei mit blose Chlööpe häre tue

Suechdr die richtig Plattform us kopier dr Link zur Deb-Datei vodr Release Site Releases

wget https://github.com/gexclaude/aaregurucli/releases/download/v<...>/aareguru_<...>.deb -0 aareguru.deb
sudo dpkg -i aareguru.deb

Arch: D Hobu's säuber la häre chlepfä

Suechdr die richtig Plattform us u clones vom AUR-Repo AUR

git clone https://aur.archlinux.org/aareguru-cli.git
cd aareguru-cli
makepkg -si

Windows

Kei Grund Befählszyle nid ds bruuche!

Windows: Mit scoop aareguru ufläse

Scoop muesch installiert ha: http://scoop.sh/

Mit Powershell 3 geit das so:

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

U faus de ne Proxy bruchsch machsches eso:

$browser = New-Object System.Net.WebClient
$browser.Proxy.Credentials =[System.Net.CredentialCache]::DefaultNetworkCredentials
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop config proxy <host>:<port>

Je nachdem hiuft dr dr CNTLM Proxy: http://cntlm.sourceforge.net/

Denn duesch dr Chessu drzue und laschs la tschädere

scoop bucket add aareguru https://github.com/gexclaude/scoop-bucket
scoop install aareguru

Zum spöter aktualisiere

scoop update aareguru

Windows: ds Päckli vo Häntsche abelade

Geisch zu de Releases und ladschdr ds Zip File für dini Plattform abe, entpacksches nöime und laschs loufe. Viläch wosches ja o zum PATH hinzuefüege. Das muesch aber bi dere Methode säuber mache

Konfiguration

Proxy

Wede e proxy bruchsch

aareguru --proxy http://<host>:<port>

Autocompletion

Bash

Fougende Befähl spuckt s autcomplete script für Bash use:

aareguru --completion-script-bash

Das chame entweder is bash_profile ine due (bevorzugt)

eval "$(aareguru --completion-script-bash)"

oder fix hingerlege, de muesches aber säuber aktuell haute

aareguru --completion-script-bash > aareguru_completion.sh
sudo mv aareguru_completion.sh /etc/bash_completion.d/aareguru

Zsh

Fougende Befähl spuckt s autcomplete script für Zsh use:

aareguru --completion-script-zsh

Merci's (Credits)

Packages

No packages published

Languages

  • Go 94.5%
  • Shell 5.5%