Skip to content

lexover/plasma-folderlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plasma Folderlist

This is a simple plasma applet for KDE Plasma 5 to display a list of folders for quick navigation. There is no other functionality than open a directory. The official folder view is more complex and provides more features, but the ui is too cluttered if you just want to display directory names.

Installation

  1. mkdir biuld
  2. cd build
  3. cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../
  4. make
  5. make install

For Arch Linux there is a package available via AUR: https://aur.archlinux.org/packages/plasma5-applets-folderlist/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 52.9%
  • C++ 37.0%
  • CMake 10.1%