Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasi-master/showfile
A tool to view files with their proper syntax highlighting in the console
https://github.com/wasi-master/showfile
coding console file high-performance highlighting syntax syntax-highlighting terminal
Last synced: 4 days ago
JSON representation
A tool to view files with their proper syntax highlighting in the console
- Host: GitHub
- URL: https://github.com/wasi-master/showfile
- Owner: wasi-master
- License: mit
- Created: 2021-08-20T17:43:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T18:18:35.000Z (over 3 years ago)
- Last Synced: 2024-04-23T20:15:25.773Z (9 months ago)
- Topics: coding, console, file, high-performance, highlighting, syntax, syntax-highlighting, terminal
- Language: Python
- Homepage: https://wasi-master.github.io/showfile/
- Size: 997 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShowFile
A tool to show files with their proper syntax highlighting in the console
- 🌟 Supports Over [250 languages](https://pygments.org/languages/)
- 🚀 Blazingly Fast
- 👶 Extremely Easy to Use
- 🤖 Automatically detects File Types
- 😏 Really Lightweight (3.55 KB)
- 😍 Beautiful Syntax Highlighting using the [Monokai Pro](https://monokai.pro) theme[View Demo](https://wasi-master.github.io/showfile/demo.html)
## Installation
First make sure you have [python](https://python.org) installed and added to path then run the following command
```sh
python -m pip install showfile
```## Usage
To show the contents of a file simply use
```sh
showfile file.py
```[![python.gif](https://raw.githubusercontent.com/wasi-master/showfile/main/demos/gifs/python.gif)](demos/files/demo.py)