Skip to content

Ulauncher extension for set and get snippets of anything in a local database

License

Notifications You must be signed in to change notification settings

laercioskt/ulauncher-kv

Repository files navigation

ulauncher-kv

Ulauncher extension for set and get snippets of any text in a local database

Gitter

kv

Requirements

Technical:

Other:

  • xdotool -- If you are interested in using the funcionality that paste value directly in the current app (ALT + ENTER shortcut)
sudo apt install xdotool

Install

Open ulauncher preferences window -> extensions -> add extension and paste the following url:

https://github.com/laercioskt/ulauncher-kv

Usage

Enter a query in the form of

set <key> <value> | [get] <key> [unset]

Example of store a new "key" -> "value"

kv set someKey some value

Example of remove a "key" -> "value"

kv get someKey unset

Examples of get "value" filtering by "key"

kv get someKey

kv get partOfAKey

kv someKey

kv partOfAKey

Shortcuts

To copy selected value to transfer area

ENTER

To copy value of a specif position to transfer area

ALT + N (where N is the position of a value at the list)

To copy selected value and paste directly in the current app

ALT + ENTER: 

About

Ulauncher extension for set and get snippets of anything in a local database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages