NekoCute filemanager
Find a file
Hosted Weblate 8ede4f8f41
Translated using Weblate (Japanese)
Currently translated at 75.5% (68 of 90 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (88 of 88 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (88 of 88 strings)

Added translation using Weblate (Japanese)

Translated using Weblate (Chinese (Traditional))

Currently translated at 76.1% (67 of 88 strings)

Co-authored-by: Eric Jia <eric.s.jia@gmail.com>
Co-authored-by: Halit Sever <dunyayuvarlakmuratbabandir@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: TaIenT <1054001563@qq.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Фёдор <fedor010908@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/ja/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/ru/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/tr/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/zh_Hant/
Translation: CutefishOS/FileManager
2021-10-14 18:15:26 +02: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 Update 0.5.1 2021-10-09 11:10:04 +08:00
desktop Fix desktop margins 2021-09-27 12:24:42 +08:00
dialogs Fix property dialog size 2021-09-20 23:29:48 +08:00
helper Fix keyboard search 2021-09-28 12:00:19 +08:00
images Open in new window 2021-10-04 20:50:59 +08:00
mimetype Improve name selection area UI 2021-09-14 20:25:01 +08:00
model Open in new window 2021-10-04 20:50:59 +08:00
qml Fix background opacity 2021-10-15 00:15:18 +08:00
thumbnailer Improve startup speed and use single instance process 2021-09-26 19:23:54 +08:00
translations Translated using Weblate (Japanese) 2021-10-14 18:15:26 +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
application.cpp Fix uri 2021-09-26 22:01:24 +08:00
application.h Fix uri 2021-09-26 22:01:24 +08:00
CMakeLists.txt Fix desktop margins 2021-09-27 12:24:42 +08:00
com.cutefish.FileManager.xml Improve startup speed and use single instance process 2021-09-26 19:23:54 +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 Improve startup speed and use single instance process 2021-09-26 19:23:54 +08:00
qml.qrc Multi screen support 2021-09-06 05:39:56 +08:00
README.md Add kwindowsystem 2021-08-31 00:25:12 +08:00
window.cpp Improve startup speed and use single instance process 2021-09-26 19:23:54 +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.

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.