lazyfossil

Project goals
lazyfossil helps you work with Fossil SCM from the terminal in a simpler way: browse files, see history, preview changes, and commit or sync without extra friction.
- https://lazyfossil.org
- https://chiselapp.com/user/geraldo/repository/lazyfossil/
- https://github.com/geraldolsribeiro/lazyfossil
- https://crates.io/crates/lazyfossil
- Provide a fast terminal workflow for Fossil checkouts
- Combine working-tree and history browsing in a single UI
- Commit subsets of files without a staging area
- Start with a small, practical MVP and refine it over time
- Show a clear "not in a checkout" state when launched outside Fossil
Quick start
- Install it with
cargo install lazyfossil - Go to your project checkout
- Type
lazyfossil - Browse changes and history
- Press
qto quit
Installation
From crates.io
This is the preferred way to install and update lazyfossil.
Follow instructions in https://rust-lang.org/tools/install/ to install rust.
Pre-built binaries
Download pre-built binaries from the latest GitHub releases:
Source code
The lazyfossil source code is distributed under MIT license, and is maintained via Fossil SCM.
There are mirror repositories at GitHub and crates.io.
Screenshots and demos
lazyfossil is still in alpha, but it is already useful for everyday Fossil work. This project uses lazyfossil itself while we continue refining it, so the screenshots and demos reflect real use rather than a polished finish. If you work with Fossil from the terminal, try it and see whether it fits your workflow.
lazyfossil’s main screen is built around three views:



Why use lazyfossil
- Keep Fossil work inside a fast terminal UI
- See files, history, and diffs without leaving the app
- Commit only what you want, without a staging area
- Handle sync, ignore, and discard tasks from one place
- Stay productive even for binary files and missing-file cases
What it gives you
- A clear view of your working tree and extras
- File history and repository timeline in the same interface
- Helpful previews for text, binary, and hex views
- Simple keyboard and mouse navigation
- Quick commit and sync actions with confirmation prompts
- Better handling for common Fossil workflows
Roadmap
Done
- Working tree, file history, and timeline views
- Temporary selection-based commit flow
- Inline commit message prompt
- Ignore-file support
- Sync support
- Binary preview fallback
- XDG config file support
- Book documentation for the main views and config
- VHS demo tapes for the main flows
Next
- UI polish and layout tweaks
- Better mouse interactions and scrolling
- More tests for parsing and rendering
- Optional follow-up refinements
Versioning
This project follows semantic versioning: MAJOR.MINOR.PATCH.
Current version: 0.7.1.
Star History
Credits
fossil-scm.org
The Fossil SCM project is the version control system lazyfossil is built around.
pi.dev
Pi provides the agent harness used to develop and refine this project. Its tooling made it easier to iterate quickly, validate changes, and improve the TUI with confidence.
crates.io/crates/lazyfossil
The crates.io is the distribution channel for the Rust application, helping make lazyfossil available to the broader Rust ecosystem and simplifying installation and release management.
emojicombos.com/lazyfossil
This source provided the project logo artwork used in the README and assets, giving lazyfossil a recognizable visual identity.
Other fossil companion tools
- fnc - https://fnc.sh
- diesel - https://github.com/AnotherFoxGuy/diesel-scm
- fuel - https://fuel-scm.org/