+
Skip to content

akaiser/yaansi

Repository files navigation

yaansi

Yet another ANSI implementation! A utility package to color your terminal.

Notable source: https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797

Usage

Installation

dart pub add yaansi

Example:

import 'package:yaansi/yaansi.dart';

void main() {
  // extensions
  print('Lorem ipsum'.bold.red);

  // functions
  print(blue(italic('Lorem ipsum')));

  // inline mixing and nesting
  print('${green(' Lorem').bold} ${redBg(' ipsum ').white}'.whiteBg);

  // reusable styling
  const style = YaansiStyle(
    color: YaansiColor.yellow,
    bgColor: YaansiColor.black,
    modes: {YaansiMode.bold, YaansiMode.italic},
  );
  print(style.apply('One'));
  print(style.apply('Two'));
}

example output

Notes

  • Supports only basic colors and modes.

License

See the LICENSE file.

Version history

See the CHANGELOG.md file.

About

Yet another ANSI implementation! A utility package to color your terminal.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载