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: about 2 months ago
JSON representation
TUI app for viewing deltas between text files
- Host: GitHub
- URL: https://github.com/yakimka/difflume
- Owner: yakimka
- License: mit
- Created: 2023-09-03T11:50:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T00:08:19.000Z (about 1 year ago)
- Last Synced: 2025-11-16T03:20:58.804Z (7 months ago)
- Topics: couchdb, diff, terminal, textual, tool, tui, utility
- Language: Python
- Homepage:
- Size: 686 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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!
[](https://github.com/yakimka/DiffLume/actions/workflows/workflow-ci.yml)
[](https://codecov.io/gh/yakimka/DiffLume)
[](https://pypi.org/project/DiffLume/)


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