collector
collector copied to clipboard
An experimental tag-based file manager for linux
Collector
A front-end for performing tag-based file management on linux.
Warning: development in progress
Usage
usage instructions will be provided once there is something to use
Dependencies
Runtime
- SDL2
- SDL2_image
- SDL2_ttf
Build
- gcc (or other suitable C++11 compiler)
- CMake
Building
First, ensure that you have installed all listed dependencies. They should be available from your distributions package manager.
To build the project, create a build/ directory, run CMake, and build with CMake
$ mkdir build
$ cd build/
$ cmake ../
$ cmake --build ./
Installation
You should not be installing this yet
License
GNU GPL v2