Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/targetdisk/minitator
A LibreCode Annotation helper
https://github.com/targetdisk/minitator
Last synced: 28 days ago
JSON representation
A LibreCode Annotation helper
- Host: GitHub
- URL: https://github.com/targetdisk/minitator
- Owner: targetdisk
- License: agpl-3.0
- Created: 2024-10-08T21:11:32.000Z (3 months ago)
- Default Branch: mane
- Last Pushed: 2024-11-21T19:22:19.000Z (about 2 months ago)
- Last Synced: 2024-11-21T20:25:48.572Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://sqt.wtf/~targetdisk/tator/
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this?
Possibly the silliest thing I have ever created... I needed something to power
me through annotating Asciinema sessions in my favorite text editor.![Minitator's web UI viewing a shell session running the Minitator Vim plugin](https://sqt.wtf/~targetdisk/blob/minitator-yo-dawg.png)
## How do I use?
1. Go [here](https://github.com/asciinema/asciinema-player/releases/latest) and
grab the latest `asciinema-player.css` and `asciinema-player.min.js`. Place
them in the root of [this repository](https://github.com/targetdisk/minitator).2. `xdg-open index.html` (or `open index.html` if you're on a Mac).
3. Install the Minitator plugin in your favorite editor:
- For Vim/Neovim users: see [this guide](VimHOWTO.md).See [this document](PlayerHOWTO.md) for more information on using the Minitator
web player UI.# Documentation
Please do *not* read the markdown docs as hosted on GitHub! They are correct in
their raw form in the repository, but rendered improperly by GitHub's Markdown
renderer (tables are fscked up). Please read the docs as hosted on my website
[here](https://sqt.wtf/~targetdisk/tator).