NekoCute filemanager
Find a file
2021-04-19 16:07:58 +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 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 Add options menu 2021-04-19 16:07:58 +08:00
model Fixed that sidebar was not selected after the disk was mounted 2021-04-19 04:44:03 +08:00
qml Add options menu 2021-04-19 16:07:58 +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 Update FishUI 2021-04-09 22:49:19 +08:00
cutefish-filemanager.desktop ListView supports RubberBand selection 2021-04-04 23:38:01 +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 For statusbar 2021-04-08 01:00:08 +08:00
qml.qrc Add options menu 2021-04-19 16:07:58 +08:00
README.md Add missing package 'libkf5kio-dev' 2021-04-02 14:39:21 +08:00

File Manager

Cutefish File Manager

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.