Coder Social home page Coder Social logo

ahkomplete's Introduction

ahKomplete

  • custom "auto complete" context menu
    • more like pick from custom list of options to paste
    • auto fill?
  • 2 ways to use this
    • ctrl + rclick - uses it at mouse cursor
    • alt + / - uses it where your typing highlight is
    • use on cursor or not is configurable for each method
    • you can change the hotkeys in code yourself

description

  • it just pastes the defined text

  • custom data format

    • WHY?!
      • didnt want to add libs for csv or json
      • didn't see ini working how i would want it to
      • wanted it to just work as simply as possible
    • Format:
      Menu|SubMenu|Value|Options/
    • delimiter |
    • end item /[newline]
      • because i end the item entry with a slash newline it has 3 effects:
        1. allows for multiline value
        2. allows for slashes in value as long as there isnt a newline right after the slash
        3. there has to be an empty newline at the end of the file
    • options:
      • empty - just not put in anything for default behavoir
      • c - treats the line as comment - disabled item in the context menu
      • i - ignores the line for menu parsing - comment in the data file
  • if there is more than 10 items in Menu or SubMenu, number hotkey will cycle highlight through them and you have to confirm with enter the one you want

ahkomplete's People

Contributors

esge avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

poa00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.