Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcmdnk/escape_sequence
Scripts for checking escape sequences.
https://github.com/rcmdnk/escape_sequence
Last synced: about 1 month ago
JSON representation
Scripts for checking escape sequences.
- Host: GitHub
- URL: https://github.com/rcmdnk/escape_sequence
- Owner: rcmdnk
- Created: 2013-11-02T18:26:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T09:01:00.000Z (about 6 years ago)
- Last Synced: 2024-05-01T12:24:40.081Z (7 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
escape_sequence
===============Scripts for checking escape sequences.
## Installation
On Mac, you can install scripts by [Homebrew](https://github.com/mxcl/homebrew):
$ brew tap rcmdnk/rcmdnkpac
$ brew install escape_sequenceIf you have [brew-file](https://github.com/rcmdnk/homebrew-file), add following lines to Brewfile:
tap 'rcmdnk/rcmdnkpac'
brew 'escape_sequence'then, do:
$ brew file install
Or if you write like:
tapall 'rcmdnk/rcmdnkpac'
and do `brew file install`, you will have all useful scripts in
[rcmdnkpac](https://github.com/rcmdnk/homebrew-rcmdnkpac).You can also use an install script on the web like:
$ curl -fsSL https://raw.github.com/rcmdnk/escape_sequence/install/install.sh| sh
This will install scripts to `/usr/bin`
and you may be asked root password.If you want to install other directory, do like:
$ curl -fsSL https://raw.github.com/rcmdnk/escape_sequence/install/install.sh| prefix=~/usr/local/ sh
Or, simply download scripts and set where you like.
## Usage
### bin/escseqcheck
Show results of escape sequences.
### bin/256colors
Check 256 colors.
### bin/colcheck
Check Ansi colors, 256 colors and 24 bit true colors.
## References
* [Cygwin+screenで256 colorを有効にする](http://rcmdnk.github.io/blog/2013/09/05/computer-cygwin-putty-vim/)