vincent

package module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2023 License: MIT Imports: 6 Imported by: 0

README

vincent

PkgGoDev GoReportCard Coverage Status Packaging status

Terminal color scheme chooser (source).

asciicast

Getting Started

# bash (~/.bashrc)
source <(vincent _carapace)

# elvish (~/.elvish/rc.elv)
eval (vincent _carapace|slurp)

# fish (~/.config/fish/config.fish)
vincent _carapace | source

# nushell (~/.config/nushell/config.nu)
vincent _carapace nushell # update config.nu manually according to output

# oil (~/.config/oil/oshrc)
source <(vincent _carapace)

# powershell (~/.config/powershell/Microsoft.PowerShell_profile.ps1)
Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" }
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
vincent _carapace | Out-String | Invoke-Expression

# tcsh (~/.tcshrc)
set autolist
eval `vincent _carapace`

# xonsh (~/.config/xonsh/rc.xsh)
COMPLETIONS_CONFIRM=True
exec($(vincent _carapace))

# zsh (~/.zshrc)
source <(vincent _carapace)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(name string) (*scheme.Scheme, error)

func Schemes added in v0.1.2

func Schemes() []string

Types

This section is empty.

Directories

Path Synopsis
cmd
pkg
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL