Skip to content

DragonFighter603/rs_file_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Terminal File Explorer

Small terminal file explorer written in rust

How to use

  • build project
  • copy rs_file_explorer.exe and sd.bat (rename sd to a command of your choice) (depending on your operating system) into a folder that is on PATH
    unix:
    sudo cp sd /usr/local/bin/sd
    sudo cp target/release/rs_file_explorer /usr/local/bin/rs_file_explorer
    sudo chmod +x /usr/local/bin/sd
    sudo chmod +x /usr/local/bin/rs_file_explorer
  • run command sd in your terminal (use sudo first time on unix)

Navigation

  • Up/Down Select file
  • Enter open file (or directory). opens defalt file manager when enter on .
  • Esc/Del go up a folder
  • Ctrl-C exit

Tested on

  • Windows cmd
  • SSH remote shell to ubuntu from windows
    some ansi codes don't work, some ascii codes seem to be different

Releases

No releases published

Packages

No packages published

Languages