Repository: yorukot/superfile
Stars: 17141
README.md
<div align="center">
<p>
<h4>
<a href="https://ko-fi.com/yorukot">superfile is supported by the community.</a>
</h4>
<div align="center" markdown="1">
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=superfile">
<img alt="Warp sponsorship" width="300" src="/asset/warp.png">
</a>
Warp, the AI terminal for developers
Available for macOS, Linux, & Windows<br>
</div>
<hr>
</div>
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/asset/superfilelogowhite.png" />
<source media="(prefers-color-scheme: light)" srcset="/asset/superfilelogoblack.png" />
<img alt="superfile LOGO" src="/asset/superfilelogowhite.png" />
</picture>




!Homebrew downloads
!GitHub downloads


</div>
Demo
| Perform common operations |
| ------------------------- |
|  |
Content
- Installation
- Build
- Supported Systems
- Tutorial
- Plugins
- Themes
- Hotkeys
- Notes
- Contributing
- Troubleshooting
- Thanks
- Support
- Core maintainer
- Contributors
- Powered by
- Star History
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 superfileMore installation methods
Click me to check on how to install
Build
You can build the source code yourself by using these steps:
Requirements
- golang
Build Steps
Clone this repository using the following command:
git clone https://github.com/yorukot/superfile.git --depth=1Enter the downloaded directory:
cd superfileFor macOS/Linux
Run the
build.sh file:./build.shAdd the binary file to your $PATH, e.g., in /usr/local/bin:
sudo mv ./bin/spf /usr/local/binFor Windows
go build -o bin/spf.exeEdit System Environment Variables and add superfile repo's bin directory to your PATH
Start superfile
spfSupported 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
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/spfIf you installed superfile without sudo, run:
rm ~/.local/bin/spfIf 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!
<a href="https://github.com/yorukot/superfile/graphs/contributors">
<img src="https://contrib.rocks/image?repo=yorukot/superfile" />
</a>
Powered by
<a href="https://jb.gg/OpenSource"><img alt="JetBrains logo" align="right" width="200" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg"></a>
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!
<a href="https://star-history.com/#yorukot/superfile&Timeline">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=yorukot/superfile&type=Timeline&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=yorukot/superfile&type=Timeline" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=yorukot/superfile&type=Timeline" />
</picture>
</a>
<div align="center">
༼ つ ◕_◕ ༽つ Please share.
</div>