1
0
Fork
You've already forked superfile
0
forked from yorukot/superfile
Pretty fancy and modern terminal file manager
  • Go 74.4%
  • Astro 7.1%
  • MDX 6.7%
  • CSS 4.4%
  • Python 3.9%
  • Other 3.5%
renovate[bot] 4975cfd6ea
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 )
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| `v4.26.4` → `v4.26.5` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.5?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.4/v4.26.5?slim=true)
|
---
### Release Notes
<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary>
###
[`v4.26.5`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.26.5)
[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.26.4...v4.26.5)
<!-- Release notes generated using configuration in .github/release.yml
at v4.26.5 -->
#### What's Changed
##### disk
- disk: report effective mount mode on Linux by
[@&#8203;paulojmdias](https://redirect.github.com/paulojmdias) in
[#&#8203;2085](https://redirect.github.com/shirou/gopsutil/pull/2085)
##### net
- \[net]: add more information on ProtoCounters godoc by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;2089](https://redirect.github.com/shirou/gopsutil/pull/2089)
##### process
- \[process]: fix envp leak into Cmdline on darwin by
[@&#8203;kerlenton](https://redirect.github.com/kerlenton) in
[#&#8203;2092](https://redirect.github.com/shirou/gopsutil/pull/2092)
- perf(process): build snapshot map once on Windows to fix O(N2) process
listing by
[@&#8203;HarshalPatel1972](https://redirect.github.com/HarshalPatel1972)
in [#&#8203;2062](https://redirect.github.com/shirou/gopsutil/pull/2062)
#### New Contributors
- [@&#8203;paulojmdias](https://redirect.github.com/paulojmdias) made
their first contribution in
[#&#8203;2085](https://redirect.github.com/shirou/gopsutil/pull/2085)
-
[@&#8203;HarshalPatel1972](https://redirect.github.com/HarshalPatel1972)
made their first contribution in
[#&#8203;2062](https://redirect.github.com/shirou/gopsutil/pull/2062)
**Full Changelog**:
<https://github.com/shirou/gopsutil/compare/v4.26.4...v4.26.5>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
 - At any time (no schedule defined)
- Automerge
 - At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/yorukot/superfile).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yorukot <107802416+yorukot@users.noreply.github.com>
2026年06月18日 05:04:37 +08:00
.github ci: update workflow configuration ( #1451 ) 2026年05月27日 18:52:39 +08:00
asset feat: new logo and website design 2026年05月05日 17:21:04 +08:00
cd_on_quit add cd_on_quit for fish shell 2025年03月09日 22:21:35 +05:30
release chore: release v1.6.0 ( #1468 ) 2026年06月08日 01:39:03 +08:00
scripts docs: add notice page and fix tutorial page discuss issue ( #1433 ) 2026年05月14日 09:56:33 +08:00
src feat: add windows file attributes to metadata ( #1464 ) 2026年06月18日 05:00:01 +08:00
testsuite fix: behviour -> behaviour typo in tmux.md ( #1427 ) 2026年05月27日 17:02:38 +08:00
vhs update markdown and update vhs tape 2024年04月18日 16:45:57 +08:00
website chore(deps): update lucide monorepo to v1.20.0 ( #1456 ) 2026年06月18日 05:01:16 +08:00
.envrc Added direnv support for nix flake dev shell 2025年01月24日 15:20:35 -08:00
.gitignore feat: Preview panel seperation ( #1021 ) 2025年08月27日 17:53:01 +05:30
.golangci.yaml chore(deps): update dependency go to v1.25.5 ( #1191 ) 2026年01月11日 01:01:47 +05:30
build.sh Update shebang to use /usr/bin/env for better compatibility 2024年05月18日 13:03:07 -03:00
CONTRIBUTING.md refactor: organize image paths 2026年05月05日 17:21:03 +08:00
dev.sh feat: add support for Python virtual environment in testsuite setup ( #956 ) 2025年07月24日 15:32:11 +05:30
flake.lock fix(nix): resolve build failure ( #1373 ) 2026年03月14日 21:03:14 +08:00
flake.nix chore: release v1.6.0 ( #1468 ) 2026年06月08日 01:39:03 +08:00
go.mod fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) 2026年06月18日 05:04:37 +08:00
go.sum fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) 2026年06月18日 05:04:37 +08:00
gomod2nix.toml fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) 2026年06月18日 05:04:37 +08:00
LICENSE chore(license): update copyright year ( #895 ) 2025年06月22日 19:36:48 +08:00
main.go feat: add goimports linter, and format files with goimport -w 2025年04月05日 09:03:38 +05:30
Makefile docs: add notice page and fix tutorial page discuss issue ( #1433 ) 2026年05月14日 09:56:33 +08:00
NOTICE.md ci: update workflow configuration ( #1451 ) 2026年05月27日 18:52:39 +08:00
notice.tmpl docs: add notice page and fix tutorial page discuss issue ( #1433 ) 2026年05月14日 09:56:33 +08:00
README.md docs(readme): fix broken demo GIF path ( #1465 ) 2026年06月08日 01:21:06 +08:00

Demo

Perform common operations

Content

Installation

macOS and Linux

bash -c "$(curl -sLo- https://superfile.dev/install.sh)"

If you want to inspect the script, see : install.sh

Windows

Powershell

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.dev/install.ps1'))"

If you want to inspect the script, see : install.ps1

Winget

winget install --id yorukot.superfile

Scoop

scoop install superfile

More installation methods

Click me to check on how to install

Build

You can build the source code yourself by using these steps:

Requirements

Build Steps

Clone this repository using the following command:

git clone https://github.com/yorukot/superfile.git --depth=1

Enter the downloaded directory:

cd superfile

For macOS/Linux

Run the build.sh file:

./build.sh

Add the binary file to your $PATH, e.g., in /usr/local/bin:

sudo mv ./bin/spf /usr/local/bin

For Windows

go build -o bin/spf.exe

Edit System Environment Variables and add superfile repo's bin directory to your PATH

Start superfile

spf

Supported Systems

  • [x] Linux
  • [x] macOS
  • [x] Windows (Not fully supported yet)

Tutorial

After you install superfile, you can go here to briefly understand how to use superfile!

Plugins

Click me to the plugins wiki

Themes

Click me to the theme wiki

Hotkeys

[!WARNING] If you are vim/nvim user please change your default hotkeys config to vim version!

Click me to see the hotkey wiki

Notes

We have an auto update functionality, that fetches superfile's latest released version from github (if last timestamp of last version check was less than 24 hours) and prints a prompt to user, if there is a newer version available.

You can turn this off, by setting auto_check_update to false in superfile config. Click me to see the config wiki

Troubleshooting

Click me to see common problem fix

Uninstalling

macOS and Linux

On macOS and Linux, you can uninstall superfile by simply removing the binary. If you installed superfile with sudo, run:

sudo rm /usr/local/bin/spf

If you installed superfile without sudo, run:

rm ~/.local/bin/spf

If you don't rember, just try removing both.

Window

To uninstall superfile on Windows, use this powershell script.

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.dev/uninstall.ps1'))"

Contributing

If you want to contribute please follow the contribution guide

Click me to see changelog

Thanks

Support

  • a Star on my GitHub repository would be nice 🌟
  • You can buy a coffee for me 💖

ko-fi

Core maintainer

We welcome anyone who wants to become a core maintainer. Feel free to reach out!

Contributors

Thanks to all the contributors for making this project even greater!

Powered by

JetBrains logo

Thanks to JetBrains team for providing open-source licenses to support the maintenance of superfile.

Star History

THANKS FOR All OF YOUR STARS! Your stars are my motivation to keep updating!

Star History Chart

༼ つ ◕_◕ ༽つ Please share.