- Go 74.4%
- Astro 7.1%
- MDX 6.7%
- CSS 4.4%
- Python 3.9%
- Other 3.5%
|
renovate[bot]
4975cfd6ea
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` |  |  | --- ### 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 [@​paulojmdias](https://redirect.github.com/paulojmdias) in [#​2085](https://redirect.github.com/shirou/gopsutil/pull/2085) ##### net - \[net]: add more information on ProtoCounters godoc by [@​shirou](https://redirect.github.com/shirou) in [#​2089](https://redirect.github.com/shirou/gopsutil/pull/2089) ##### process - \[process]: fix envp leak into Cmdline on darwin by [@​kerlenton](https://redirect.github.com/kerlenton) in [#​2092](https://redirect.github.com/shirou/gopsutil/pull/2092) - perf(process): build snapshot map once on Windows to fix O(N2) process listing by [@​HarshalPatel1972](https://redirect.github.com/HarshalPatel1972) in [#​2062](https://redirect.github.com/shirou/gopsutil/pull/2062) #### New Contributors - [@​paulojmdias](https://redirect.github.com/paulojmdias) made their first contribution in [#​2085](https://redirect.github.com/shirou/gopsutil/pull/2085) - [@​HarshalPatel1972](https://redirect.github.com/HarshalPatel1972) made their first contribution in [#​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> |
||
|---|---|---|
| .github | ci: update workflow configuration ( #1451 ) | |
| asset | feat: new logo and website design | |
| cd_on_quit | add cd_on_quit for fish shell | |
| release | chore: release v1.6.0 ( #1468 ) | |
| scripts | docs: add notice page and fix tutorial page discuss issue ( #1433 ) | |
| src | feat: add windows file attributes to metadata ( #1464 ) | |
| testsuite |
fix: behviour -> behaviour typo in tmux.md ( #1427 )
|
|
| vhs | update markdown and update vhs tape | |
| website | chore(deps): update lucide monorepo to v1.20.0 ( #1456 ) | |
| .envrc | Added direnv support for nix flake dev shell | |
| .gitignore | feat: Preview panel seperation ( #1021 ) | |
| .golangci.yaml | chore(deps): update dependency go to v1.25.5 ( #1191 ) | |
| build.sh | Update shebang to use /usr/bin/env for better compatibility | |
| CONTRIBUTING.md | refactor: organize image paths | |
| dev.sh | feat: add support for Python virtual environment in testsuite setup ( #956 ) | |
| flake.lock | fix(nix): resolve build failure ( #1373 ) | |
| flake.nix | chore: release v1.6.0 ( #1468 ) | |
| go.mod | fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) | |
| go.sum | fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) | |
| gomod2nix.toml | fix(deps): update module github.com/shirou/gopsutil/v4 to v4.26.5 ( #1461 ) | |
| LICENSE | chore(license): update copyright year ( #895 ) | |
| main.go | feat: add goimports linter, and format files with goimport -w | |
| Makefile | docs: add notice page and fix tutorial page discuss issue ( #1433 ) | |
| NOTICE.md | ci: update workflow configuration ( #1451 ) | |
| notice.tmpl | docs: add notice page and fix tutorial page discuss issue ( #1433 ) | |
| README.md | docs(readme): fix broken demo GIF path ( #1465 ) | |
superfile is supported by the community.
superfile LOGO
Go Report Card License MIT Discord Link Release Homebrew downloads GitHub downloads CodeRabbit Pull Request Reviews
Demo
| Perform common operations |
|---|
Content
- Demo
- Content
- Installation
- Build
- Start superfile
- Supported Systems
- Tutorial
- Plugins
- Themes
- Hotkeys
- Notes
- Troubleshooting
- Uninstalling
- Contributing
- Thanks
- ༼ つ ◕_◕ ༽つ Please share.
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
Themes
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
Thanks
Support
- a Star on my GitHub repository would be nice 🌟
- You can buy a coffee for me 💖
Core maintainer
We welcome anyone who wants to become a core maintainer. Feel free to reach out!
- @yorukot - Original author and maintainer
- @lazysegtree - Core maintainer
Contributors
Thanks to all the contributors for making this project even greater!
Powered by
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