Skip to content

A collection of easy-to-paste kaomojis for Nyxt browser

License

Notifications You must be signed in to change notification settings

aartaka/nx-kaomoji

Repository files navigation

Kaomoji in Nyxt \(〇O〇)/

This extension aims to help you paste your favorite kaomojis on the Internet with ease ヾ(@゜▽゜@)ノ

Just call kaomoji-fill and choose the one you like ☆彡

Getting Started

Clone the repo to your machine:

# The ~/.local/share/nyxt/extensions/ is the default path Nyxt looks
# for extensions in. Change to wherever you set your extension path.
git clone --recursive https://github.com/aartaka/nx-kaomoji ~/.local/share/nyxt/extensions/nx-kaomoji

Then, add these lines to your Nyxt init.lisp:

#+nyxt-2
(load-after-system :nx-kaomoji (nyxt-init-file "kaomoji.lisp"))
#+nyxt-3
(define-nyxt-user-system-and-load "nyxt-user/kaomoji"
     :depends-on (:nx-kaomoji) :components ("kaomoji.lisp"))

And create kaomoji.lisp next to init.lisp. Put these lines in it:

;;; kaomoji.lisp
(in-package #:nyxt-user)

(define-configuration buffer
  ((override-map (keymap:define-key %slot-default
                   "C-c K" 'nx-kaomoji:kaomoji-fill))))

And you’re good to go! Press the Control-c K and paste your favorite Kaomoji wherever you like ᕦ(ò_óˇ)ᕤ

About

A collection of easy-to-paste kaomojis for Nyxt browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published