Skip to content

6yntar05/FastBleed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastBleed

Yet another lightweight CLIcker

Only for X11/UInput systems for now
Handling only mouse for now (Uses additional mouse buttons by default)

Building

Dependencies (Optional):

  • For X11: X11
  • For UInput: linux, libinput, libudev

Building

git submodule init
git submodule update
mkdir build
cd build
cmake .. <options>
cmake --build ./ -j$(nproc)

CMake options

  • -DUSE_UINPUT=ON/OFF # Include compile uinput implementation
  • -DUSE_X11=ON/OFF # Include X11 libraries and compile X11 implementation

Usage

./FastBleed --help

About

Yet another lightweight CLIcker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published