Socket
Socket
Sign inDemoInstall

github.com/bo-er/screenshot

Package Overview
Dependencies
6
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/bo-er/screenshot

Package screenshot captures screen-shot image as image.RGBA. Mac, Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Solaris are supported.


Version published

Readme

Source

screenshot

This project is forked from kbinani/screenshot

What can it do?

First run

make build

or just copy the already generated screenshot file

if you are using Mac or Linux you would see an executable file with name screenshot in current folder.

and then you move it to your markdown folder and simply run it there, suppose you are editing a file whose

name is prometheus.md you can run :

./screenshot -md prome -key esc

if there are another file whose name starts with prome you would see an error

After that you would see a full screen picture successfully inserted to your markdown file, and a new folder named pictures in your current folder

and the newly generated picture just located there.

Falgs

  • key

    which key to press for saving a picture,default is esc

  • md

    this is the full or part of marrdown file name in current folder

  • pic

    this is the folder to store the pictures

Download youtube vedios

if you are watching e.g. https://www.youtube.com/watch?v=K0Ta65OqQkY

  • make auto

    you can run

    make auto name=K0Ta65OqQkY
    

    to download this video with subtitle(auto generated) and save it into current folder

  • make none or run:

    make none name=K0Ta65OqQkY
    

    to download this vedio without any subtitle

  • make sub

    or run:

    make sub name=K0Ta65OqQkY
    

    to download this vedio with a subtitle(not auto generated)

  • make subs

    or run:

    make subs name=K0Ta65OqQkY
    

    to download this vedio without multiple subtitles

FAQs

Last updated on 14 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc