Crates.io | nice_prompt |
lib.rs | nice_prompt |
version | 0.1.1 |
source | src |
created_at | 2020-08-07 13:44:45.582119 |
updated_at | 2020-08-08 18:21:23.717817 |
description | Minimal prompt for shell |
homepage | |
repository | https://github.com/samyakahuja/nice_prompt |
max_upload_size | |
id | 273995 |
size | 34,251 |
Minimal prompt for my 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
To log use the -l
flag. Logs are present at following paths:
Platform | Example |
---|---|
Linux | /home/alice/.config/nice_prompt/ |
macOS | /Users/Alice/Library/Application Support/nice_prompt/ |
Windows | C:\Users\Alice\AppData\Roaming\nice_prompt |
Install rust
Install nice_prompt
using cargo
cargo install nice_prompt
using git
cargo install --force --git https://github.com/samyakahuja/nice_prompt.git
Put this in your .bashrc
PS1='$(nice_prompt)'