ErrLookup › yorukot/superfile
yorukot/superfile
Pretty fancy and modern terminal file manager · Go · 174 source files
Analyzed at b72f550bc6 on 2026-09-01. 69 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| could not read user's theme file(%s), err : %w | exception | error | config, theme, file-io, path |
| could not unmarshal user's theme file(%s) : %w | exception | error | config, theme, toml, parsing |
| failed to get absolute path of the first path: %w | exception | error | paths, filesystem, go |
| failed to get absolute path of the second path: %w | exception | error | paths, filesystem, go |
| failed to check partitions: %w | exception | error | filesystem, move, paths |
| failed to copy: %w | exception | error | filesystem, copy, move |
| failed to remove source after copy: %w | exception | error | filesystem, move, permissions, cleanup |
| failed to stat source: %w | exception | error | filesystem, copy, stat, paths |
| failed to create destination directory: %w | exception | error | filesystem, copy, directory, permissions |
| failed to read source directory: %w | exception | error | filesystem, copy, directory, permissions |
| failed to get entry info: %w | exception | error | go, filesystem, copy, stat |
| failed to open source file: %w | exception | error | go, filesystem, copy, file-open |
| failed to create destination file: %w | exception | error | go, filesystem, copy, permissions |
| failed to copy file contents: %w | exception | error | go, filesystem, copy, io |
| failed to remove source after move: %w | exception | error | go, filesystem, move, removeall |
| source path does not exist: %s | exception | error | go, filesystem, validation, compress |
| cannot access source path %s: %w | exception | error | go, filesystem, permissions, compress |
| the file is not readable: %s | exception | error | go, filesystem, permissions, compress |
| error while counting files for %s: %s | exception | error | go, filesystem, walk, compress |
| cannot spawn process : %w | exception | error | go, progress-bar, process-spawn, compress |
| cannot spawn process : %w | exception | error | |
| file name cannot end with '%c.' or '%c..' | exception | error | |
| could not find free name for %s after many attempts | exception | error | |
| the file is not readable: %s | exception | error | |
| cannot paste into parent directory of source, srcPath : %v, | exception | error | |
| cannot %s and paste a directory into itself or its subdirect | exception | error | |
| %w: macOS trash requires cgo for Foundation FileManager | exception | error | |
| %s is already inside a trash directory | exception | error | |
| failed to create trash directory %s: %w | exception | error | |
| refusing symlink trash directory %s | exception | error | |
| trash path %s is not a directory | exception | error | |
| trash directory %s is not owned by current user | exception | error | |
| failed to restrict trash directory %s: %w | exception | error | |
| invalid trash source %s | exception | error | |
| could not find a free trash name for %s | exception | error | |
| %s is not under filesystem root %s | exception | error | |
| cannot inspect device for %s | exception | error | |
| Recycle Bin operation was aborted | exception | error | |
| Recycle Bin operation did not return a recycled item | exception | error | |
| %s failed: HRESULT 0x%08X | exception | error | |
| cannot access location : %s | exception | error | |
| %s : no such file or directory, stats err : %w | exception | error | |
| %s is not a directory | exception | error | |
| failed to open file: %w | exception | error | |
| failed to calculate MD5 checksum: %w | exception | error | |
| could not execute shell substitution command : %s : %w | exception | error | |
| unexpected openChar %v in tokenization | exception | error | |
| error marshaling pinned directories: %w | exception | error | |
| error writing pinned directories file: %w | exception | error | go, filesystem, io, persistence |
| error saving pinned directories: %w | exception | error | go, filesystem, persistence, sidebar |
| failure while extracting content : %w | exception | error | go, validation, rendering, layout |
| failure in extracted content : %w | exception | error | go, validation, rendering, ansi |
| invalid row range [%v, %v], line count : %v | validation | error | go, validation, bounds, layout |
| invalid col range [%v, %v], first line width : %v | validation | error | go, validation, ansi, bounds |
| invalid background color: %w | validation | error | go, ansi, color, image |
| dimensions must be positive (maxWidth=%d, maxHeight=%d) | validation | error | go, validation, image, preview |
| image file too large: %d bytes | validation | error | go, image, filesystem, limits |
| invalid renderer : %v | validation | error | go, enum, image, preview |
| dimensions must be positive (maxWidth=%d, maxHeight=%d) | validation | error | kitty, image-preview, validation, terminal |
| failed to encode kitty graphics: %w | exception | error | kitty, graphics-protocol, encoding, image-preview |
| error generating video thumbnail, outputPath: %s : %w | exception | error | ffmpeg, thumbnail, external-command, video |
| error generating pdf thumbnail, outputPath: %s : %w | exception | error | pdftoppm, thumbnail, external-command, pdf |
| error generating ps thumbnail, outputPath: %s : %w | exception | error | ghostscript, thumbnail, external-command, postscript |
| error encoding data : %w | exception | error | toml, encoding, config |
| error writing file : %w | exception | error | toml, file-write, filesystem, permissions |
| failed to create directory %s: %w | exception | error | filesystem, mkdir, permissions, config |
| failed to create file %s: %w | exception | error | file-write, filesystem, permissions, config |
| failed to initialize json file %s: %w | exception | error | json, file-write, filesystem, permissions |
| unexpected Error in command execution : %w | exception | error |