Skip to content

eiiko6/Ryn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryn

A minimalist shell written in Rust. For now it only supports interactive use.

Configuration

You can create a configuration file in ~/.config/ryn/config

Prompt

prompt = "{user}@{host}> "

Available variables:

  • {user}: username as in whoami

  • {host}: hostname as in /etc/hostname

  • {dir}: full working directory from /

  • {git}: repository and branch names, and status icon

  • {time24}: current time in hh:mm:ss 24-hour format

  • {variable ifnotgit}: uses the variable if not in a gir repo, empty otherwise

    example: {dir ifnotgit} will be {dir} if not in a git repo, and empty otherwise

Features

  • Saved history, with arrow navigation
  • Handling "quotes"
  • Prompt configuration

About

A minimalist shell written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages