All Projects → PorkSausages → tfex-rs

PorkSausages / tfex-rs

Licence: other
A simple terminal UI file manager

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to tfex-rs

sfm
simple file manager
Stars: ✭ 163 (+462.07%)
Mutual labels:  filemanager, tui, file-manager
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+7731.03%)
Mutual labels:  tui, file-manager, terminal-based
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+9137.93%)
Mutual labels:  filemanager, file-manager
Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
Stars: ✭ 219 (+655.17%)
Mutual labels:  filemanager, file-manager
tut
TUI for Mastodon with vim inspired keys
Stars: ✭ 165 (+468.97%)
Mutual labels:  tui, terminal-based
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (+3775.86%)
Mutual labels:  filemanager, terminal-based
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (+317.24%)
Mutual labels:  filemanager, file-manager
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+2744.83%)
Mutual labels:  filemanager, file-manager
Farmanager
File and Archive Manager
Stars: ✭ 898 (+2996.55%)
Mutual labels:  filemanager, file-manager
cryptgo
A terminal application to watch crypto prices!
Stars: ✭ 123 (+324.14%)
Mutual labels:  tui, terminal-based
js-fileexplorer
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Stars: ✭ 124 (+327.59%)
Mutual labels:  filemanager, file-manager
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+289.66%)
Mutual labels:  tui, terminal-based
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (+96.55%)
Mutual labels:  filemanager, file-manager
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (+51.72%)
Mutual labels:  filemanager, file-manager
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+5737.93%)
Mutual labels:  filemanager, file-manager
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-58.62%)
Mutual labels:  filemanager, file-manager
Jumpfm
A file manager that lets you jump.
Stars: ✭ 252 (+768.97%)
Mutual labels:  filemanager, file-manager
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+17937.93%)
Mutual labels:  filemanager, file-manager
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1924.14%)
Mutual labels:  filemanager, file-manager
just-fast
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.
Stars: ✭ 20 (-31.03%)
Mutual labels:  filemanager, file-manager

Demo

Overview

tfex-rs is a simple [t]erminal [f]ile [ex]plorer written in Rust. It's not very useful in it's current state, and probably never will be. It was written for fun/practice rather than to be actually used.

Controls

Key Command
h Move selection left
j Move selection down
k Move selection up
l Move selection right
c Copy file
x Cut file
v Paste file
: Enter command mode
Esc Exit command mode
Enter Open folder or execute command
Backspace Move up one directory
q Quit

Working Commands

Long Short Description
:rename [new name] :ren Renames the selected file or directory
:delete :del Deletes the selected file or directory [Dangerous - will delete all directory contents too. This is irreversible]
:directory [name] :dir Creates a new directory

Installation

tfx-rs should definitely work on macOS. It'll probably work on Linux, and almost definitely won't work on Windows.

  • Install rustup (https://rustup.rs)
  • Clone this repository (git clone https://github.com/PorkSausages/tfex-rs.git)
  • Run cargo install --path /path/to/cloned/repository/
  • Launch by running tfex
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].