question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipx list readability

See original GitHub issue

pipx list readability could be improved, see this:

> pipx list
venvs are in /home/kossak/.local/pipx/venvs, symlinks to binaries are in /home/kossak/.local/bin
package black 18.9b0, symlinks to binaries available: black, blackd
package kossak_cli_tools 0.4.0, symlinks to binaries available: ytrss, capslock_as_escape, countfiles, replacepolishletters, checkeng, fix_double_new_lines, countaudio, capslock_restore, countextensions, ou, e
package pipx 0.0.0.11, symlinks to binaries available: pipx

It could be cleaner, like:

venvs are in /home/kossak/.local/pipx/venvs, symlinks to binaries are in /home/kossak/.local/bin
  Package "kossak_cli_tools" 0.4.0:
    - capslock_as_escape
    - capslock_restore
    - checkeng
    - countaudio
    - countextensions
    - countfiles
    - e
    - fix_double_new_lines
    - ou
    - replacepolishletters
    - ytrss
  Package "black" 19.9b0:
    - black
    - etc...

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tkossakcommented, Oct 23, 2018

Thank you! Great tool btw. I already use it instead of pipsi 😃

0reactions
tkossakcommented, Oct 23, 2018

One more thing - would be neater if packages and linked binaries were displayed in alphabetical order 😃. Currently it looks like this:

venvs are in /home/kossak/.local/pipx/venvs
symlinks to binaries are in /home/kossak/.local/bin
  package: black, 18.9b0
    - black
    - blackd
  package: kossak_cli_tools, 0.4.0
    - checkeng
    - capslock_as_escape
    - fix_double_new_lines
    - ytrss
    - replacepolishletters
    - ou
    - countfiles
    - e
    - capslock_restore
    - countaudio
    - countextensions
  package: pipx, 0.0.0.12
    - pipx

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support provisioning of pipx-managed sites from the ... - GitHub
For instance, I could use the output of pipx list --json from workstation A to quickly ... JSON is supposed to be human...
Read more >
Docs - pipx
execute binaries from Python packages in isolated environments.
Read more >
Pipx: install and Run Python Applications In Isolated ... - Morioh
pipx is a tool to install and run any of these thousands of application-containing packages in a safe, convenient, and reliable way. In...
Read more >
Better Python executable management with pipx
You can do things like list the stuff that's installed, ... So basically you just pip install pipx and then from then on...
Read more >
zkeys - PyPI
Display Zsh key bindings in more human-readable formats. ... pipx install zkeys python3 -m pip install -U zkeys.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found