Skip to content

Commit 2f23636

Browse files
committed
Update README.md
1 parent 0e065e0 commit 2f23636

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience
88
when coding python 3 by voice.
99

10-
![](doc/gif/big3.gif)
10+
![](doc/gif/arg5.gif)
1111

1212
## Motivation
1313

@@ -17,12 +17,14 @@ with [Caster](https://github.com/dictation-toolbox/Caster). Despite the excelle
1717
In particular, navigation through the code sometimes felt a little bit too mechanistic. Say for instance you want to go to some location or select some text. For the most part ,you are describing what actions
1818
need to be taken to get there. What if you could instead simply describe (syntactically) what you want to select?
1919

20+
![](doc/gif/big3.gif)
21+
2022
PythonVoiceCodingPlugin tries to enable you to do just that!
2123
To provide this functionality, it ships with bundles the implement a grammar, hopefully expressive enough for describing regions of interest, while running on the voice coding macro system side and
2224
cooperate with the core plugin, running on the editor side, arguably the more suitable of the two environments
2325
for analyzing source code and decoding the meaning of queries within the given context.
2426

25-
27+
![](./gif/d5.gif)
2628

2729

2830
I want to be honest. This is not exactly the best code ever written. It is far from it:) And it is far from the full functionality i would want it to offer. Nonetheless, I still think that PythonVoiceCodingPlugin is a tool that :

0 commit comments

Comments
 (0)