Skip to main content
Module

x/feomasto/priv/deps.ts

Sync posts from Mastodon into FeoBlog
Latest
import * as feomasto from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";

Namespaces

String formatters and utilities for dealing with ANSI color codes.

Utilities for working with OS-specific file paths.

Classes

Completion list type.

Boolean type with auto completion. Allows true, false, 0 and 1.

String type with auto completion of child command names.

String type with auto completion of sibling command names.

Generates shell completion scripts for various shells.

Enum type. Allows only provided values.

Integer type.

Generates well formatted and colored help output for specified command.

Integer type.

Number type.

String type. Allows any value.

c
command.Type
abstract

Base class for custom types.

A basic client for talking to a FeoBlog server.

Private keys are stored as base58check-encoded strings. They are only necessary to sign new pieces of content. You should keep a PrivateKey in memory for as short a time as possible.

A detached NaCL signature over an Item.

UserIDs in FeoBlog are NaCL signing keys.

Functions

Set background color to black.

Set background color to blue.

Set background color to bright black.

Set background color to bright blue.

Set background color to bright cyan.

Set background color to bright green.

Set background color to bright magenta.

Set background color to bright red.

Set background color to bright white.

Set background color to bright yellow.

Set background color to cyan.

Set background color to green.

Set background color to magenta.

Set background color to red.

Set background color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set background color to white.

Set background color to yellow.

Set text color to black.

Set text color to blue.

Make the text bold.

Set text color to bright black.

Set text color to bright blue.

Set text color to bright cyan.

Set text color to bright green.

Set text color to bright magenta.

Set text color to bright red.

Set text color to bright white.

Set text color to bright yellow.

Set text color to cyan.

The text emits only a small amount of light.

Get whether text color change is enabled or disabled.

Set text color to gray.

Set text color to green.

Make the text hidden.

Invert background color and text color.

Make the text italic.

Set text color to magenta.

Set text color to red.

Reset the text modified

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set changing text color to enabled or disabled

Put horizontal line through the center of the text.

Remove ANSI escape codes from the string.

Make the text underline.

Set text color to white.

Set text color to yellow.

Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator.

Convert a glob string to a regular expression.

Test whether the given string is a glob

Like join(), but doesn't collapse "**/.." when globstar is true.

Like normalize(), but doesn't collapse "**/.." when globstar is true.

Parse parses TOML string into an object.

Stringify dumps source object into TOML string and returns it.

Interfaces

Argument details.

Type details.

Result of cmd.parse() method.

Completion options.

Completion settings.

Environment variable settings.

Environment variable options

Example settings.

Environment variable options

Command option options.

Command option settings.

Type settings.

Type options.

When we load a profile, we don't know its signature until it's loaded. Return the signature w/ the Item:

A parsed path object generated by path.parse() or consumed by path.format().

Type Aliases

Action handler for commands and options.

Type parser method.

Default flag value

Description handler.

Description handler.

Help callback method to print the help. Invoked by the --help option and help command and the .getHelp() and .showHelp() methods.

T
command.IAction
deprecated
T
command.IEnvVar
deprecated
T
command.IExample
deprecated
T
command.IOption
deprecated
T
command.IType
deprecated

Custom type handler/parser.

Version callback method to print the version. Invoked by the --help option command and the .getVersion() and .showHelp() methods.