Skip to content

Commit d86bfb3

Browse files
committed
pypi fix & autojump
1 parent 2fdac04 commit d86bfb3

File tree

4 files changed

+27
-36
lines changed

4 files changed

+27
-36
lines changed

.idea/workspace.xml

+21-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@ Fast Terminal
9999

100100
You can see the codes at `rtpy/_terminal`, I have just implemented full featured `ls`, `cd`, `echo`, pipe-operator and quote expression.
101101

102-
103102
[![terminal_demo](https://github.com/thautwarm/rtpy/blob/master/terminal_demo.jpg)](https://github.com/thautwarm/rtpy/blob/master/terminal_demo.jpg)
104103

105104
The implementations are so trivial:
106105

107-
See `rtpy.terminal.path`:
106+
See `rtpy._terminal.path`:
108107

109108
```python
110109

@@ -131,7 +130,7 @@ And `autojump` is very easy to implement, too.
131130

132131
- Auto Jump
133132

134-
See [autojump in rtpy-terminal](https://github.com/thautwarm/rtpy/blob/master/rtpy/rtpy-terminal/path.py).
133+
See [autojump in rtpy-terminal](https://github.com/thautwarm/rtpy/blob/master/rtpy/_terminal/path.py).
135134

136135
[![autojump](https://github.com/thautwarm/rtpy/blob/master/auto_jump.jpg)](https://github.com/thautwarm/rtpy/blob/master/auto_jump.jpg)
137136

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ And ``autojump`` is very easy to implement, too.
131131
- Auto Jump
132132

133133
See `autojump in
134-
rtpy-terminal <https://github.com/thautwarm/rtpy/blob/master/rtpy/rtpy-terminal/path.py>`__.
134+
rtpy-terminal <https://github.com/thautwarm/rtpy/blob/master/rtpy/_terminal/path.py>`__.
135135

136136
|autojump|
137137

@@ -145,6 +145,6 @@ Welcome to
145145
- Make interesting and powerful commands to ``rbnf/_terminal``.
146146

147147
.. |terminal_demo| image:: https://github.com/thautwarm/rtpy/blob/master/terminal_demo.jpg
148-
:target: https://github.com/thautwarm/rtpy/blob/master/terminal_demo.jpg
148+
:target: https://github.com/thautwarm/rtpy/blob/master/terminal_demo.jpg
149149
.. |autojump| image:: https://github.com/thautwarm/rtpy/blob/master/auto_jump.jpg
150-
:target: https://github.com/thautwarm/rtpy/blob/master/auto_jump.jpg
150+
:target: https://github.com/thautwarm/rtpy/blob/master/auto_jump.jpg

next_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

0 commit comments

Comments
 (0)