Skip to content

samyakahuja/nice_prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nice_prompt

Minimal prompt for my shell.

asciicast

Usage

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

  • 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)'

About

The shell prompt I use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages