Skip to main content

Package description here.

Project description

nr.powerline

Simple powerline implementation, only tested in Bash. It is recommended that you use a font from NerdFonts in order to have proper support for special characters (like the right triangle).

Requirements

  • Bash
  • Pipx
  • Python 3.5+
  • Linux/macOS
  • jq (If not available, the environment variables cannot be sent from Bash to the powerline server)

Installation

$ pipx install nr.powerline
$ source <(nr-powerline --src bash)

On OSX, sourcing a Bash script from /dev/<fd> seems to have some issues, so you may need to write it to a temporary file instead.

if which nr-powerline >/dev/null; then
  function _activate_powerline() {
    local TMP=`mktemp`; trap "rm -f $TMP" RETURN
    nr-powerline --src bash>$TMP
    source $TMP
  }
  _activate_powerline
fi

Copyright © 2020 Niklas Rosenstein

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nr.powerline-0.1.2.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

nr.powerline-0.1.2-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file nr.powerline-0.1.2.tar.gz.

File metadata

  • Download URL: nr.powerline-0.1.2.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for nr.powerline-0.1.2.tar.gz
Algorithm Hash digest
SHA256 75d2616a06f15f24a5cd6386f2c4181fe909979d7da9286b6bedae92274674a2
MD5 1a3636c2d46a45dd791fc13c74433499
BLAKE2b-256 60a9a9b83626e3892987134c759774fde5d817f334482fc1925fb53e1cddac66

See more details on using hashes here.

Provenance

File details

Details for the file nr.powerline-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: nr.powerline-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for nr.powerline-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 af85b54a7fafe23e99847239a2a71655c74a821e8734f9e66db021d0965ec2c6
MD5 894ecd86ff299909e04d7369da03df33
BLAKE2b-256 c226984a86560445afa4e4d2c0eecc88dba139c67e73aa873a4eb2d34eee8597

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page