https://github.com/ix/elm-wal-homepage
a tiny homepage made with elm that uses colors generated by wal
https://github.com/ix/elm-wal-homepage
Last synced: about 1 year ago
JSON representation
a tiny homepage made with elm that uses colors generated by wal
- Host: GitHub
- URL: https://github.com/ix/elm-wal-homepage
- Owner: ix
- License: bsd-3-clause
- Created: 2020-06-04T01:25:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T17:00:35.000Z (about 6 years ago)
- Last Synced: 2025-02-12T14:28:06.055Z (over 1 year ago)
- Language: Elm
- Size: 393 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* elm-wal-homepage
[[./readme/elm.gif]]
** What is it?
A homepage/new tab page written in Elm.
It uses the colors from the current ~pywal~ theme, so ~$HOME/.cache/wal/colors.css~.
It stores bookmarks as key/value pairs in LocalStorage.
You can filter on bookmarks by name/url.
** What are the keybinds?
| ~Alt-/~ | Start filtering |
| ~Escape~ | Stop filtering |
** Will you add rearranging bookmarks?
No, that's why there's a filter. But I might make it support regex.