Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengliw authored Jun 11, 2022
1 parent af4e83e commit 7da33ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# MakeThingsEasier - mte

A command line utility/python script to speed up your workflow. After a mte shell is opened, just type a letter/word/whatever man (afterwards keyconfigurable) to open a browser, run a custom python script and more!
A command line utility/python script to speed up your workflow. After a mte shell is opened, just type a letter/word/whatever man (afterwards configurable) to open a browser, run a custom python script and more!

## Why this useless script?

Uh.. I hate to touch my mouse, it makes me unprofessional. And I hate having to type an essay when I just want to open my browser.

## How to use?

First, go to keykeyconfig.txt and change the actions according to your needs. On the left side of the equal sign (=), type the shortcut you want and on the right side, type what should be executed in the terminal. **Don't add spaces around the equal sign.**
First, go to keyconfig.txt and change the actions according to your needs. On the left side of the equal sign (=), type the shortcut you want and on the right side, type what should be executed in the terminal. **Don't add spaces around the equal sign.**

Then, execute main.py (name can vary) to get to the interactive MTE shell to use your defined action shortcuts.

Expand Down

0 comments on commit 7da33ae

Please sign in to comment.