Skip to main content

ANSI escape codes for manipulating the terminal

Project description

ansi-escapes

ANSI escape codes for manipulating the terminal

A port of the Node.js package ansi-escapes to Python.

Install

python3 -m pip install -U ansi-escapes

Usage

from ansi_escapes import ansiEscapes
import sys

# Moves the cursor two rows up and to the left
sys.stdout.write(ansiEscapes.cursorUp(2) + ansiEscapes.cursorLeft)
#>>> '\u001B[2A\u001B[1000D'

API

cursorTo(x, y?)

Set the absolute position of the cursor. x0 y0 is the top left of the screen.

cursorMove(x, y?)

Set the position of the cursor relative to its current position.

cursorUp(count)

Move cursor up a specific amount of rows. Default is 1.

cursorDown(count)

Move cursor down a specific amount of rows. Default is 1.

cursorForward(count)

Move cursor forward a specific amount of columns. Default is 1.

cursorBackward(count)

Move cursor backward a specific amount of columns. Default is 1.

cursorLeft

Move cursor to the left side.

cursorSavePosition

Save cursor position.

cursorRestorePosition

Restore saved cursor position.

cursorGetPosition

Get cursor position.

cursorNextLine

Move cursor to the next line.

cursorPrevLine

Move cursor to the previous line.

cursorHide

Hide cursor.

cursorShow

Show cursor.

eraseLines(count)

Erase from the current cursor position up the specified amount of rows.

eraseEndLine

Erase from the current cursor position to the end of the current line.

eraseStartLine

Erase from the current cursor position to the start of the current line.

eraseLine

Erase the entire current line.

eraseDown

Erase the screen from the current line down to the bottom of the screen.

eraseUp

Erase the screen from the current line up to the top of the screen.

eraseScreen

Erase the screen and move the cursor the top left position.

scrollUp

Scroll display up one line.

scrollDown

Scroll display down one line.

clearScreen

Clear the terminal screen. (Viewport)

clearTerminal

Clear the whole terminal, including scrollback buffer. (Not just the visible part of it)

beep

Output a beeping sound.

link(text, url)

Create a clickable link.

Supported terminals. Use supports-hyperlinks to detect link support.

image(filePath, options?)

(Not yet implemented.)

Display an image.

Currently only supported on iTerm2 >=3

See term-img for a higher-level module.

input

Type: Buffer

Buffer of an image. Usually read in with fs.readFile().

options

Type: object

width
height

Type: string | number

The width and height are given as a number followed by a unit, or the word "auto".

  • N: N character cells.
  • Npx: N pixels.
  • N%: N percent of the session's width or height.
  • auto: The image's inherent size will be used to determine an appropriate dimension.
preserveAspectRatio

Type: boolean
Default: true

iTerm.setCwd(path?)

Type: string
Default: process.cwd()

Inform iTerm2 of the current directory to help semantic history and enable Cmd-clicking relative paths.

iTerm.annotation(message, **options)

Creates an escape code to display an "annotation" in iTerm2.

An annotation looks like this when shown:

See the iTerm Proprietary Escape Codes documentation for more information.

message

Type: string

The message to display within the annotation.

The | character is disallowed and will be stripped.

options

Type: object

length

Type: number
Default: The remainder of the line

Nonzero number of columns to annotate.

x

Type: number
Default: Cursor position

Starting X coordinate.

Must be used with y and length.

y

Type: number
Default: Cursor position

Starting Y coordinate.

Must be used with x and length.

isHidden

Type: boolean
Default: false

Create a "hidden" annotation.

Annotations created this way can be shown using the "Show Annotations" iTerm command.

Related

  • ansi-styles - ANSI escape codes for styling strings in the terminal

License

MIT

Contact

A library by Shawn Presser. If you found it useful, please consider joining my patreon!

My Twitter DMs are always open; you should send me one! It's the best way to reach me, and I'm always happy to hear from you.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ansi-escapes-0.1.1.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ansi_escapes-0.1.1-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file ansi-escapes-0.1.1.tar.gz.

File metadata

  • Download URL: ansi-escapes-0.1.1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.2 Darwin/20.3.0

File hashes

Hashes for ansi-escapes-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dbe59dd683e9a05a9821cdc3f190ed2a98ffd08d555920da2c36a898d67724d4
MD5 ea3e4f4c6be2a08efa881f40f1bcfde9
BLAKE2b-256 573ce90e9017f3fce4841ebdf39af12480e54dbfdb2592d0f9264733f4bfd23c

See more details on using hashes here.

File details

Details for the file ansi_escapes-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ansi_escapes-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.2 Darwin/20.3.0

File hashes

Hashes for ansi_escapes-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 543035918c38b758ddf80661178eecc67f602b035c37ebfa75c319382bfd9219
MD5 91ce943e49e314092a3a6c3e65762f89
BLAKE2b-256 6bccd7fe3ab06f2f5ce3056cdbcc5424d77f58fbc34355ef5de995b9ffc3119b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page