https://github.com/paul-schaaf/vshell
v(oice) shell
https://github.com/paul-schaaf/vshell
rust shell voice
Last synced: 11 months ago
JSON representation
v(oice) shell
- Host: GitHub
- URL: https://github.com/paul-schaaf/vshell
- Owner: paul-schaaf
- License: mit
- Created: 2024-01-14T18:46:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T08:49:23.000Z (over 2 years ago)
- Last Synced: 2025-04-14T17:11:58.751Z (about 1 year ago)
- Topics: rust, shell, voice
- Language: Rust
- Homepage:
- Size: 1.21 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vshell
v(oice) shell - a shell optimized for voice usage

# Compatibility
- [x] mac
- [?] linux
- [x] windows - although some commands built into the windows shell may not work because on windows they are builtins but they are not built into vshell itself (yet?)
# Features
Go [here](https://github.com/paul-schaaf/vshell-commands) for a list of talon commands that use the shell's features.
- [x] basic shell functionality
- [x] pinned commands (pinned commands stay at the top of the history (see screenshot))
- [x] command history (see screenshot)
- [x] working directory history
- [x] hints to edit and navigate input and copy parts of output
- [x] execute commands using other shells (`bash`,`zsh`,`fish` etc.)
- [x] search and replace
- [x] select directories by clicking
- [ ] pagination
- [ ] expanding globs(*)
- [ ] unicode support
- [ ] piping commands
- [ ] redirecting commands
- [ ] aliases
- [ ] searching history
- [ ] pagination
- [ ] variable expansion
- [ ] ssh
# Installation
1.
- clone this repo and run `cargo build --release`
- or use `cargo install` with the `--git` flag
2.
- clone [this repo](https://github.com/paul-schaaf/vshell-commands) for the talon commands. It defines a tag that you can insert into your terminal.talon file.