Skip to content

Plugin to look up unicode symbols and custom user defined symbols

License

Notifications You must be signed in to change notification settings

anyrun-org/plugin-symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbols

Look up unicode symbols and custom user defined symbols.

Usage

Simply search for the symbol's name.

Configuration

// <Anyrun config dir>/symbols.ron
Config(
  // The prefix that the search needs to begin with to yield symbol results
  prefix: "",
  // Custom user defined symbols to be included along the unicode symbols
  symbols: {
    // "name": "text to be copied"
    "shrug": \\_(ツ)_/¯",
  },
  max_entries: 3,
)

About

Plugin to look up unicode symbols and custom user defined symbols

Resources

License

Stars

Watchers

Forks

Packages

No packages published