Skip to content

Bahex/nu-repl-command-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A nushell menu that display information about the command closest to the cursor.

Activate with Alt+S

pwd-help

pwd-source

Usage

# Import the module
use repl-command-info

# Apply default settings
repl-command-info --apply

# Or 
$env.config.menus ++= [( repl-command-info menu )]
$env.config.keybindings ++= [( repl-command-info keybind )]
# Or
$env.config.keybindings ++= [( repl-command-info keybind {keycode: char_d})]

About

A nushell menu that display information about the command closest to the cursor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published