Skip to content

Commit abb104e

Browse files
committed
Adding terminal's page
1 parent 40d108e commit abb104e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
_site/
23
.sass-cache/
34
.jekyll-cache/

terminal.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Golang vanity URL page / meta for fortio.org/terminal
3+
goimport: fortio.org/terminal git https://github.com/fortio/terminal
4+
gosource: fortio.org/terminal https://github.com/fortio/terminal https://github.com/fortio/terminal/tree/main{/dir} https://github.com/fortio/terminal/blob/main{/dir}/{file}#L{line}
5+
---
6+
7+
Fortio's terminal is a minimalistic library to enable terminal applications
8+
like readline. Used amongst other by the [grol](https://github.com/grol-io/grol#grol) repl.
9+
10+
See [github/fortio/terminal](https://github.com/fortio/terminal#terminal)
11+
12+
This page also mostly for making
13+
<pre>
14+
go get fortio.org/terminal
15+
</pre>
16+
and godoc work.
17+
<p>
18+
Back to <a href="https://fortio.org/">fortio.org</a>

0 commit comments

Comments
 (0)