Docs.rs
fileview-1.20.0
fileview 1.20.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Hiro-Chiba
Dependencies
anyhow ^1.0
normal
arboard ^3.4
normal
crossterm ^0.29
normal
dirs ^5.0
normal
flate2 ^1.0
normal
image ^0.25
normal
mlua ^0.10
normal
notify ^8.2
normal
notify-debouncer-mini ^0.6
normal
nucleo-matcher ^0.3
normal
ratatui ^0.30
normal
ratatui-image ^10.0.4
normal
serde ^1.0
normal
syntect ^5
normal
tar ^0.4
normal
tempfile ^3
normal
toml ^0.8
normal
trash ^5
normal
zip ^2.4
normal
assert_cmd ^2
dev
predicates ^3
dev
tempfile ^3
dev
Versions
86.41%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module git
fileview
1.20.0
Module git
Module Items
Structs
Enums
Functions
In crate fileview
fileview
Module
git
Copy item path
Source
Expand description
Git integration module
Structs
§
File
Diff
Complete diff output for a file
GitStatus
Git repository status information
Enums
§
Diff
Line
A line in a diff output
File
Status
Git file status
Functions
§
get_
diff
Get the diff for a file
is_
staged
Check if a file is staged (has changes in the index)
stage
Stage a file (git add)
unstage
Unstage a file (git reset HEAD)