NekoCute filemanager
Find a file
2021-03-31 12:45:51 +08:00
debian Refactor the code 2021-03-29 16:51:34 +08:00
desktop GridViewItem: Improve the display of label borders 2021-03-30 20:44:50 +08:00
dialogs Add new folder dialog and terminal opening 2021-03-31 10:40:38 +08:00
helper Refactor the code 2021-03-29 16:51:34 +08:00
images Refactor the code 2021-03-29 16:51:34 +08:00
model Add new folder dialog and terminal opening 2021-03-31 10:40:38 +08:00
qml Handle url 2021-03-31 12:45:51 +08:00
translations Add new folder dialog and terminal opening 2021-03-31 10:40:38 +08:00
widgets Refactor the code 2021-03-29 16:51:34 +08:00
.gitignore init 2021-03-16 15:02:20 +08:00
CMakeLists.txt Add new folder dialog and terminal opening 2021-03-31 10:40:38 +08:00
cutefish-filemanager.desktop Refactor the code 2021-03-29 16:51:34 +08:00
desktopiconprovider.cpp Refactor the code 2021-03-29 16:51:34 +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 Handle url 2021-03-31 12:45:51 +08:00
qml.qrc Refactor the code 2021-03-29 16:51:34 +08:00
README.md Refactor the code 2021-03-29 16:51:34 +08:00

File Manager

Cutefish File Manager

Dependencies

Ubuntu

sudo apt install libkf5solid-dev

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.