Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/da-liii/tigmacs
https://github.com/da-liii/tigmacs
git guile texmacs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/da-liii/tigmacs
- Owner: da-liii
- Archived: true
- Created: 2017-10-03T14:51:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T12:30:48.000Z (about 7 years ago)
- Last Synced: 2024-05-23T04:50:30.467Z (6 months ago)
- Topics: git, guile, texmacs
- Language: Tcl
- Size: 454 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tigmacs: TeXmacs Git Plugin
[![Join the chat at https://gitter.im/texmacs/Lobby](https://badges.gitter.im/texmacs/Lobby.svg)](https://gitter.im/texmacs/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)## Installation
``` bash
mkdir -p $HOME/.TeXmacs/progs/utils
git clone [email protected]:sadhen/tigmacs.git $HOME/.TeXmacs/progs/utils/git
echo "(use-modules (utils git git-menu))" >> $HOME/.TeXmacs/progs/my-init-texmacs.scm
```## Screenshot
### git status
![](screenshots/git-status.png)
### git log
![](screenshots/git-log.png)
### git diff
![](screenshots/git-diff.png)
### git log (current-buffer)
![](screenshots/git-history.png)