Skip to content

hobbestigrou/shim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shim - A vim inspired text editor

movement gif

See http://swong15.github.io/shim/ for overview

To install dependencies:

In the shim root directory

pip install -r requirements.txt

To run:

To add shim.py to your path in your .bashrc (~/.bashrc to edit) or .zshrc if you're using zsh etc

export PATH="[path-to-shim-folder-goes-here]/shim/src:$PATH"

If you are unsure as to what the path should look like: From the shim/src folder enter in your terminal

pwd

Suppose the output of that command was /Users/sebastianwong/Desktop/shim/src then add the following line to your .bashrc file (typically located at ~/.bashrc)

export PATH="/Users/sebastianwong/Desktop/shim/src:$PATH"

Now run

source ~/.bashrc

You should then be able to edit files with shim by typing

shim.py filename

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%