8000 GitHub - voidmous/PUF: A program pop up framework, similar to dropdown terminal tilda.
[go: up one dir, main page]

Skip to content

voidmous/PUF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PUF

What is it?

PUF is Pop Up Framework, which intends to pop up desired program window with keyboard shortcut. PUF is inspired by cyg-hotkey and "steals" some code from it too.

I've implemented PUF with 2 script languages, partly in order to compare their features:

Here are my comments on them:

  1. Readability. AutoIt is much better at least for me due to its strict and unified syntax.
  2. Documentation. AutoIt beats AHK_L. The document of AHK_L is organized like a disaster.
  3. Hotkey feature. AHK_L can bind more keys even though it actually breaks the traditional rules about hotkey binding.
  4. OOP. AHK_L is now OO language while AutoIt seems not.

About

A program pop up framework, similar to dropdown terminal tilda.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0