All Projects → lilydjwg → ncdu-diff

lilydjwg / ncdu-diff

Licence: MIT license
ncdu fork that can compare and diff results

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to ncdu-diff

Deepdiff
Deep Difference and search of any Python object/data.
Stars: ✭ 985 (+4590.48%)
Mutual labels:  diff, comparison
differ
Electron application to compare two directories
Stars: ✭ 48 (+128.57%)
Mutual labels:  diff, comparison
Sirix
SirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Stars: ✭ 638 (+2938.1%)
Mutual labels:  diff, comparison
React Gh Like Diff
➕➖ The react component to generate pretty HTML for comparing commits or text.
Stars: ✭ 97 (+361.9%)
Mutual labels:  diff, comparison
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (+423.81%)
Mutual labels:  diff, comparison
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (+19.05%)
Mutual labels:  diff, comparison
Sitediff
SiteDiff makes it easy to see differences between two versions of a website.
Stars: ✭ 139 (+561.9%)
Mutual labels:  diff, comparison
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+14842.86%)
Mutual labels:  diff, comparison
pysorter
A command line utility for organizing files and directories according to regex patterns.
Stars: ✭ 40 (+90.48%)
Mutual labels:  cleanup
taskbar-monitor
monitoring tool with graphs (CPU, memory, disk and network) for Windows taskbar.
Stars: ✭ 121 (+476.19%)
Mutual labels:  disk-usage
deltaq
Fast and portable delta encoding for .NET in 100% safe, managed code.
Stars: ✭ 26 (+23.81%)
Mutual labels:  diff
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (+90.48%)
Mutual labels:  cleanup
go-patchutils
go-patchutils is a library written in Go to show differences in source and diff files.
Stars: ✭ 19 (-9.52%)
Mutual labels:  diff
version-compare
↔️ Rust library to easily compare version strings. Mirror from https://gitlab.com/timvisee/version-compare
Stars: ✭ 32 (+52.38%)
Mutual labels:  comparison
v-code-diff
A vue code diff display plugin, support Vue2 / Vue3
Stars: ✭ 93 (+342.86%)
Mutual labels:  diff
Micro
🏎Fast diffing and type safe SwiftUI style data source for UICollectionView
Stars: ✭ 77 (+266.67%)
Mutual labels:  diff
diffview.nvim
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Stars: ✭ 1,472 (+6909.52%)
Mutual labels:  diff
jetbrains-utility
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
Stars: ✭ 62 (+195.24%)
Mutual labels:  cleanup
hood
The plugin to manage benchmarks on your CI
Stars: ✭ 17 (-19.05%)
Mutual labels:  comparison
open-md-gateway
Diff协议行情网关, 支持实时行情和历史行情
Stars: ✭ 18 (-14.29%)
Mutual labels:  diff

ncdu fork that can compare and diff results

Compile and Install

autoreconf -i
./configure
make
make install

Copy ncdu-diff and ncdu-diffdir somewhere (e.g. in your $PATH). You'll need Python to run them.

Usage

Run:

ncdu-diffdir /directory/a /directory/b

Or you can do steps manually (and optionally save intermediate results.

Export two scan results:

ncdu -o old.ncdu /some/directory
ncdu -o new.ncdu /some/directory

Generate diff:

ncdu-diff old.ncdu new.ncdu > diff.ncdu

Load and view the diff:

ncdu -f diff.ncdu
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].