Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yakimka/difflume

TUI app for viewing deltas between text files
https://github.com/yakimka/difflume

couchdb diff terminal textual tool tui utility

Last synced: 3 months ago
JSON representation

TUI app for viewing deltas between text files

Awesome Lists containing this project

README

        

# 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 😅