Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/rish
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/rish
- Owner: zztkm
- Created: 2023-09-08T07:02:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T04:34:50.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:52.801Z (16 days ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rish
interactive shell written in rust
## Features
- basic shell 🤔
- Run WASI
- Run editor (vim, emacs, nano, etc...)## 仕様
### 起動時
以下の優先順位で設定ファイルを探して読み込む
1. 引数に指定されたファイル
2. シェルを起動したカレントディレクトリの `.rishrc.toml`
3. ホームディレクトリの `.rishrc.toml`### Wasi 実行
参考
- https://github.com/wasmerio/wasmer/blob/master/examples/wasi.rs