https://github.com/ydaveluy/pretty-console
Eclipse plugin that handle ANSI escape sequences in the console
https://github.com/ydaveluy/pretty-console
ansi-colors console console-colors eclipse eclipse-plugin java
Last synced: 3 months ago
JSON representation
Eclipse plugin that handle ANSI escape sequences in the console
- Host: GitHub
- URL: https://github.com/ydaveluy/pretty-console
- Owner: ydaveluy
- License: epl-2.0
- Created: 2022-06-12T12:02:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T16:36:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T11:30:59.326Z (5 months ago)
- Topics: ansi-colors, console, console-colors, eclipse, eclipse-plugin, java
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Pretty Console
===================================Eclipse plugin that handle ANSI escape sequences to color the Eclipse console output.
This plugin is a fork of `https://github.com/mihnita/ansi-econsole`**Marketplace install:**
* In Eclipse select “Help” -> “Eclipse Marketplace...” in the “Find” tab search for “ANSI”
Link: https://marketplace.eclipse.org/content/pretty-console
You can of course mark it as “Favorite” to find it easier next time, or on a different machine :-)**Direct install:**
* In Eclipse select “Help” -> “Install New Software...” and click “Add...” to add the following URL:
`https://daveluy.jfrog.io/artifactory/pretty-console/`
* You can then select the site in the “Work with” list and continue the installation like with any other plugin.Detailed info at https://github.com/ydaveluy/pretty-console/wiki.