-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from BoogerMan2103/window
Cmd optional arg to not render terminal window
- Loading branch information
Showing
5 changed files
with
83 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<!-- Generated by SVGo --> | ||
<svg width="2596" height="1510" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<rect x="0" y="0" width="2596" height="1510" style="fill:#282d35" /> | ||
<g transform="translate(20,30)" > | ||
<g style="animation-duration:3.35s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end);font-family:Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace;font-size:20px"> | ||
<style type="text/css"> | ||
<![CDATA[ | ||
@keyframes k {79.807%{transform:translateX(-0px)}82.298%{transform:translateX(-2596px)}87.777%{transform:translateX(-5192px)}92.767%{transform:translateX(-7788px)}100.000%{transform:translateX(-10384px)}}.a{fill:#e5e5e5} | ||
]]> | ||
</style> | ||
<g transform="translate(0)"> | ||
<text x="0" y="0" class="a" >h</text> | ||
</g> | ||
<g transform="translate(2596)"> | ||
<text x="0" y="0" class="a" >he</text> | ||
</g> | ||
<g transform="translate(5192)"> | ||
<text x="0" y="0" class="a" >hel</text> | ||
</g> | ||
<g transform="translate(7788)"> | ||
<text x="0" y="0" class="a" >hell</text> | ||
</g> | ||
<g transform="translate(10384)"> | ||
<text x="0" y="0" class="a" >hello</text> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> |