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
kateleet 7551ff92b9 Fix desktop file display name 5 years ago
.github/workflows
cio
cmake
debian Update changelog 5 years ago
desktop Fix desktop margins 5 years ago
dialogs
draganddrop Add drag and drop plugins 5 years ago
helper Use system call 5 years ago
images Open in new window 5 years ago
mimetype Use system call 5 years ago
model Fix desktop file display name 5 years ago
qml Support for opening and displaying desktop files 5 years ago
screenshots Add screenshot 5 years ago
thumbnailer
translations Add eject & umount options 5 years ago
widgets
.gitignore
CMakeLists.txt Add drag and drop plugins 5 years ago
LICENSE
README.md Add screenshot 5 years ago
application.cpp Fix uri 5 years ago
application.h Fix uri 5 years ago
com.cutefish.FileManager.xml
cutefish-filemanager.desktop
dbusinterface.cpp Fix uri 5 years ago
dbusinterface.h Add freedesktop interface 5 years ago
desktopiconprovider.cpp
desktopiconprovider.h
main.cpp Add drag and drop plugins 5 years ago
qml.qrc
window.cpp Reduce memory usage 5 years ago
window.h

README.md

File Manager

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

screenshot

Dependencies

Debian/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

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.