Skip to content

mec07/fish-async-prompt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

fish-async-prompt

Make your prompt asynchronous in Fish shell.

Description

Demo Video

It runs fish_prompt and fish_right_prompt functions as another process and then, update the prompt asyncronously.

Installation

Just say below!

$ fisher acomagu/fish-async-prompt

And then enjoy your creative time.

If your prompt don't work correctly, try changeing the configuration.

Configuration

Variable: async_prompt_inherit_variables

Define variables inherited to prompt functions. Set all to pass all global variables.

Default: status

Variable: async_prompt_functions

Define functions replaced to run asyncronously. Usually one or both of fish_prompt and fish_right_prompt.

Other functions can be specified, but they must be called from fish_prompt or fish_right_prompt and arguments can't be passed.

Default: fish_prompt fish_right_prompt

Author

About

Make your prompt asynchronous.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%