#file-explorer #terminal-file #tui #command-line #ui #delete-file #run-command

app rexplorer

Handle your project files in your terminal with a simple, yet pretty UI!

3 releases (1 stable)

1.0.0 Sep 26, 2023
0.2.0 Sep 15, 2023
0.1.0 Sep 15, 2023

#19 in #delete-file

MIT/Apache

16KB
411 lines

Rust Explorer

A command line tool for looking through your project files!

Installation

Simply install the binary with cargo

cargo install rexplorer
rexplorer

Usage

Press Space To Get the Controls.

t will attempt to create a file, and if it exists, it will do nothing f will attempt to create a folder, and if it exists, it will do nothing '|' will attempt to run a command within the folder, displaying any errors, and the exit code. Left, Right, Up, and Down will navigate within the folders. d will delete a file, first asking for a y input.

Issues

In case you can't figure out an issue, please ensure to look at the log in your home directory at ~/.rexplorer/logs/

If that doesn't help, feel free to create a GitHub Issue.

Roadmap

  • Simple File Navigation
  • Create and Delete Files & Folders
  • Run Command In Folder with |

Dependencies

~5–10MB
~107K SLoC