Skip to content

secretfader/vimspeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimSpeak

An experiment in hands-free editing, aiming to make the craft of software engineering more accessible.

Requirements

  • wget
  • Rust version 1.41.1 (or greater)
  • GNU Make

Building

Unfortunately, project requirements make running cargo standalone a bit more complex than usual. Instead, you'll likely use the provided Makefile which presents the following commands:

  • make: clean dependency and build directories before downloading the DeepSpeech native client for a given operating system and architecture
  • make clean: remove temporary dependencies and build artifacts
  • make build: sets the environment variable LIBRARY_PATH to point at required dependencies before calling cargo build

Why Vim?

At the core, Vim's modes and key commands are essentially a grammar for communicating with your editor.

Inspired By

License

Copyright 2020 Nicholas Young. Licensed under the Mozilla Public License, version 2.0.

About

[WIP] Control Vim (and editors that support Vi key-bindings) by voice.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published