Skip to content

Repository files navigation

My Superfile Version

Description

  • This project is the directory with my configuration to superfile (theme, configs, hotkeys).
  • The idea is when I use any OS and Terminal I will going to use this version.

Installation

  • Run the following command into any Operational System:

Linux

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

Windows

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"
  • To uninstall on windows:
powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/uninstall.ps1'))"

File Locations

Windows

  • Clone this repository into the C:\Users\{your-user}\AppData\Local\.
  • Change the name of the repository to superfile.
  • Run the project with spf command.

Linux

  • Clone this repository into the ~/.config/.
  • Change the name of the repository to superfile.
  • Run the project with spf command.

MacOSX

  • TBD

Keyboard Shortcut

File Panel Control

CommandDescription
NCreate a new panel into superfile
TabGo to the next panel created
Shift + LeftGo to the previous panel created
FToggle file preview panel
OOpen the sort options menu
RToggle Reverse sort

Change the focus panels

CommandDescription
PFocus on the Processbar
SFocus on Sidebar
MFocus on the Metadata

Create and Rename Files/Directories

CommandDescription
Ctrl + NCreate File or Directory
Ctrl + RRename File or Directory

File Operations

CommandDescription
Ctrl + CCopy Items
Ctrl + VPaste Items
Ctrl + XCut Items
Ctrl + DDelete Items

Edit files

CommandDescription
EOpen Selected Directory/File into the specified editor
Shift + EOpen Current Directory into the specified editor

Colors

  • Base border: #21262d
  • Border active: #6c7086
  • Project background color: #0d1117
  • Project Foreground color: #cdd6f4
  • Icons and Sidebar tittles: #56EF19
  • Current folder location: #FE9900
  • Sidebar selected directory foreground: #a6e3a1
  • Sidebar selected directory background: #0d1117
  • Cursor color to move between files/dirs: #74c7ec

Image

About

My configuration from the superfile program (spf on terminal)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors