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.
|
|
4 years ago | |
|---|---|---|
| .github/workflows | 5 years ago | |
| cio | 5 years ago | |
| cmake | 5 years ago | |
| debian | 5 years ago | |
| desktop | 4 years ago | |
| dialogs | 5 years ago | |
| draganddrop | 5 years ago | |
| helper | 4 years ago | |
| images | 5 years ago | |
| mimetype | 5 years ago | |
| model | 5 years ago | |
| qml | 4 years ago | |
| screenshots | 5 years ago | |
| templates | 5 years ago | |
| thumbnailer | 5 years ago | |
| translations | 5 years ago | |
| widgets | 5 years ago | |
| .gitignore | 4 years ago | |
| CMakeLists.txt | 4 years ago | |
| LICENSE | 5 years ago | |
| README.md | 4 years ago | |
| application.cpp | 5 years ago | |
| application.h | 5 years ago | |
| com.cutefish.FileManager.xml | 5 years ago | |
| cutefish-filemanager.desktop | 5 years ago | |
| dbusinterface.cpp | 5 years ago | |
| dbusinterface.h | 5 years ago | |
| desktopiconprovider.cpp | 5 years ago | |
| desktopiconprovider.h | 5 years ago | |
| main.cpp | 5 years ago | |
| qml.qrc | 5 years ago | |
| window.cpp | 5 years ago | |
| window.h | 5 years ago | |
README.md
File Manager Vi version
Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design.
On this branch, the Cutefish File Manager has an even easier way to browse your files thanks to the
vi mode. Instead of the classical shortcuts, vim fans will be pleased to use some of the vim shortcuts
to browse their files.
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
git checkout vi-mode
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
Install
sudo make install
License
This project has been licensed by GPLv3.
