Skip to content

stakiran/dialis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dialis

Enforce windows file dialog('open' and 'save as') with showing a popup-menu from your filelist.txt

Overview

dialis_demo

dialis is a popup menu based file path copy tool.

  • 1: Push ScrollLock key in a file dialog.
    • 📝 Of course, the key you use can be changed.
  • 2: A poup menu is opend, so select one what you open.
  • 3: Copypasted with your selection.

Requirement

  • AutoHotkey Version 1.1.30+

Install

At first, get.

$ git clone https://github.com/stakiran/dialis

If needed, build and get an dialis.exe.

$ git clone https://github.com/stakiran/dialis
$ cd dialis
$ copy build.ahk.sample build.ahk
$ (Edit build.ahk based on your environment)
$ build.ahk

Secondly, set an commandline to call the dialis from your ahk script. For example...

Example1: Use an exe file and ScrollLock key.

#If WinActive("ahk_class #32770")
ScrollLock::run, D:\bin\dialis\dialis.exe
#If

Example2: Use an script and ScrollLock key.

#If WinActive("ahk_class #32770")
ScrollLock::run, D:\bin\dialis\dialis.ahk
#If

How to use

Open a file dialog, and push your hotkey.

But it is recommended to push on the file name input-box.

License

MIT License

Author

stakiran