书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 75 个相关结果.
  • Reedline, Nu’s line editor

    Reedline, Nu’s line editor Configuration Editing mode Default keybindings Command history Customizing your prompt Keybindings Send type Edit type Until type Removing a defa...
  • 迁移到 Nu

    从 Bash 到 Nu 从其他 Shell 或 DSL 到 Nu 从命令式语言到 Nu 从函数式语言到 Nu Nushell 运算符
  • 模块

    模块 基础知识 使用模块 导入符号 模块文件 本地自定义命令 环境变量 导出符号 隐藏 模块 与其他许多编程语言类似,Nushell 也有模块,可以让你将自定义的命令导入到当前作用域中。 然而,由于 Nushell 也是一个 Shell,模块还允许你导入环境变量,可以用来方便地激活/停用各种环境配置。 注意! 目前对模块的实现是相当基...
  • Reedline,Nu 的行编辑器

    Reedline,Nu 的行编辑器 配置 编辑模式 默认键盘绑定 命令历史 定制你的提示 按键绑定 send 类型 edit 类型 until 类型 移除一个默认的按键绑定 排查键盘绑定问题 菜单 帮助菜单 补全菜单 历史菜单 搜索历史记录 菜单快速选择 用户定义菜单 菜单按键绑定 Reedline,Nu 的行编辑...
  • Nu 的配色和主题

    Nu 的配色和主题 表格边框 颜色符号 属性 “标准颜色”和缩写 "#hex" 格式 完整 "#hex" 格式 原始值 特殊的 “原始值”(不是真正的原始值,它们的存在仅仅是为了着色) Shape 值 “提示”的配置和着色 ls 命令的配色:LS_COLORS 主题 Nu 的配色和主题 Nushell 界面的许多部分都...
  • Custom completions

    Custom completions Example custom completion Modules and custom completions Custom completion and extern Custom completions Custom completions allow you to mix together two ...
  • Coloring and theming in Nu

    Coloring and theming in Nu Table borders Color symbologies attributes normal colors and abbreviations "#hex" format full "#hex" format Primitive values special “primi...
  • Operators

    Operators Order of operations Regular Expression / string-contains Operators Case Sensitivity Operators Nushell supports the following operators for common math, logic, and s...
  • Plugins

    Plugins Adding a plugin Examples Debugging Help Plugins Nu can be extended using plugins. Plugins behave much like Nu’s built-in commands, with the added benefit that they c...
  • 自定义补全

    自定义补全 自定义补全例子 模块和自定义补全 自定义补全和 extern 自定义补全 自定义补全允许你混合使用 Nushell 的两个功能:自定义命令和补全。有了它们,你就能够创建支持对位置参数和标志(Flags)参数进行自动补全的命令。这些自定义补全既适用于自定义命令,也适用于 已知的外部或extern命令 。 自定义命令有两个部分:处理补...