File manager.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Hosted Weblate a5a9f7c054
Translated using Weblate (Russian)
Currently translated at 92.0% (81 of 88 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 88.6% (78 of 88 strings)

Translated using Weblate (Swedish)

Currently translated at 100.0% (88 of 88 strings)

Co-authored-by: Alexey Ermakov <strangebrew@yandex.ru>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Império Linux <kevendoria86@gmail.com>
Co-authored-by: Kristoffer Grundström <lovaren@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/ru/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/filemanager/sv/
Translation: CutefishOS/FileManager
5 years ago
.github/workflows Update build.yml 5 years ago
cio Add basic CIO(Cutefish IO) 5 years ago
cmake Follow FishUI colors 5 years ago
debian Update debian 5 years ago
desktop Fix desktop margins 5 years ago
dialogs Fix property dialog size 5 years ago
helper Fix keyboard search 5 years ago
images Add Menubar 5 years ago
mimetype Improve name selection area UI 5 years ago
model Fix keyboard search 5 years ago
qml Fix keyboard search 5 years ago
thumbnailer Improve startup speed and use single instance process 5 years ago
translations Translated using Weblate (Russian) 5 years ago
widgets Refactor the code 5 years ago
.gitignore Optimize viewMethod change 5 years ago
CMakeLists.txt Fix desktop margins 5 years ago
LICENSE init 5 years ago
README.md Add kwindowsystem 5 years ago
application.cpp Fix uri 5 years ago
application.h Fix uri 5 years ago
com.cutefish.FileManager.xml Improve startup speed and use single instance process 5 years ago
cutefish-filemanager.desktop ListView supports RubberBand selection 5 years ago
dbusinterface.cpp Fix uri 5 years ago
dbusinterface.h Add freedesktop interface 5 years ago
desktopiconprovider.cpp Update copyright 5 years ago
desktopiconprovider.h Refactor the code 5 years ago
main.cpp Improve startup speed and use single instance process 5 years ago
qml.qrc Multi screen support 5 years ago
window.cpp Improve startup speed and use single instance process 5 years ago
window.h Improve startup speed and use single instance process 5 years ago

README.md

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.