tuido icon indicating copy to clipboard operation
tuido copied to clipboard

a text user interface for navigating [x]it! spec todo across multiple files

Results 7 tuido issues
Sort by recently updated
recently updated
newest added

closes #16 Crash was for peeking an item on last line - not the empty text.

while running, if other tools add an item to a file in scope, tuido should be able to approaches: - **manual**: hit, say, `r` to refresh against from configured sources....

``` Caught panic: runtime error: slice bounds out of range [4:3] Restoring terminal... goroutine 1 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/debug/stack.go:24 +0x65 runtime/debug.PrintStack() /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/debug/stack.go:16 +0x19 github.com/charmbracelet/bubbletea.(*Program).StartReturningModel.func3() /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:359 +0x95 panic({0x7bfd40, 0xc000206a50}) /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/panic.go:844 +0x258 github.com/nilock/tuido/tuido.(*Item).GetContext(0xc0005b0368,...

for a highlighted item: - press `t` - a drop list of known tags appears - either - up/down, enter to select, or - type to fuzzy filter or create...

Hello Firstly this is a really good really useful app. I use todo.txt which is great for a centralised list but doesn't play well with lots of projects and projects...