#automatic #command-line-tool #configuration #segment #json #transient-prompt #oh-my-posh

bin+lib posh-transient

A simple command-line tool that automatically adds transient-prompt to your oh-my-posh configuration

1 unstable release

0.2.1 May 24, 2023
0.2.0 May 24, 2023
0.1.0 May 24, 2023

#564 in Configuration

33 downloads per month

Custom license

715KB
67 lines

Posh-Transient

A simple command-line tool that automatically adds transient-prompt to your oh-my-posh configuration, based on the rightest left segment of your input line.

Install

cargo install posh-transient

Usage

One-time generate

# prints path to the generated file
posh-transient <input theme json> <output folder or file>

If an output folder (instead of a preexisted file) is specified, assume your input is theme.json, the output filename would be theme.transient.json.

Put it inside oh-my-posh init

Replace your configuration path to an invocation of this program.

Take pwsh as an example:

# Change this
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/catppuccin_mocha.omp.json" | Invoke-Expression

# Into this
oh-my-posh init pwsh --config (&posh-transient "$env:POSH_THEMES_PATH/catppuccin_mocha.omp.json" "<Some folder you want to place the generated file in>") | Invoke-Expression

posh-transient will exit early if the destination file is already generated.

Example

atomic

Dependencies

~1.8–2.7MB
~53K SLoC