Metadata-Version: 2.4
Name: jobless
Version: 0.15.1
Summary: A simple job application manager for your terminal.
Project-URL: homepage, https://dnlzrgz.com/projects/jobless/
Project-URL: source, https://github.com/dnlzrgz/jobless
Project-URL: issues, https://github.com/dnlzrgz/jobless/issues
Project-URL: releases, https://github.com/dnlzrgz/jobless/releases
Author-email: dnlzrgz <contact@dnlzrgz.com>
License-Expression: MIT
Keywords: job,job-search,productivity,sqlite,textual,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Office/Business
Classifier: Topic :: Terminals
Requires-Python: >=3.14
Requires-Dist: email-validator>=2.3.0
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: sqlalchemy>=2.0.46
Requires-Dist: textual>=7.0.1
Description-Content-Type: text/markdown

# jobless

**A simple job application manager for your terminal.**

jobless is a simple, easy-to-use job application manager that lives in your terminal built with the goal of replacing cluttered spreadsheets and infinite browser bookmarks.

![screenshot](./.github/jobless.svg)

## Features

- Manage applications, companies, and contacts all in one interface that understands and lets you build relationships between them.
- Navigate, create, and update without ever lifting your hands from the home row.
- Local-first SQLite backend.

## Roadmap (WIP)

- full-text search.
- Advanced filtering.
- AI-Assisted pipeline.
- `$EDITOR` integration.

## Installation

jobless can be installed via [`uv`](https://docs.astral.sh/uv/getting-started/installation/) on MacOS, Windows, and Linux:

```bash
uv tool install --python 3.14 jobless

# or to use it without installing.
uvx --python 3.14 jobless
```

### `pipx`?

If you prefer `pipx` is as easy as to run `pipx install jobless`.
