Skip to content

Add indicator that the terminal is being transmitted #14

@vitorbaptista

Description

@vitorbaptista

A suggestion I've found in https://news.ycombinator.com/item?id=6191266 was to add a red recording sign. To do so, we could use:

RECORDING="`printf '\033[1;31m\342\227\217\033[0m '`"
export PS1="$RECORDING $PS1"

The problem is: how to pass this through script?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions