2 个版本
| 0.1.1 | 2020 年 8 月 8 日 |
|---|---|
| 0.1.0 | 2020 年 8 月 7 日 |
#27 在 #shell-prompt
38 每月下载量
20KB
476 行
nice_prompt
我为 shell 编写的最小提示符。
用法
USAGE:
nice_prompt [FLAGS]
FLAGS:
-h, --help Prints help information
-l, --logging Stores logging outupt in a cache directory.
-V, --version Prints version information
要记录日志,请使用 -l 标志。日志位于以下路径
| 平台 | 示例 |
|---|---|
| Linux | /home/alice/.config/nice_prompt/ |
| macOS | /Users/Alice/Library/Application Support/nice_prompt/ |
| Windows | C:\Users\Alice\AppData\Roaming\nice_prompt |
安装
-
安装 rust
-
使用
nice_prompt安装-
使用
cargocargo install nice_prompt -
使用 git
cargo install --force --git https://github.com/samyakahuja/nice_prompt.git
-
-
将以下内容放入你的
.bashrcPS1='$(nice_prompt)'
依赖项
~15MB
~318K SLoC