Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed Apr 6, 2024
1 parent 2239526 commit a504c0b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ Set Height 1560
Set Shell zsh
Set FontFamily "Comic Mono, RobotoMono Nerd Font"

Type "./main"
Type "superfile"
Sleep 1500ms
Enter
Sleep 700ms
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
module superfile
module github.com/MHNightCat/superfile

go 1.21.8

Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@ package main
import (
"fmt"
"os"
"superfile/components"
"github.com/MHNightCat/superfile/components"

tea "github.com/charmbracelet/bubbletea"
)
Expand Down
14 changes: 14 additions & 0 deletions src/superfile.log
Original file line number Diff line number Diff line change
Expand Up @@ -1285,3 1285,17 @@
2024/04/06 21:32:30 stat /home/nightcat/Downloads/gdk-pixbuf2-2.42.10-2.fc38.x86_64(1).rpm: no such file or directory
2024/04/06 21:32:30 Clipboard render function get item state error
2024/04/06 21:32:30 stat /home/nightcat/Downloads/gdk-pixbuf2-2.42.10-2.fc38.x86_64(1).rpm: no such file or directory
2024/04/06 22:49:54 Clipboard render function get item state error
2024/04/06 22:49:54 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:49:54 Clipboard render function get item state error
2024/04/06 22:49:54 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:49:54 Clipboard render function get item state error
2024/04/06 22:49:54 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:49:54 Clipboard render function get item state error
2024/04/06 22:49:54 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:49:54 Clipboard render function get item state error
2024/04/06 22:49:54 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:50:06 Clipboard render function get item state error
2024/04/06 22:50:06 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory
2024/04/06 22:50:06 Clipboard render function get item state error
2024/04/06 22:50:06 stat /home/nightcat/Documents/code/superfile/superfile: no such file or directory

0 comments on commit a504c0b

Please sign in to comment.