diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-29 00:47:34 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-29 00:47:34 +0200 |
| commit | 630d77e1962b43ee95e88a664f5e8b8993213060 (patch) | |
| tree | 8849c2a87443cd231786aed53b76dc7e4ea11aed /runner/shell/shell.go | |
| parent | 8efcf029576ad82908b4ae80b2c92022dfb857d2 (diff) | |
big stuff
* send empty screen after tui confirmation
* add scroll view / viewport
* auto enable scroll view on short terminals
* add motd tips
* add subdirs as categories
* add inline toggle hotkey (i)
Diffstat (limited to 'runner/shell/shell.go')
| -rw-r--r-- | runner/shell/shell.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/shell/shell.go b/runner/shell/shell.go index a4aee9d..f8e353c 100644 --- a/runner/shell/shell.go +++ b/runner/shell/shell.go @@ -99,10 +99,10 @@ func (s *shell) CreateTarget(fs fs.FS, src string, file string, _ fs.DirEntry) ( BaseTarget: runner.BaseTarget{ Identity: identity.New(filename), MyTags: model.TagsFromFilename(filename), + Sub: sub, }, - Shell: shell, - Script: filepath.Join(src, file), - SubValue: sub, + Shell: shell, + Script: filepath.Join(src, file), }, nil } |
