1
0
Fork
You've already forked Binner
0
Binner is a free and open source graphical tool for making Pastebins quickly and easily, with a focus on well-formatted output.
  • C++ 82.5%
  • CMake 17.5%
Find a file
Gordinator 0851e46de3
Bump version
Signed-off-by: Gordinator <gordinator@gordinator.org>
2025年01月28日 16:17:20 +00:00
include Implement open file functionality 2025年01月28日 16:15:25 +00:00
src Bump version 2025年01月28日 16:17:20 +00:00
.gitignore Initial commit 2025年01月28日 15:32:22 +00:00
CMakeLists.txt Bump version 2025年01月28日 16:17:20 +00:00
LICENSE Initial commit 2025年01月28日 15:32:22 +00:00
README.md Initial commit 2025年01月28日 15:32:22 +00:00

Binner

Binner is a free and open source graphical tool for making Pastebins quickly and easily, with a focus on well-formatted output.

Compiling

The project uses the CMake build system. Make sure CMake and Qt 6 are installed. Then, run:

cmake .
make

Installing

Copy the compiled executable to /usr/bin.