Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yakimka/difflume
- Owner: yakimka
- License: mit
- Created: 2023-09-03T11:50:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T02:31:47.000Z (9 months ago)
- Last Synced: 2024-04-14T11:14:54.389Z (9 months ago)
- Topics: couchdb, diff, terminal, textual, tool, tui, utility
- Language: Python
- Homepage:
- Size: 657 KB
- Stars: 2
- Watchers: 2
- 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!
[![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 😅