https://github.com/kennethgomez/liveshot
Tool to make enhanced screenshots. Inspired on LightShot
https://github.com/kennethgomez/liveshot
imgur lightshot screenshot screenshot-utility
Last synced: about 1 month ago
JSON representation
Tool to make enhanced screenshots. Inspired on LightShot
- Host: GitHub
- URL: https://github.com/kennethgomez/liveshot
- Owner: KennethGomez
- License: mit
- Created: 2020-10-22T11:41:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T12:19:48.000Z (over 2 years ago)
- Last Synced: 2025-07-24T13:48:17.262Z (3 months ago)
- Topics: imgur, lightshot, screenshot, screenshot-utility
- Language: C#
- Homepage:
- Size: 654 KB
- Stars: 49
- Watchers: 8
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
# LiveShot
Tool to make enhanced screenshots. Inspired on LightShot## How it works
With this tool you can select some rectangle on your screen and then draw on it like you can do on LightShot.
### Key binding resizing
Whenever you crop a screenshot you can move or resize it with the arrow keys.
- If you press these keys with `Shift` (no matter which shift) it will enter resize mode.
- If you press these keys with `Control` (no matter wich control) it will do resizing or moving every 10 pixels.Whenever you're drawing with any draw tool you can update its stroke thickness pressing `Control` and moving the mouse wheel or with the keys `+` and `-`
### Drawing tools
With this application, like LightShot you can draw lines, arrows, rectangles inside the screenshot and those graphics will get merged with the screenshot whenever you're saving or uploading the image.### Eye dropper tool
With this tool you can select a color from the screenshot you took with the help of a magnifier.
If you press `Shift` key when clicking a pixel to pick a color it will copy the hexadecimal color value to you clipboard.## Development
- Cropping screenshot `100%`
- Resizing screenshot `100%`
- Exporting screenshots `66%`
- Export to imgur `100%`
- Save to file `100%`
- Copy to clipboard `100%`
- Search image on Google `100%`
- Print image `-`
- Share image on social networks `-`
- Drawing tools `100%`
- Pencil `100%`
- Line `100%`
- Arrow `100%`
- Rectangle `100%`
- Highlighter `100%`
- Text `100%`
- Eye dropper `100%`
- Color picker `100%`
- Undo `100%`
- Background app
- Configuration window `-`
- Open app with shortcut `-`