Skip to content

Commit a8f5ffb

Browse files
chore: Bump version to v0.2.1
- Update version in main.go, CLAUDE.md, README.md - Regenerate all man pages with v0.2.1 - Update Go requirement to 1.26+ in README
1 parent 83c715c commit a8f5ffb

File tree

17 files changed

+56
-74
lines changed

17 files changed

+56
-74
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dual-mode markdown navigator: TUI (Bubble Tea) and web (stdlib net/http). Inter-document link navigation with history, backlinks, and broken link detection. Syntax highlighting (50+ languages), git-aware, zero-config.
44

5-
**Version:** v0.1.0
5+
**Version:** v0.2.1
66

77
## Tech Stack
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -sSL https://raw.githubusercontent.com/Benjamin-Connelly/lookit/master/inst
1616
# Or specify install directory and version
1717
curl -sSL https://raw.githubusercontent.com/Benjamin-Connelly/lookit/master/install.sh | sh -s -- --dir /usr/local/bin
1818

19-
# From source (requires Go 1.24+)
19+
# From source (requires Go 1.26+)
2020
go install github.com/Benjamin-Connelly/lookit/cmd/lookit@latest
2121
```
2222

@@ -298,7 +298,7 @@ GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -o lookit-darwin-arm64 ./cmd/loo
298298
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o lookit-linux-arm64 ./cmd/lookit
299299
```
300300

301-
Requires Go 1.24+. Pure Go, no CGO.
301+
Requires Go 1.26+. Pure Go, no CGO.
302302

303303
## Contributing
304304

cmd/lookit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/Benjamin-Connelly/lookit/internal/web"
2626
)
2727

28-
var version = "v0.2.0"
28+
var version = "v0.2.1"
2929

3030
var cfg *config.Config
3131

internal/manpages/pages/lookit-cat.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-cat - Render markdown or image to terminal
@@ -40,4 +40,4 @@ Render markdown or image to terminal
4040

4141

4242
.SH HISTORY
43-
8-Mar-2026 Auto generated by spf13/cobra
43+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit-completion.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-completion - Set up shell completions for lookit
@@ -54,4 +54,4 @@ Examples:
5454

5555

5656
.SH HISTORY
57-
8-Mar-2026 Auto generated by spf13/cobra
57+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit-doctor.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-doctor - Check environment and diagnose issues
@@ -40,4 +40,4 @@ Check environment and diagnose issues
4040

4141

4242
.SH HISTORY
43-
8-Mar-2026 Auto generated by spf13/cobra
43+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit-export.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-export - Export markdown files to HTML or PDF
@@ -48,4 +48,4 @@ Export markdown files to HTML or PDF
4848

4949

5050
.SH HISTORY
51-
8-Mar-2026 Auto generated by spf13/cobra
51+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit-graph.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-graph - Output link graph in DOT format
@@ -40,4 +40,4 @@ Output link graph in DOT format
4040

4141

4242
.SH HISTORY
43-
8-Mar-2026 Auto generated by spf13/cobra
43+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit-serve.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.1.2" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit-serve - Start the web server
@@ -56,4 +56,4 @@ Start the web server
5656

5757

5858
.SH HISTORY
59-
8-Mar-2026 Auto generated by spf13/cobra
59+
12-Mar-2026 Auto generated by spf13/cobra

internal/manpages/pages/lookit.1

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nh
2-
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.0" ""
2+
.TH "LOOKIT" "1" "Mar 2026" "lookit v0.2.1" ""
33

44
.SH NAME
55
lookit - Dual-mode markdown navigator with inter-document link navigation
@@ -14,6 +14,12 @@ Lookit is a dual-mode markdown navigator that provides both TUI and web
1414
interfaces for browsing code, markdown, and files. Features inter-document
1515
link navigation with history, backlinks, and broken link detection.
1616

17+
.PP
18+
Supports browsing remote files over SSH:
19+
lookit myhost:/path/to/docs
20+
lookit user@host:/path
21+
lookit --remote myhost /path
22+
1723

1824
.SH OPTIONS
1925
\fB-c\fP, \fB--config\fP=""
@@ -35,41 +41,26 @@ link navigation with history, backlinks, and broken link detection.
3541
\fB--no-color\fP[=false]
3642
disable colors (ascii theme)
3743

38-
.PP
39-
\fB--theme\fP=""
40-
color theme (light|dark|auto|ascii)
41-
4244
.PP
4345
\fB--remote\fP=""
44-
SSH remote user (overrides SSH config)
46+
remote host (SSH config alias or user@host)
4547

4648
.PP
4749
\fB--remote-port\fP=0
48-
SSH remote port (overrides SSH config)
49-
50-
.PP
51-
\fB-V\fP, \fB--version\fP[=false]
52-
print version
53-
54-
55-
.SH REMOTE BROWSING
56-
Lookit can browse files on remote hosts over SSH using SCP-style paths:
50+
remote SSH port (default: from ssh config or 22)
5751

5852
.PP
59-
\fBlookit host:/path\fP
60-
.br
61-
\fBlookit user@host:/path\fP
62-
.br
63-
\fBlookit @alias\fP (uses named remote from config)
53+
\fB--theme\fP=""
54+
color theme (light|dark|auto|ascii)
6455

6556
.PP
66-
Files are synced to a local cache and polled for changes every 15 seconds.
67-
SSH authentication uses ssh-agent, key files, and ~/.ssh/config.
57+
\fB-V\fP, \fB--version\fP[=false]
58+
print version
6859

6960

7061
.SH SEE ALSO
7162
\fBlookit-cat(1)\fP, \fBlookit-completion(1)\fP, \fBlookit-doctor(1)\fP, \fBlookit-export(1)\fP, \fBlookit-graph(1)\fP, \fBlookit-serve(1)\fP
7263

7364

7465
.SH HISTORY
75-
8-Mar-2026 Auto generated by spf13/cobra
66+
12-Mar-2026 Auto generated by spf13/cobra

0 commit comments

Comments
 (0)