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 cc2b984d41 feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
.github/workflows ci: use Ubuntu 26.04 for Ubuntu builds 3 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 refactor(desktop): drop wallpaper rendering, keep file features only 3 weeks ago
desktopplugin refactor(desktop): drop wallpaper rendering, keep file features only 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 refactor(helper): launch applications through the app runtime 3 weeks ago
images feat(filemanager): use icon theme icons for sidebar places 3 weeks ago
mimetype feat: sync setting terminal 5 years ago
model feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
qml feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
screenshots Add screenshot 5 years ago
templates feat: add new documents option 5 years ago
tests feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks 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 feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
LICENSE init 6 years ago
README.md fix: default app settings 5 years ago
application.cpp feat(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
application.h feat(filemanager): add reorderable folder tabs and stable window menus 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(filemanager): add reorderable folder tabs and stable window menus 3 weeks ago
qmltypes.cpp refactor(desktop): drop wallpaper rendering, keep file features only 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.