Metadata-Version: 2.1
Name: difflume
Version: 0.6.0
Summary: TUI app for viewing deltas between text files
Home-page: https://github.com/yakimka/DiffLume
License: MIT
Keywords: diff,tui,text,textual,terminal
Author: yakimka
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: httpx (>=0.24.1,<0.25.0)
Requires-Dist: textual (>=0.35.1,<0.37.0)
Project-URL: Repository, https://github.com/yakimka/DiffLume
Description-Content-Type: text/markdown

# Welcome to DiffLume! 🎉

Ever wanted to spot the differences between text files in a jiffy? DiffLume's got your back!

[![Build Status](https://github.com/yakimka/DiffLume/actions/workflows/workflow-ci.yml/badge.svg?branch=main&event=push)](https://github.com/yakimka/DiffLume/actions/workflows/workflow-ci.yml)
[![Codecov](https://codecov.io/gh/yakimka/DiffLume/branch/main/graph/badge.svg)](https://codecov.io/gh/yakimka/DiffLume)
[![PyPI - Version](https://img.shields.io/pypi/v/DiffLume.svg)](https://pypi.org/project/DiffLume/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/DiffLume)

![sneak peek](https://raw.githubusercontent.com/yakimka/DiffLume/main/assets/screenshot.png)

## What's Cool About It?

- Split view? Nope, try three-panel view for comparing text files! 📄
- We're buddies with Python 3.10 and above 🐍
- We play well with Linux, MacOS, and Windows (especially the shiny new Windows Terminal)
- Ever heard of CouchDB? We can peek into its revisions 🛋️
- Shuffling between revisions? Use the `]` `[` and `}` `{` keys
- Keep content in sync across panels 🔄
- Go full-screen or pick your favorite diff view mode, your choice!

## Getting Started

Get it via pip:

```bash
python3 -m pip install --user DiffLume
```

To kick things off, just pop this in your terminal:

```bash
difflume
# or
python3 -m difflume
```

More of a Docker person? We got you:

```bash
docker run -it --rm yakim/difflume
```

## License

Chill, it's [MIT](https://github.com/yakimka/DiffLume/blob/main/LICENSE).

## Big Thanks 🙌

This project was generated with [`yakimka/cookiecutter-pyproject`](https://github.com/yakimka/cookiecutter-pyproject).

---

PS. This readme is generated by Chat GPT 😅

