Chrome and Firefox extension to enable readline / emacs style keyboard shortcuts across the web. You can use these in the following places
<input>
elementsHTMLElement
s that have attributecontenteditable
set totrue
This covers the majority of cases - it works on Slack, Discord, Youtube
We use the pnpm
package manager. Extensions are created separately for both Chrome and Firefox
pnpm i
# build (to be loaded as unpacked extension)
pnpm run dev
# output in dist/chrome or dist/firefox
pnpm run package
# creates `dist/chrome.zip` and `dist/firefox.zip`