File manager.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
reionwong 9235d2403f fix(filemanager): accept a plain window as the archive dialog host 3 weeks ago
.github/workflows ci: use Ubuntu 26.04 for Ubuntu builds 4 weeks ago
cio feat(filemanager): add archive compression and extraction 3 weeks ago
cmake Follow FishUI colors 5 years ago
debian feat(filemanager): add archive compression and extraction 3 weeks ago
desktop feat(desktop): ship the desktop as the org.cutefish.filemanager.desktop QML module 3 weeks ago
desktopplugin feat(desktop): ship the desktop as the org.cutefish.filemanager.desktop QML module 3 weeks ago
dialogs fix(filemanager): prevent properties dialog flicker 3 weeks ago
draganddrop fix(filemanager): port file manager to Qt6 4 weeks ago
helper fix(filemanager): port file manager to Qt6 4 weeks ago
images fix: path history 5 years ago
mimetype feat: sync setting terminal 5 years ago
model feat(menu): use shared context menu on desktop 3 weeks ago
qml fix(filemanager): accept a plain window as the archive dialog host 3 weeks ago
screenshots Add screenshot 5 years ago
templates feat: add new documents option 5 years ago
thumbnailer docs(thumbnailer): note that requested sizes are device pixels 3 weeks ago
translations refactor(filemanager): migrate dialogs to FishUI windows 3 weeks ago
widgets fix(filemanager): port file manager to Qt6 4 weeks ago
.gitignore Optimize viewMethod change 6 years ago
CMakeLists.txt refactor(filemanager): migrate dialogs to FishUI windows 3 weeks ago
LICENSE init 6 years ago
README.md fix: default app settings 5 years ago
application.cpp fix(app): honour --move-to-trash and --empty-trash in the first instance 3 weeks ago
application.h fix(app): honour --move-to-trash and --empty-trash in the first instance 3 weeks ago
com.cutefish.FileManager.xml feat: add moveToTrash interface 5 years ago
cutefish-filemanager.desktop ListView supports RubberBand selection 6 years ago
dbusinterface.cpp Fix uri 5 years ago
dbusinterface.h Add freedesktop interface 5 years ago
desktopiconprovider.cpp Update copyright 5 years ago
desktopiconprovider.h Refactor the code 6 years ago
main.cpp refactor(filemanager): drop no-op Qt5 high DPI attributes 3 weeks ago
qml.qrc feat(menu): use shared context menu on desktop 3 weeks ago
qmltypes.cpp feat(desktop): ship the desktop as the org.cutefish.filemanager.desktop QML module 3 weeks ago
qmltypes.h feat(desktop): ship the desktop as the org.cutefish.filemanager.desktop QML module 3 weeks ago
window.cpp fix(filemanager): prevent properties dialog flicker 3 weeks ago
window.h refactor(filemanager): migrate dialogs to FishUI windows 3 weeks ago

README.md

File Manager

Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design.

screenshot

Dependencies

Ubuntu

sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends

sudo mk-build-deps -i -t "apt-get --yes" -r

Debian

sudo apt install build-essential cmake extra-cmake-modules libkf5kio-dev libkf5solid-dev libkf5windowsystem-dev libkf5config-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools

ArchLinux

sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 taglib kio

Build

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make

Install

sudo make install

License

This project has been licensed by GPLv3.