Skip to content

minskiter/HandyScreenshot

 
 

Repository files navigation

Origin Repository

HandyOrg Repositroy

Screen Paste Command Tool

  • 基于HandyScreenshot,由于Snipaste后台贮存以及截屏延迟导致无法将其作为命令行工具使用,因此基于该项目做的命令行工具强化
  • 性能原因,后期可能用c++改写

Usage

Enter Key: paste screenshot to clipboard

Exit Code:

{
    "1": "Success Paste",
    "0": "Exit",
    "Others": "Fail"
}
exec(`paste.exe`,(exitcode)=>{
    if (exitcode){
        // Your code
    }else{
        // Handle errors
    }
})

Lisence

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%