GiuseppeCesarano / just-fast

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡ 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

About

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

License:MIT License


Languages

Language:C++ 83.1%Language:CMake 16.9%