All Projects → mrkkrp → avy-menu

mrkkrp / avy-menu

Licence: other
An Avy-powered popup menu

Programming Languages

emacs lisp
2029 projects
Nix
1067 projects

Projects that are alternatives of or similar to avy-menu

KActionMenu
Like to iOS 3D touch menu
Stars: ✭ 21 (+31.25%)
Mutual labels:  menu
EEJSelectMenu
Single selection menu with cool animations
Stars: ✭ 23 (+43.75%)
Mutual labels:  menu
imitate-wechat-menu-backend
用Vue.js模仿微信公众平台自定义菜单的前端页面
Stars: ✭ 98 (+512.5%)
Mutual labels:  menu
XperiaServiceMenu
An Android app that allows owners of a Sony Xperia, to easily open the service menu app via a tap of a button instead of having to type a code into the phone's dialer.
Stars: ✭ 14 (-12.5%)
Mutual labels:  menu
menuv
FiveM menu library for creating menu's with NUI
Stars: ✭ 85 (+431.25%)
Mutual labels:  menu
navigator
🧿 Build navigation or menu for Laravel and Awes.io. Unlimited complexity and depth, with permissions and sorting support.
Stars: ✭ 47 (+193.75%)
Mutual labels:  menu
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+250%)
Mutual labels:  menu
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (+462.5%)
Mutual labels:  menu
MD Menu
Menu system for displays with up to 2 lines
Stars: ✭ 49 (+206.25%)
Mutual labels:  menu
menu-circular
Menu circular desarrollado con C# en Unity3D
Stars: ✭ 18 (+12.5%)
Mutual labels:  menu
ListEx
List control with innate tool-tips, color, sorting, embedded hyperlinks, sub-item custom data, column hiding and lot more abilities.
Stars: ✭ 17 (+6.25%)
Mutual labels:  menu
oxygen-responsive-menu
A plugin that combines Superfish + StudioPress' ResponsiveMenus.js + CSS-animated hamburger for a responsive menu in WordPress.
Stars: ✭ 29 (+81.25%)
Mutual labels:  menu
ace-popup-menu
Replace GUI popup menu in Emacs with something more efficient
Stars: ✭ 78 (+387.5%)
Mutual labels:  avy
CircleButtonMenu
No description or website provided.
Stars: ✭ 28 (+75%)
Mutual labels:  menu
Accordion
Silky-smooth accordion widgets with no external dependencies.
Stars: ✭ 32 (+100%)
Mutual labels:  menu
toggle-menu
支持4个方位的按钮弹出菜单
Stars: ✭ 49 (+206.25%)
Mutual labels:  menu
SidebarOverlay
Yet another implementation of sidebar menu, but here your menu appears over the top view controller.
Stars: ✭ 66 (+312.5%)
Mutual labels:  menu
uPortal-web-components
A collection of uPortal Web Components and JavaScript utilities
Stars: ✭ 24 (+50%)
Mutual labels:  menu
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (+181.25%)
Mutual labels:  menu
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (+393.75%)
Mutual labels:  menu

Avy Menu

License GPL 3 MELPA CI

The library provides an avy-powered popup menu. It is used in (at least) the following packages:

It can also be used directly.

Installation

The package is available via MELPA, so you can just type M-x package-install RET avy-menu RET.

If you would like to install the package manually, download or clone it and put on Emacs' load-path. Then you can require it in your init file like this:

(require 'avy-menu)

Don't forget to include it in your list of dependencies if you are writing an Emacs Lisp package:

;; Package-Requires: ((emacs "24.5") (avy-menu "0.1"))

API

See the description of avy-menu in the source code or by typing C-h f avy-menu RET.

Customization

Use M-x customize-group avy-menu RET to change appearance of the menu.

License

Copyright © 2016–present Mark Karpov

Distributed under GNU GPL, version 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].