All Projects → GiuseppeCesarano → just-fast

GiuseppeCesarano / just-fast

Licence: MIT license
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to just-fast

Video Hub App
Official repository for Video Hub App
Stars: ✭ 272 (+1260%)
Mutual labels:  filemanager, file-manager
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+2835%)
Mutual labels:  filemanager, file-manager
Kcfinder
KCFinder web file manager
Stars: ✭ 399 (+1895%)
Mutual labels:  filemanager, file-manager
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+4025%)
Mutual labels:  filemanager, file-manager
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 (+185%)
Mutual labels:  filemanager, file-manager
clifm
Command Line Interface File Manager
Stars: ✭ 87 (+335%)
Mutual labels:  filemanager, file-manager
Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
Stars: ✭ 219 (+995%)
Mutual labels:  filemanager, file-manager
vue-fs
A Vue file management client, complete with a node/express/FS backend.
Stars: ✭ 40 (+100%)
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 (+120%)
Mutual labels:  filemanager, file-manager
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-40%)
Mutual labels:  filemanager, file-manager
php-file-manager
PHP File Manager
Stars: ✭ 44 (+120%)
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 (+8365%)
Mutual labels:  filemanager, file-manager
X-Filer-Cross-Platform
📁📁📁 X-Filer Cross-Platform - is a simple File Manager looking like popular browsers 📁📁📁
Stars: ✭ 19 (-5%)
Mutual labels:  filemanager, file-manager
Jumpfm
A file manager that lets you jump.
Stars: ✭ 252 (+1160%)
Mutual labels:  filemanager, file-manager
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-20%)
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 (+26055%)
Mutual labels:  filemanager, file-manager
Remote-File-Manager
Server Based GUI File Manager
Stars: ✭ 55 (+175%)
Mutual labels:  filemanager, file-manager
tfex-rs
A simple terminal UI file manager
Stars: ✭ 29 (+45%)
Mutual labels:  filemanager, file-manager
Farmanager
File and Archive Manager
Stars: ✭ 898 (+4390%)
Mutual labels:  filemanager, file-manager
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (+505%)
Mutual labels:  filemanager, file-manager

Just Fast

Codacy Badge

Just Fast is a CLI file manager with focus on speed in both execution times and usage. 🚀
Note that this is highly work in progress and sperimental, so expect missing features and a lot of bugs.

Just Fast Screenshot

📖 Info

Just Fast is a modal file manager, to execute any action you need to select each file and enter a mode (copy, move, delete) once you selected every file and a mode, you can confirm the operation with the confirm key.

Supported OS:

  • MacOs 🍎
  • Gnu/Linux 🐧
  • Windows

Try Just Fast

If you have git and cmake installed you can use the following one line command to download and compile Just Fast.
git clone https://github.com/GiuseppeCesarano/just-fast.git && cd just-fast && cmake . -B build -DCMAKE_BUILD_TYPE=Release && cd build && cmake --build .

⌨️ Keybindings

This is the complete list of default keybindings :

  • j or : Highlight next file
  • k or : Highlight previous file
  • l or : Open highlighted file
  • h or : Back to parent folder
  • f: Add highlighted file to seleted list
  • c: Enter COPY mode
  • m: Enter MOVE mode
  • d: Enter DELETE mode
  • SpaceBar: Confirm operation (Copy/move selected files to current path; delete selected files)
  • Esc: Clear mode and selected files.
  • a: Toggle hidden files
  • q: Quit
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].