NekoCute filemanager
Find a file
2021-04-09 10:38:20 +08:00
debian Support delete keypress 2021-04-01 10:25:20 +08:00
desktop ListView supports RubberBand selection 2021-04-04 23:38:01 +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 GridView supports up,down,left,right keys to move 2021-04-05 15:21:39 +08:00
qml Fix desktop shortcut 2021-04-09 10:38:20 +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 new folder dialog and terminal opening 2021-03-31 10:40:38 +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 Refactor the code 2021-03-29 16:51:34 +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.