Compare commits
No commits in common. "main" and "v1.1.0" have entirely different histories.
2 changed files with 1 additions and 6 deletions
5
build.sh
5
build.sh
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
go build -o ./bin/gemlog-cli
|
|
||||||
|
|
@ -39,7 +39,7 @@ func (m EntryListPageModel) Update(msg tea.Msg, active bool, ctx *context) (Entr
|
||||||
m.cursor--
|
m.cursor--
|
||||||
}
|
}
|
||||||
case "down", "j":
|
case "down", "j":
|
||||||
if m.cursor < len(m.entries)-1 {
|
if m.cursor < len(actions)-1 {
|
||||||
m.cursor++
|
m.cursor++
|
||||||
}
|
}
|
||||||
case "left", "h":
|
case "left", "h":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue