NekoCute filemanager
Find a file
2021-05-25 10:01:45 +08:00
debian Support delete keypress 2021-04-01 10:25:20 +08:00
desktop Improve select item logic 2021-04-13 10:17:23 +08:00
dialogs Update copyright 2021-05-24 19:01:26 +08:00
helper Update copyright 2021-05-24 19:01:26 +08:00
images Update sidebar icons 2021-05-24 15:28:39 +08:00
model Add empty-trash dialog 2021-05-21 15:55:58 +08:00
qml Update copyright 2021-05-24 19:01:26 +08:00
translations Multiple optimizations 2021-04-05 04:06:24 +08:00
widgets Refactor the code 2021-03-29 16:51:34 +08:00
.gitignore Optimize viewMethod change 2021-04-06 00:20:56 +08:00
CMakeLists.txt Add empty-trash dialog 2021-05-21 15:55:58 +08:00
cutefish-filemanager.desktop ListView supports RubberBand selection 2021-04-04 23:38:01 +08:00
desktopiconprovider.cpp Update copyright 2021-05-24 19:01:26 +08:00
desktopiconprovider.h Refactor the code 2021-03-29 16:51:34 +08:00
LICENSE init 2021-03-16 15:02:20 +08:00
main.cpp Add empty-trash dialog 2021-05-21 15:55:58 +08:00
qml.qrc Add empty-trash dialog 2021-05-21 15:55:58 +08:00
README.md Update README.md 2021-05-25 10:01:45 +08:00

File Manager

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

Dependencies

Ubuntu

sudo apt install libkf5solid-dev libkf5kio-dev -y

ArchLinux

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

Build

mkdir build
cd build
cmake ..
make

Install

sudo make install

License

This project has been licensed by GPLv3.