Skip to main content

History suggest box for the standard Python shell, IPython, and bpython

Project description

pyhstr

Inspired by hstr, pyhstr is a history suggest box that lets you quickly search, navigate, and manage your Python shell history. At this point, it supports the standard Python shell, IPython, and bpython. The plan is to support ptpython as well, but some help is needed for that to happen (see issue #7).

Installation

pip install pyhstr

Usage

The standard shell and bpython:

>>> from pyhstr import hh
>>> hh

IPython:

In [1]: import pyhstr
In [2]: %hh

Making an alias should be more convenient though, for example:

alias py='python3 -ic "from pyhstr import hh"'

Screencast

screenshot

Development

git clone https://github.com/adder46/pyhstr
cd pyhstr
python3 -m venv env
source env/bin/activate
pip install poetry
poetry install

To run tests, mypy checks, and style checks, you need to have Pythons:

  • 3.6
  • 3.7
  • 3.8
  • 3.9

For installing all the Python versions, I recommend pyenv.

Once you have them, run:

tox

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

pyhstr-0.2.4.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

pyhstr-0.2.4-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

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