NekoCute filemanager
Find a file
2021-03-29 22:53:21 +08:00
debian Refactor the code 2021-03-29 16:51:34 +08:00
desktop Refactor the code 2021-03-29 16:51:34 +08:00
dialogs Refactor the code 2021-03-29 16:51:34 +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 Some improvements 2021-03-29 22:53:21 +08:00
qml Some improvements 2021-03-29 22:53:21 +08:00
translations Refactor the code 2021-03-29 16:51:34 +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 Refactor the code 2021-03-29 16:51:34 +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 Refactor the code 2021-03-29 16:51:34 +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.