Skip to content

fatalus69/QtFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtFiles

A lightweight, work‑in‑progress file explorer built with Qt6 and C++.

Requirements

  • Qt 6
  • C++ 20 or newer
  • CMake >= 3.14

Quick start

Add git hooks:

bash scripts/setup-git-hooks.sh

The script works the same for Windows - in case you have Qt6 installed. So on Windows you simply run build.ps1

# build
bash build.sh

# build and run
bash build.sh --run

# run binary after build
./build/QtFiles

# run tests
bash build.sh --test # can be combined with the --run flag
./build/run_tests

# build clean, run test and run
bash build.sh --clean --test --run

About

A lightweight file explorer built with Qt6 and C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published