NekoCute filemanager
Find a file
2022-03-29 23:02:29 +08:00
.github/workflows Update build.yml 2021-08-31 01:25:07 +08:00
cio Add basic CIO(Cutefish IO) 2021-09-04 04:35:54 +08:00
cmake Follow FishUI colors 2021-07-08 23:48:56 +08:00
debian feat: release 0.8 2022-01-29 03:21:45 +08:00
desktop fix: main screen switching 2022-03-29 23:02:29 +08:00
dialogs fix: xdg folders rename 2022-01-17 03:08:33 +08:00
draganddrop Add drag and drop plugins 2021-11-04 00:35:58 +08:00
helper fix: xdg folders rename 2022-01-17 03:08:33 +08:00
images fix: path history 2021-12-28 15:41:45 +08:00
mimetype feat: sync setting terminal 2022-01-29 02:44:57 +08:00
model fix: xdg folders rename 2022-01-17 03:08:33 +08:00
qml feat: optimize low configuration performance 2022-03-28 15:35:48 +08:00
screenshots Add screenshot 2021-10-25 15:13:12 +08:00
templates feat: add new documents option 2021-12-27 01:32:21 +08:00
thumbnailer Improve startup speed and use single instance process 2021-09-26 19:23:54 +08:00
translations feat: add new documents option 2021-12-27 01:32:21 +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
application.cpp feat: add moveToTrash interface 2021-12-26 16:57:41 +08:00
application.h feat: add moveToTrash interface 2021-12-26 16:57:41 +08:00
CMakeLists.txt fix: default app settings 2022-01-26 13:18:43 +08:00
com.cutefish.FileManager.xml feat: add moveToTrash interface 2021-12-26 16:57:41 +08:00
cutefish-filemanager.desktop ListView supports RubberBand selection 2021-04-04 23:38:01 +08:00
dbusinterface.cpp Fix uri 2021-09-26 22:01:24 +08:00
dbusinterface.h Add freedesktop interface 2021-09-26 21:42:26 +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 fix: pasted files selection interaction 2022-01-17 02:37:53 +08:00
qml.qrc feat: release 0.7 2021-12-28 01:47:18 +08:00
README.md fix: default app settings 2022-01-26 13:18:43 +08:00
window.cpp Reduce memory usage 2021-10-15 18:57:18 +08:00
window.h Improve startup speed and use single instance process 2021-09-26 19:23:54 +08:00

File Manager

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

screenshot

Dependencies

Ubuntu

sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends

sudo mk-build-deps -i -t "apt-get --yes" -r

Debian

sudo apt install build-essential cmake extra-cmake-modules libkf5kio-dev libkf5solid-dev libkf5windowsystem-dev libkf5config-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools

ArchLinux

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

Build

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make

Install

sudo make install

License

This project has been licensed by GPLv3.