Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansilove/QLAnsilove
macOS QuickLook plugin for quick views of ANSi, ASCii, and other text mode art.
https://github.com/ansilove/QLAnsilove
ansi ansiart macos quicklook quicklook-plugin
Last synced: 2 days ago
JSON representation
macOS QuickLook plugin for quick views of ANSi, ASCii, and other text mode art.
- Host: GitHub
- URL: https://github.com/ansilove/QLAnsilove
- Owner: ansilove
- License: other
- Archived: true
- Created: 2017-11-02T19:58:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T02:38:11.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:54:45.330Z (3 months ago)
- Topics: ansi, ansiart, macos, quicklook, quicklook-plugin
- Language: Objective-C
- Homepage: https://www.ansilove.org
- Size: 666 KB
- Stars: 55
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - QLAnsilove - mode Art | ANSi (.ANS, .CIA, .ICE),Binary (.BIN),Artworx (.ADF),iCE Draw (.IDF),Xbin (.XB),PCBoard (.PCB),Tundra (.TND),ASCII (.ASC),Release info (.NFO),Description in zipfile (.DIZ),Membership in zipfile (.MEM) | (Plugins / Manually)
README
## QLansilove is being moved to archive/read-only. Apple has deprecated quicklook generators in Big Sur in favor of including previews in app extensions. I will look to see if it would be possible to include this functionality in Ascension which is a more appropriate and Apple-like place for this functionality to land. -AK
# QLAnsilove
macOS QuickLook plugin for text-mode art supported by the ansilove library. All file formats supported by ansilove are supported by the plugin.
The latest compiled version can be downloaded from [Releases](https://github.com/ansilove/QLAnsilove/releases).
![example rendered folder of files](https://github.com/ansilove/QLAnsilove/blob/master/rendered-folder-example.png)
## Installation
Decompress the .zip file and place `QLAnsilove.qlgenerator` in your `/Library/QuickLook` folder.
You may need to logout of your macOS session or reload the quicklook demon for the plugin to take effect. To reload the quicklook daemon and refresh plugins type `qlmanage -r` from the terminal.
# File Types Supported
- ANSi (.ANS, .CIA, .ICE)
- Binary (.BIN)
- Artworx (.ADF)
- iCE Draw (.IDF)
- Xbin (.XB)
- PCBoard (.PCB)
- Tundra (.TND)
- ASCII (.ASC)
- Release info (.NFO)
- Description in zipfile (.DIZ)
- Membership in zipfile (.MEM)## Acknowledgements
This plugin is based on the amazing work of [ansilove/C](https://github.com/ansilove/ansilove) and the [ansilove.framework](https://github.com/ansilove/AnsiLove.framework).