../age
A CLI tool for code age
Clone with
git clone git://git.awl.red/neallred/age

age📎

View history of your git project

examples📎

age view README.md # single file, within current project directory

cd src && age view main.rs # single file, within current project directory

age view /home/user/gitworkspace/project/README.md # absolute path

age view ../otherproject/README.md # relative path
.gitignore 1 year ago
Cargo.lock 1 year ago
Cargo.toml 1 year ago
LICENSE 1 year ago
README.md 1 year ago
src
main.rs 1 year ago