Skip to content

An winform application to search article's Doi or arxivID according title quickly.

License

Notifications You must be signed in to change notification settings

SoufSilence/SearchDoi

Repository files navigation

SearchDoi

An winform application to search article's Doi or arxivID according title quickly.

Usage

As show in the image, this application is easy to use.

But I recommend to use this application with Autohotkey. The example below is a script of Autohotkey. When you press F3, this script copies selected content into clipboard and opens SearchDoi with the input box filled by clipboard text content.

F3::
    Clipboard := ""
    SendInput, ^c
    ClipWait, 10
    if ErrorLevel
        Return
        
    run,%Yourpath%\SearchDoi.exe "%clipboard%"
return

Release

This application is based on Netcore 3.1 and an release of application is located in bin\Release\netcoreapp3.1. Happy use!

About

An winform application to search article's Doi or arxivID according title quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages