NekoCute filemanager
Find a file
Hosted Weblate dfb4e6f6e0
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (83 of 83 strings)

Co-authored-by: Reion Wong <aj@cutefishos.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/zh_Hans/
Translation: CutefishOS/FileManager
2021-09-01 18:36:02 +02:00
.github/workflows Update build.yml 2021-08-31 01:25:07 +08:00
cmake Follow FishUI colors 2021-07-08 23:48:56 +08:00
debian Add kwindowsystem 2021-08-31 00:25:12 +08:00
desktop Window icon 2021-08-17 09:53:52 +08:00
dialogs Fix filepropertiesdialog error 2021-08-31 00:17:39 +08:00
helper Sort Mode finished 2021-09-01 04:39:44 +08:00
images Add Menubar 2021-06-23 17:29:47 +08:00
mimetype Fix qt endl 2021-08-31 00:34:58 +08:00
model Fix Qt5.14 compilation 2021-09-01 21:56:26 +08:00
qml Error notification 2021-09-01 05:31:38 +08:00
thumbnailer Fix Removable device category 2021-08-27 01:25:53 +08:00
translations Translated using Weblate (Chinese (Simplified)) 2021-09-01 18:36:02 +02: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 kwindowsystem 2021-08-31 00:25:12 +08:00
cutefish-filemanager.desktop ListView supports RubberBand selection 2021-04-04 23:38:01 +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 a compilation error in Qt5.14 2021-08-30 23:23:32 +08:00
qml.qrc Add open with dialog 2021-07-29 17:38:47 +08:00
README.md Add kwindowsystem 2021-08-31 00:25:12 +08:00

File Manager

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

Dependencies

Debian/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

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.