Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/bash-dvorak
Provide simple functions for switching to and from dvorak
https://github.com/bahamas10/bash-dvorak
Last synced: about 2 months ago
JSON representation
Provide simple functions for switching to and from dvorak
- Host: GitHub
- URL: https://github.com/bahamas10/bash-dvorak
- Owner: bahamas10
- Created: 2013-10-02T18:31:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T05:04:15.000Z (over 10 years ago)
- Last Synced: 2024-05-08T20:01:55.246Z (8 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bash-dvorak
===========Provide simple functions for switching to and from dvorak
This plugin has been tested and works on Mac OS X, Linux, and Illumos.
It uses `setxkbmap` and `loadkeys` as appropriate
if AppleScript is not found.Installation
------------### bics
Use [bics](https://github.com/bahamas10/bics) to manage this plugin
After installing `bics`, install this plugin by running
bics install git://github.com/bahamas10/bash-dvorak.git
### manually
git clone git://github.com/bahamas10/bash-dvorak.git
cd bash-dvorak
cat dvorak.bash >> ~/.bashrc
exec bashUsage
-----The first 4 characters of the homerow are functions to toggle keyboard layouts.
Run `aoeu` to switch from dvorak to qwerty and `asdf` to switch from qwerty to
dvorak.Exports
-------### Global Variables
None
### Environmental Variables
None
### Functions
- `aoeu()` - switch from dvorak to qwerty
- `asdf()` - switch from qwerty to dvorak### Aliases
None
License
-------MIT