https://github.com/dpsanders/repohistorybrowser.jl
https://github.com/dpsanders/repohistorybrowser.jl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpsanders/repohistorybrowser.jl
- Owner: dpsanders
- License: mit
- Created: 2015-02-14T07:15:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T16:54:20.000Z (over 5 years ago)
- Last Synced: 2025-02-04T21:16:19.904Z (4 months ago)
- Language: Julia
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RepoHistoryBrowser
Julia package for interactively browsing through the history of a file in a git repo using an IJulia widget.
## Installation
julia> Pkg.clone("https://github.com/dpsanders/RepoHistoryBrowser.jl")
### Required packages
- Python:
- `pygments` package (including the `pygmentize` command-line utility)
- Julia:
- `Interact.jl` packageThere is also a `use_pygments` branch that directly uses the Python `pygments` package instead,
in which case you must also have the Julia package `PyCall` installed.## Usage
Use
using HistoryBrowser
browse_history(directory, filename)
or
browse_history(filename)
## Contributors:
- David P. Sanders