A modern replacement for cat and bat
Project description
___ _________________ ______________ __
/ | / ____/ ____/ _/ | / / _/_ __/\ \/ /
/ /| | / /_ / /_ / // |/ // / / / \ /
/ ___ |/ __/ / __/ _/ // /| // / / / / /
/_/ |_/_/ /_/ /___/_/ |_/___/ /_/ /_/
The ultimate, highly-aesthetic replacement for cat and bat.
🚀 Overview
Affinity is a next-generation terminal tool designed for developers who want the rich viewing experience of modern IDEs (like VS Code) directly in their command line.
Say goodbye to plain text dumps. Affinity parses your code, wraps it in beautiful Unicode borders, syntax-highlights every token flawlessly, and visually connects logical code blocks using intelligent vertical scope guides.
Advanced Tools
Affinity is more than just a viewer. It is a fully composable toolkit:
affinity mirage: Launch the full-screen interactive IDE mode! Browse files, vim-edit inline, and cleanly copy code over SSH natively using our zero-artifact dual-buffer engine.affinity watch script.py: Watches the file and instantly re-renders the syntax highlighting every time you save.affinity diff old.py new.py: A stunning side-by-side/unified terminal diff viewer.affinity run script.py: Executes the python script inline, presenting stdout and exit codes elegantly below the syntax-highlighted source.- Piping Support: Native stdin support means
cat log.txt | affinityautomatically syntax-highlights the piped stream!
✨ Spectacular Features
| Feature | Description |
|---|---|
| 🎨 VS Code Scope Guides | Intelligent vertical indentation guides that dynamically track scopes. |
| 🌈 Syntax Highlighting | Real-time, hierarchical token parsing powered by Pygments. |
| 📦 Unicode UI Frames | Beautiful frames that seamlessly resize to your terminal width without breaking. |
| 🌲 Directory Viewer | Automatically renders beautiful file trees when passed a directory instead of a file. |
| 🎭 Theme Engine | First-class support for Monokai, Dracula, One Dark, Nord, Solarized, and more. |
| 🔍 Search Highlighting | Find occurrences instantly within files via the --search flag. |
| 🎯 Focus Mode | Jump straight to the context you need with --line <num> highlighting. |
| ⚡ Auto-Wrapping | Long lines gracefully wrap to the next line keeping your UI boxed flawlessly. |
💻 Installation
Affinity is officially published on PyPI and can be installed globally with a single command!
Python Package Index (Recommended)
To install Affinity across your entire system, simply run:
pip install affinity-code-viewer
Install from Source
If you prefer to install from source without messing with system environments, clone this repository and run the startup script. It bypasses environment headaches and securely installs the package exclusively for your local user.
git clone https://github.com/your-username/affinity.git
cd affinity
./start.sh
Note: The script will automatically add
~/.local/binto yourPATHif it isn't already there!
Uninstallation
To cleanly wipe Affinity and all its artifacts from your system:
# Remove Affinity and clean up build artifacts
./remove.sh
🛠️ CLI Usage
Affinity was designed with an intuitive, human-first command-line interface.
# 📖 Basic File Viewing
affinity main.py
# 🌲 View an entire directory tree
affinity src/
# 🧛 Use a specific color theme
affinity main.py --theme dracula
# 🔍 Highlight search terms in the file
affinity config.yaml --search "database"
# 🎯 Highlight a specific line
affinity server.rs --line 145
# 🚫 Disable all formatting (acts like standard 'cat')
affinity data.txt --plain
# ℹ️ View all available CLI options
affinity --help
⚙️ Configuration
Tired of passing the --theme flag every time? Affinity supports permanent user configuration.
Simply create a file at ~/.config/affinity/config.toml:
# Default configuration
theme = "dracula"
line_numbers = true
wrap = true
scope_guides = true
🧬 Architecture
Affinity achieves its stunning visuals by bridging Pygments (for robust token lexing) and Rich (for terminal ANSI rendering).
Unlike standard bat, Affinity intercepts the token stream and injects calculated │ characters at precise indentation boundaries by reading mathematical spaces, ensuring that syntax colors (spans) are perfectly preserved even when slicing text arrays on the fly.
🤝 Contributing
We welcome contributions from developers across the globe!
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
❓ FAQ
Q: Does Affinity support binary files?
A: Yes! Affinity detects binary signatures automatically and gracefully prevents terminal garbage output.
Q: Why not just use bat?
A: bat is incredible, but Affinity goes a step further by natively rendering VS Code-like vertical indentation guides. This makes reading heavily nested Python or YAML files infinitely easier in the terminal.
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 affinity_code_viewer-0.1.5.tar.gz.
File metadata
- Download URL: affinity_code_viewer-0.1.5.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebcc5a4a117b6cda47bf5535542f92b155fdc7ecc9f7f09a46abb57dcc01e07a
|
|
| MD5 |
ae9f3486763ac2233eed74d70ff3bc74
|
|
| BLAKE2b-256 |
256bf2cabda66f7443b4f35eb3036e8f9507c48597e599ef27d7d71dc9dd3778
|
File details
Details for the file affinity_code_viewer-0.1.5-py3-none-any.whl.
File metadata
- Download URL: affinity_code_viewer-0.1.5-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca742c2924b0374bf15412e7fcf03eaa3821c0094523985f4fcd44c75291d602
|
|
| MD5 |
af425c38ca5a484a6ef244d74f2ad4f0
|
|
| BLAKE2b-256 |
46b8a1975306695872d70e33e1bbd21567fd93ce7c940fcc2114b36a61828ddd
|