Create shareable Diffchecker URLs from the command line
Project description
diffchecker-skill
Create shareable Diffchecker URLs from the command line.
Install
uv tool install diffchecker-skill
# or
pip install diffchecker-skill
Usage
# Optional: login to link diffs to your account
diffcheck login '<diffsession_cookie_value>'
diffcheck whoami
# Compare two files
diffcheck diff file1.txt file2.txt
# With title and expiry
diffcheck diff old.py new.py --title "refactor" --expiry 1_week
# Pipe from stdin
cat old.py | diffcheck diff - new.py
# Shorthand (no subcommand)
diffcheck file1.txt file2.txt
Expiry Options
1_hour, 1_day (default), 1_week, 1_month, forever
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file diffchecker_skill-0.1.0.tar.gz.
File metadata
- Download URL: diffchecker_skill-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4dff1c5063ad12aceacf1780b515905bb2e51b7b0ac29dc41283922bf062227
|
|
| MD5 |
041aa98612677b55a1ff16e4311abd96
|
|
| BLAKE2b-256 |
b5dc95abaa1227e532e0f4721460d85569764ba082c9b5192000704ebd2bcd06
|
File details
Details for the file diffchecker_skill-0.1.0-py3-none-any.whl.
File metadata
- Download URL: diffchecker_skill-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
282dfc63bdb96f76988feaf16cab37abb9fb5161e634f5d17a4dec307d6dab37
|
|
| MD5 |
a7d3de8fd4beca27944a8dca083c0b47
|
|
| BLAKE2b-256 |
b617fd3307b261036587dba44a007eff9470541be11f16b3c1afb7d9d4389955
|