Implementing a shell to learn Rust.
Command | Use | Usage |
---|---|---|
setpath |
setpath <path> |
adds a directory path |
showpath |
showpath |
show current paths |
- TOML config for paths, prompt colors
- trim subdirectory name to single character
- add some shorthands for commands like
ls -l
->ll
- directory and file highlighting
- tab completion for paths and commands
- alias for commands
- custom prompts and colors
- make docs