Tealdeer Pages

This is for configuring tealdeer, a command-line help system.

The expected folder in this repository to put these pages is dingehaufen/tealdeer/pages/. The default location that tealdeer will look for the pages is \(~/.local/share/tealdeer/pages/~\).

Patches

These are patches which extend existing help pages rather than replacing them.

Virtual Fish

Check The Environment

This adds the build-state for the virtual-environments managed by virtualfish.

- List Environments and the Current State (do they need to be rebuilt?):

`vf ls --details`

Rebuild the Environment

This is the command to use after an Ubuntu upgrade where they change the python version and all the virtual environments are broken.

- Rebuild the current environment (e.g. after Ubuntu changes pip):

`vf upgrade --rebuild`

You can also rebuild a specific environment (not necessarily the one you're in).

- Rebuild a specific environment

`vf upgrade --rebuild {{virtualenv-name}}`

If the environments are broken by an update, pipx is likely broken too, run this too, maybe:

  • pipx reinstall-all
  • pip install setuptools --upgrade