We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea0171 commit b16930eCopy full SHA for b16930e
.gitignore
@@ -103,3 +103,5 @@ ENV/
103
104
# idea
105
.idea/
106
+
107
+.vscode/
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.3.6 (2019-06-06)
6
+------------------
7
+* Format code using black
8
+* Update install to include conda-forge path
9
10
0.3.5 (2019-05-23)
11
------------------
12
* Delete blank top line from beeline by default.
README.rst
@@ -48,13 +48,19 @@ Installation
48
pip install issho
49
50
51
+::
52
53
+ conda install -c conda-forge issho
54
55
56
Features
57
--------
58
59
* Simple access to simple commands
60
- Port forwarding
61
- Executing commands over ssh
62
- Transferring files over sftp
63
+ - Running a hive query
64
65
Credits
66
-------
0 commit comments