Skip to content

Commit

Permalink
Updated description.
Browse files Browse the repository at this point in the history
  • Loading branch information
caglartoklu committed Jun 15, 2021
1 parent dd05d61 commit 7993d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
shotlast
=============================

Watches clipboard and automatically saves any new images.
Watches clipboard and automatically saves any new images, text and files.

After run, this program will watch the clipboard.

When a new image is detected, it saves the contents of clipboard with date and time
When a new image/text/file is detected, it saves the contents of clipboard with date and time
(year to second) information, such as: `clip_20201203_101701.png`

- It never deletes a previous image.
- It never deletes a previous image/text/file.
- It is fully automatic, you simply fill the clipboard from any source. shotlast does the rest.
- It is useful to save repetitive screenshots from Youtube, Udemy, online meetings, books etc.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author="Caglar Toklu",
author_email="[email protected]",

description="Watches clipboard and automatically saves any new images.",
description="Watches clipboard and automatically saves any new images/text/files.",
long_description=open('README.rst').read(),

packages=setuptools.find_packages(),
Expand Down

0 comments on commit 7993d0c

Please sign in to comment.