Skip to content

juliancoffee/lumes-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What can it do?

Simple wrapper around maim and xclip for doing screenshots.
For help write
$ lumes -h

Requirements

  1. maim
  2. xclip

Installation

To upgrade pip
$ python3 -m pip install -U pip
To be sure you use proper version of python
$ python3 -m pip install lumes
To upgrade lumes
$ python3 -m pip install -U lumes

Features

  1. Selection area
  2. Move screen to clipboard (by default)
  3. Save screenshot in file
  4. Save screenshots in directory

Examples

For just get picture of your screen and copy it to clipboard
$ lumes
The same but with selection of area
$ lumes -s
Copy to clipboard and save in file
$ lumes -f img.png
Choose selection, copy to clipboard and save in directory with screenshots (if you have that directory)
$ lumes -s -d $HOME/Screenshots/

In future

  1. Wayland support
  2. Shell-completions support
  3. Integrations with xdotool

About

Very simple wrapper around maim and xclip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages