Metadata-Version: 2.1
Name: jumparound
Version: 1.1.1
Summary: Quickly jump around between your projects.
Home-page: https://github.com/M-Porter/jumparound
License: MIT
Author: Matt Porter
Author-email: mtp5129@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: textual (==0.1.14)
Description-Content-Type: text/markdown

# jumparound

Quickly jump around between your projects.

## Installation

```
python3 -m pip install --user pipx
python3 -m pipx ensurepath
python3 -m pipx install jumparound
```

## Usage

`jumparound` can be used on its own or as a part of other scripts. The most common usage is in
conjunction with `cd`.

```sh
cd $("jumparound to")
```

## Development

### Setup

* Have python `poetry` installed.
* Clone this repository.
* Run `make setup`

