kosh

Crates.iokosh
lib.rskosh
version0.1.1
sourcesrc
created_at2023-01-23 15:36:50.147264
updated_at2023-03-19 11:21:16.080691
descriptionAn opinionated shell with a focus on simplicity and performance
homepage
repository
max_upload_size
id765911
size23,454
Julien Montagut (julienmontagut)

documentation

README

Kosh

Kosh is an opinionated shell with a focus on simplicity and ease of use.

🚧 This is a work in progress aimed at exercising my rust skills. 🚧

Features

  • Basic shell
  • Command line editing
  • Command history
  • Command completion and suggestions
  • Syntax highlighting
  • Beautiful prompt
  • Aliases
  • POSIX compliance https://pubs.opengroup.org/onlinepubs/9699919799/
  • Auto-install missing commands
  • Smart prompt handling git repos, rust projects, etc.
  • More to come...

Ideas

  • Auto-install missing commands
  • Auto-update outdated commands (requires integration of a package manager)
  • Smart prompt handling git repos, rust projects, etc.
Commit count: 0

cargo fmt