An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


vshell


v(oice) shell - a shell optimized for voice usage


![example](example.png)

# 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.