Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlas-engineer/nx-fruit
Discover the fruit of the day!
https://github.com/atlas-engineer/nx-fruit
Last synced: about 1 month ago
JSON representation
Discover the fruit of the day!
- Host: GitHub
- URL: https://github.com/atlas-engineer/nx-fruit
- Owner: atlas-engineer
- License: bsd-3-clause
- Created: 2021-12-29T20:52:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T03:27:17.000Z (12 months ago)
- Last Synced: 2024-01-04T04:26:35.856Z (12 months ago)
- Language: Common Lisp
- Size: 8.79 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: nx-fruit
#+PRICE: 1
#+DOWNLOAD: https://github.com/atlas-engineer/nx-fruit
#+SUPPORT-EMAIL [email protected]
#+WEBSITE nyxt-browser.com
#+HELP https://discourse.atlas.engineer/
#+FAQ https://nyxt-browser.com/faq
#+REPORTS https://github.com/atlas-engineer/nx-fruit/issues
#+CONTRIBUTING https://github.com/atlas-engineer/nx-fruit
* nx-fruit: Fruit of the day for Nyxt
The fruit of the day has a long and storied history within the Nyxt
community. This package formalizes this grand tradition into a module
which can alert you to the fruit of the day. Simply execute
=fruit-of-the-day= to be presented with a wonderful message about the
fruit we are celebrating!#+begin_quote
A single fruit grew on that tree, a bright pomegranate
fruit. Persephone stood up in the chariot and plucked the fruit from
the tree. Then did Aidoneus prevail upon her to divide the fruit, and,
having divided it, Persephone ate seven of the pomegranate seeds.- The Golden Fleece
#+end_quote* Installation
Git-clone the repository to your Nyxt extension directory. This
directory is typically located at =~/.local/share/nyxt/extensions=
#+begin_src sh
git clone https://github.com/atlas-engineer/nx-fruit ~/.local/share/nyxt/extensions/nx-fruit
#+end_srcAfter you've added nx-fruit to a place that Nyxt can find it, it is
necessary to load it in your init file. To do this, it suffices to add
the following:#+NAME: add nx-fruit to init
#+BEGIN_SRC lisp
,#+nyxt-2
(asdf:load-system :nx-fruit)
,#+nyxt-3
(nyxt:define-nyxt-user-system-and-load "nyxt-user/nx-fruit-proxy"
:description "This proxy system saves us if nx-fruit fails to load.
Otherwise it will break all the config loading."
:depends-on ("nx-fruit"))
#+END_SRCNow, upon starting Nyxt, the glory of the fruit of the day shall be yours!