NekoCute filemanager
Find a file
Hosted Weblate 9a14fa541b
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (64 of 64 strings)

Added translation using Weblate (Malayalam)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Tymofii Lytvynenko <till.svit@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/uk/
Translation: CutefishOS/FileManager
2021-08-15 01:44:59 +02:00
cmake Follow FishUI colors 2021-07-08 23:48:56 +08:00
debian Update debian/control 2021-06-14 17:43:06 +08:00
desktop Fix thumbnail memory leak 2021-07-28 03:43:41 +08:00
dialogs Add open with dialog 2021-07-29 17:38:47 +08:00
helper Add management app 2021-07-29 03:30:17 +08:00
images Add Menubar 2021-06-23 17:29:47 +08:00
mimetype Add open with dialog 2021-07-29 17:38:47 +08:00
model Add open with dialog 2021-07-29 17:38:47 +08:00
qml Fix icons display 2021-08-08 09:29:04 +08:00
thumbnailer Add management app 2021-07-29 03:30:17 +08:00
translations Translated using Weblate (Ukrainian) 2021-08-15 01:44:59 +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 Use CMAKE_INSTALL_BINDIR instead of hardcoded path 2021-08-15 01:35:10 +02: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 thumbnail memory leak 2021-07-28 03:43:41 +08:00
qml.qrc Add open with dialog 2021-07-29 17:38:47 +08:00
README.md Use CMAKE_INSTALL_BINDIR instead of hardcoded path 2021-08-15 01:35:10 +02:00

File Manager

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

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 -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make

Install

sudo make install

License

This project has been licensed by GPLv3.